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
wangjie
OpenXG-RAN
Commits
6cd3bbf5
Commit
6cd3bbf5
authored
Feb 05, 2020
by
ShintaroOgawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change setting value procedureCode of "s1ap_eNB_e_rab_setup_resp"
parent
b8ebdbc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair3/S1AP/s1ap_eNB_nas_procedures.c
openair3/S1AP/s1ap_eNB_nas_procedures.c
+1
-1
No files found.
openair3/S1AP/s1ap_eNB_nas_procedures.c
View file @
6cd3bbf5
...
...
@@ -1124,7 +1124,7 @@ int s1ap_eNB_e_rab_setup_resp(instance_t instance,
/* Prepare the S1AP message to encode */
memset
(
&
pdu
,
0
,
sizeof
(
pdu
));
pdu
.
present
=
S1AP_S1AP_PDU_PR_successfulOutcome
;
pdu
.
choice
.
successfulOutcome
.
procedureCode
=
S1AP_ProcedureCode_id_E_RAB
Modify
;
pdu
.
choice
.
successfulOutcome
.
procedureCode
=
S1AP_ProcedureCode_id_E_RAB
Setup
;
pdu
.
choice
.
successfulOutcome
.
criticality
=
S1AP_Criticality_reject
;
pdu
.
choice
.
successfulOutcome
.
value
.
present
=
S1AP_SuccessfulOutcome__value_PR_E_RABSetupResponse
;
out
=
&
pdu
.
choice
.
successfulOutcome
.
value
.
choice
.
E_RABSetupResponse
;
...
...
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