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
Michael Black
OpenXG-RAN
Commits
a0135f76
Commit
a0135f76
authored
Sep 08, 2022
by
francescomani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for RA beam id
parent
56315583
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c
+2
-2
No files found.
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c
View file @
a0135f76
...
@@ -636,7 +636,7 @@ void nr_initiate_ra_proc(module_id_t module_idP,
...
@@ -636,7 +636,7 @@ void nr_initiate_ra_proc(module_id_t module_idP,
ra
->
RA_rnti
=
ra_rnti
;
ra
->
RA_rnti
=
ra_rnti
;
ra
->
preamble_index
=
preamble_index
;
ra
->
preamble_index
=
preamble_index
;
ra
->
beam_id
=
beam_index
;
ra
->
beam_id
=
cc
->
ssb_index
[
beam_index
]
;
LOG_I
(
NR_MAC
,
LOG_I
(
NR_MAC
,
"[gNB %d][RAPROC] CC_id %d Frame %d Activating Msg2 generation in frame %d, slot %d using RA rnti %x SSB, new rnti %04x "
"[gNB %d][RAPROC] CC_id %d Frame %d Activating Msg2 generation in frame %d, slot %d using RA rnti %x SSB, new rnti %04x "
...
@@ -647,7 +647,7 @@ void nr_initiate_ra_proc(module_id_t module_idP,
...
@@ -647,7 +647,7 @@ void nr_initiate_ra_proc(module_id_t module_idP,
ra
->
Msg2_frame
,
ra
->
Msg2_frame
,
ra
->
Msg2_slot
,
ra
->
Msg2_slot
,
ra
->
RA_rnti
,
ra
->
RA_rnti
,
ra
->
rnti
,
ra
->
rnti
,
cc
->
ssb_index
[
beam_index
],
cc
->
ssb_index
[
beam_index
],
i
);
i
);
...
...
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