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
spbro
OpenXG-RAN
Commits
3ca4f66e
Commit
3ca4f66e
authored
Sep 17, 2024
by
Jaroslava Fiedlerova
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/bugfix-rrcSetupComplete' into integration_2024_w38
parents
ad6e189f
24de83d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
openair2/RRC/NR/rrc_gNB.c
openair2/RRC/NR/rrc_gNB.c
+5
-0
No files found.
openair2/RRC/NR/rrc_gNB.c
View file @
3ca4f66e
...
...
@@ -1518,6 +1518,11 @@ static int handle_rrcSetupComplete(const protocol_ctxt_t *const ctxt_pP,
uint8_t
xid
=
setup_complete
->
rrc_TransactionIdentifier
;
UE
->
xids
[
xid
]
=
RRC_ACTION_NONE
;
if
(
setup_complete
->
criticalExtensions
.
present
!=
NR_RRCSetupComplete__criticalExtensions_PR_rrcSetupComplete
)
{
LOG_E
(
NR_RRC
,
"malformed RRCSetupComplete received from UE %lx
\n
"
,
ctxt_pP
->
rntiMaybeUEid
);
return
-
1
;
}
NR_RRCSetupComplete_IEs_t
*
setup_complete_ies
=
setup_complete
->
criticalExtensions
.
choice
.
rrcSetupComplete
;
if
(
setup_complete_ies
->
ng_5G_S_TMSI_Value
!=
NULL
)
{
...
...
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