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
zzha zzha
OpenXG-RAN
Commits
5e0c05dd
Commit
5e0c05dd
authored
Sep 23, 2021
by
matzakos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove a hardcoding of RRC instance
parent
9fa353b7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
openair2/RRC/NR/rrc_gNB.c
openair2/RRC/NR/rrc_gNB.c
+4
-4
No files found.
openair2/RRC/NR/rrc_gNB.c
View file @
5e0c05dd
...
...
@@ -1374,10 +1374,10 @@ rrc_gNB_process_RRCReconfigurationComplete(
req
->
gNB_CU_ue_id
=
0
;
req
->
gNB_DU_ue_id
=
0
;
req
->
rnti
=
ue_context_pP
->
ue_context
.
rnti
;
req
->
mcc
=
RC
.
nrrrc
[
0
]
->
configuration
.
mcc
[
0
];
req
->
mnc
=
RC
.
nrrrc
[
0
]
->
configuration
.
mnc
[
0
];
req
->
mnc_digit_length
=
RC
.
nrrrc
[
0
]
->
configuration
.
mnc_digit_length
[
0
];
req
->
nr_cellid
=
RC
.
nrrrc
[
0
]
->
nr_cellid
;
req
->
mcc
=
rrc
->
configuration
.
mcc
[
0
];
req
->
mnc
=
rrc
->
configuration
.
mnc
[
0
];
req
->
mnc_digit_length
=
rrc
->
configuration
.
mnc_digit_length
[
0
];
req
->
nr_cellid
=
rrc
->
nr_cellid
;
if
(
SRB_configList
!=
NULL
){
req
->
srbs_to_be_setup
=
malloc
(
SRB_configList
->
list
.
count
*
sizeof
(
f1ap_srb_to_be_setup_t
));
req
->
srbs_to_be_setup_length
=
SRB_configList
->
list
.
count
;
...
...
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