Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
17e5e92d
Commit
17e5e92d
authored
Apr 24, 2014
by
gauthier
Browse files
Bad debug message
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5296
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
2894ca64
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair-cn/GTPV1-U/nw-gtpv1u/src/NwGtpv1u.c
View file @
17e5e92d
...
...
@@ -811,7 +811,7 @@ nwGtpv1uProcessUlpReq( NW_IN NwGtpv1uStackHandleT hGtpuStackHandle,
switch
(
pUlpReq
->
apiType
)
{
case
NW_GTPV1U_ULP_API_CREATE_TUNNEL_ENDPOINT
:
{
NW_LOG
(
thiz
,
NW_LOG_LEVEL_DEBG
,
"Received
create session req
from ulp"
);
NW_LOG
(
thiz
,
NW_LOG_LEVEL_DEBG
,
"Received
NW_GTPV1U_ULP_API_CREATE_TUNNEL_ENDPOINT
from ulp"
);
rc
=
NwGtpv1uCreateTunnelEndPoint
(
thiz
,
pUlpReq
->
apiInfo
.
createTunnelEndPointInfo
.
teid
,
pUlpReq
->
apiInfo
.
createTunnelEndPointInfo
.
hUlpSession
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment