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
cbcd09cb
Commit
cbcd09cb
authored
Feb 23, 2024
by
Ejaz Ahmed
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'episys/ea/mac_headers_validation' into episys/sl-eurecom2
parents
ef9f804d
4af8be50
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
12 deletions
+14
-12
openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
+14
-12
No files found.
openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
View file @
cbcd09cb
...
@@ -3370,6 +3370,7 @@ bool nr_ue_sl_pssch_scheduler(NR_UE_MAC_INST_t *mac,
...
@@ -3370,6 +3370,7 @@ bool nr_ue_sl_pssch_scheduler(NR_UE_MAC_INST_t *mac,
}
}
}
}
if
(
buflen_remain
>
0
)
{
NR_UE_MAC_CE_INFO
*
mac_ce_p
=
(
NR_UE_MAC_CE_INFO
*
)
pdu
;
NR_UE_MAC_CE_INFO
*
mac_ce_p
=
(
NR_UE_MAC_CE_INFO
*
)
pdu
;
mac_ce_p
->
bsr_len
=
0
;
mac_ce_p
->
bsr_len
=
0
;
mac_ce_p
->
bsr_ce_len
=
0
;
mac_ce_p
->
bsr_ce_len
=
0
;
...
@@ -3384,6 +3385,7 @@ bool nr_ue_sl_pssch_scheduler(NR_UE_MAC_INST_t *mac,
...
@@ -3384,6 +3385,7 @@ bool nr_ue_sl_pssch_scheduler(NR_UE_MAC_INST_t *mac,
buflen_remain
-=
mac_ce_p
->
tot_mac_ce_len
;
buflen_remain
-=
mac_ce_p
->
tot_mac_ce_len
;
LOG_D
(
NR_PHY
,
"buflen_remain %d, total_mac_pdu_header_len %d, adding tot_mac_ce_len %d,
\n
"
,
buflen_remain
,
mac_ce_p
->
total_mac_pdu_header_len
,
mac_ce_p
->
tot_mac_ce_len
);
LOG_D
(
NR_PHY
,
"buflen_remain %d, total_mac_pdu_header_len %d, adding tot_mac_ce_len %d,
\n
"
,
buflen_remain
,
mac_ce_p
->
total_mac_pdu_header_len
,
mac_ce_p
->
tot_mac_ce_len
);
}
if
(
buflen_remain
>
0
)
{
if
(
buflen_remain
>
0
)
{
LOG_D
(
NR_MAC
,
"In %s filling remainder %d bytes to the UL PDU
\n
"
,
__FUNCTION__
,
buflen_remain
);
LOG_D
(
NR_MAC
,
"In %s filling remainder %d bytes to the UL PDU
\n
"
,
__FUNCTION__
,
buflen_remain
);
...
...
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