Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
openairinterface-6g
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
OpenXG
openairinterface-6g
Commits
2f636037
Commit
2f636037
authored
Oct 15, 2025
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixup: compute_PDU_length()
parent
09e1e6c6
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_bch.c
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_bch.c
+2
-2
No files found.
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_bch.c
View file @
2f636037
...
@@ -747,10 +747,10 @@ static void other_sib_sched_control(module_id_t module_idP,
...
@@ -747,10 +747,10 @@ static void other_sib_sched_control(module_id_t module_idP,
// Data to be transmitted
// Data to be transmitted
memcpy
(
tx_req
->
TLVs
[
0
].
value
.
direct
,
sib_bcch_pdu
,
sched_pdsch_otherSI
.
tb_size
);
memcpy
(
tx_req
->
TLVs
[
0
].
value
.
direct
,
sib_bcch_pdu
,
sched_pdsch_otherSI
.
tb_size
);
tx_req
->
PDU_length
=
sched_pdsch_otherSI
.
tb_size
;
tx_req
->
PDU_index
=
pdu_index
;
tx_req
->
PDU_index
=
pdu_index
;
tx_req
->
num_TLV
=
1
;
tx_req
->
num_TLV
=
1
;
tx_req
->
TLVs
[
0
].
length
=
sched_pdsch_otherSI
.
tb_size
+
2
;
tx_req
->
TLVs
[
0
].
length
=
sched_pdsch_otherSI
.
tb_size
;
tx_req
->
PDU_length
=
compute_PDU_length
(
tx_req
->
num_TLV
,
tx_req
->
TLVs
[
0
].
length
);
TX_req
->
Number_of_PDUs
++
;
TX_req
->
Number_of_PDUs
++
;
TX_req
->
SFN
=
frame
;
TX_req
->
SFN
=
frame
;
TX_req
->
Slot
=
slot
;
TX_req
->
Slot
=
slot
;
...
...
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