Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Commits
75f5dfe5
Commit
75f5dfe5
authored
9 years ago
by
gauthier
Browse files
Options
Downloads
Patches
Plain Diff
msgen traces
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@7486
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
242b2b13
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair-cn/SGW-LITE/sgw_lite_handlers.c
+3
-4
3 additions, 4 deletions
openair-cn/SGW-LITE/sgw_lite_handlers.c
with
3 additions
and
4 deletions
openair-cn/SGW-LITE/sgw_lite_handlers.c
+
3
−
4
View file @
75f5dfe5
...
...
@@ -1128,9 +1128,8 @@ sgw_lite_handle_release_access_bearers_request(
MSC_SP_GWAPP_MME
,
(
to_task
==
TASK_MME_APP
)
?
MSC_MMEAPP_MME
:
MSC_S11_MME
,
NULL
,
0
,
"0 SGW_RELEASE_ACCESS_BEARERS_RESPONSE teid %u cause %u"
,
release_access_bearers_resp_p
->
teid
,
release_access_bearers_resp_p
->
cause
);
"0 SGW_RELEASE_ACCESS_BEARERS_RESPONSE S11 MME teid %u cause REQUEST_ACCEPTED"
,
release_access_bearers_resp_p
->
teid
);
return
itti_send_msg_to_task
(
to_task
,
INSTANCE_DEFAULT
,
message_p
);
}
else
{
...
...
@@ -1140,7 +1139,7 @@ sgw_lite_handle_release_access_bearers_request(
MSC_SP_GWAPP_MME
,
(
to_task
==
TASK_MME_APP
)
?
MSC_MMEAPP_MME
:
MSC_S11_MME
,
NULL
,
0
,
"0 SGW_RELEASE_ACCESS_BEARERS_RESPONSE CONTEXT_NOT_FOUND"
);
"0 SGW_RELEASE_ACCESS_BEARERS_RESPONSE
cause
CONTEXT_NOT_FOUND"
);
return
itti_send_msg_to_task
(
to_task
,
INSTANCE_DEFAULT
,
message_p
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment