Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhongxiao
OpenXG-RAN
Commits
2ce703c0
Commit
2ce703c0
authored
Feb 17, 2020
by
yaojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add output about macro for HandoverCancel
parent
8f5bfcb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
openair2/X2AP/x2ap_eNB_handler.c
openair2/X2AP/x2ap_eNB_handler.c
+5
-0
No files found.
openair2/X2AP/x2ap_eNB_handler.c
View file @
2ce703c0
...
...
@@ -1092,6 +1092,11 @@ int x2ap_eNB_handle_handover_cancel (instance_t instance,
"
\t
ie->value.choice.Cause.choice.radioNetwork=%ld
\n
"
"
\t
ie->value.choice.Cause.choice.radioNetwork=%ld
\n
"
,
ie
->
value
.
present
,
ie
->
value
.
choice
.
Cause
.
present
,
ie
->
value
.
choice
.
Cause
.
choice
.
radioNetwork
,
ie
->
value
.
choice
.
Cause
.
choice
.
radioNetwork
);
X2AP_ERROR
(
"
\t
X2AP_HandoverCancel_IEs__value_PR_Cause=%d
\n
"
"
\t
X2AP_Cause_PR_radioNetwork=%d
\n
"
"
\t
X2AP_CauseRadioNetwork_trelocprep_expiry=%d
\n
"
"
\t
X2AP_CauseRadioNetwork_tx2relocoverall_expiry=%d
\n
"
,
X2AP_HandoverCancel_IEs__value_PR_Cause
,
X2AP_Cause_PR_radioNetwork
,
X2AP_CauseRadioNetwork_trelocprep_expiry
,
X2AP_CauseRadioNetwork_tx2relocoverall_expiry
);
//return -1;
}
cause
=
X2AP_UNKNOWN_CAUSE
;
...
...
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