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
ab89324b
Commit
ab89324b
authored
Sep 03, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pretty-print PLMN in F1 Setup Request
parent
5d05078f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
openair2/RRC/NR/rrc_gNB_du.c
openair2/RRC/NR/rrc_gNB_du.c
+3
-1
No files found.
openair2/RRC/NR/rrc_gNB_du.c
View file @
ab89324b
...
...
@@ -276,10 +276,12 @@ void rrc_gNB_process_f1_setup_req(f1ap_setup_req_t *req, sctp_assoc_t assoc_id)
f1ap_served_cell_info_t
*
cell_info
=
&
req
->
cell
[
0
].
info
;
if
(
!
rrc_gNB_plmn_matches
(
rrc
,
cell_info
))
{
LOG_E
(
NR_RRC
,
"PLMN mismatch: CU %
d%d, DU %d%
d
\n
"
,
"PLMN mismatch: CU %
03d.%0*d, DU %03d%0*
d
\n
"
,
rrc
->
configuration
.
mcc
[
0
],
rrc
->
configuration
.
mnc_digit_length
[
0
],
rrc
->
configuration
.
mnc
[
0
],
cell_info
->
plmn
.
mcc
,
cell_info
->
plmn
.
mnc_digit_length
,
cell_info
->
plmn
.
mnc
);
f1ap_setup_failure_t
fail
=
{.
cause
=
F1AP_CauseRadioNetwork_plmn_not_served_by_the_gNB_CU
};
rrc
->
mac_rrc
.
f1_setup_failure
(
assoc_id
,
&
fail
);
...
...
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