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
promise
OpenXG-RAN
Commits
3c3593c6
Commit
3c3593c6
authored
Nov 03, 2020
by
Eugene Bogush
Committed by
Cedric Roux
Nov 04, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for proc: e_rab_setup_resp
parent
adcf9e9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair3/S1AP/s1ap_eNB_nas_procedures.c
openair3/S1AP/s1ap_eNB_nas_procedures.c
+2
-2
No files found.
openair3/S1AP/s1ap_eNB_nas_procedures.c
View file @
3c3593c6
...
...
@@ -935,7 +935,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
;
...
...
@@ -1032,7 +1032,7 @@ int s1ap_eNB_e_rab_setup_resp(instance_t instance,
break
;
}
S1AP_DEBUG
(
"e_rab_
modify
_resp: failed e_rab ID %ld
\n
"
,
item
->
value
.
choice
.
E_RABItem
.
e_RAB_ID
);
S1AP_DEBUG
(
"e_rab_
setup
_resp: failed e_rab ID %ld
\n
"
,
item
->
value
.
choice
.
E_RABItem
.
e_RAB_ID
);
ASN_SEQUENCE_ADD
(
&
ie
->
value
.
choice
.
E_RABList
.
list
,
item
);
}
...
...
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