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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG-RAN
Commits
9d8db83e
Commit
9d8db83e
authored
Apr 18, 2024
by
Ejaz Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed spacing
parent
9ceb3ddf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures_sl.c
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures_sl.c
+1
-1
No files found.
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures_sl.c
View file @
9d8db83e
...
@@ -747,7 +747,7 @@ void nr_ue_process_mac_sl_pdu(int module_idP,
...
@@ -747,7 +747,7 @@ void nr_ue_process_mac_sl_pdu(int module_idP,
LOG_D
(
NR_MAC
,
"In %s : processing PDU %d (with length %d) of %d total number of PDUs...
\n
"
,
__FUNCTION__
,
pdu_id
,
pdu_len
,
rx_ind
->
number_pdus
);
LOG_D
(
NR_MAC
,
"In %s : processing PDU %d (with length %d) of %d total number of PDUs...
\n
"
,
__FUNCTION__
,
pdu_id
,
pdu_len
,
rx_ind
->
number_pdus
);
NR_SLSCH_MAC_SUBHEADER_FIXED
*
sl_sch_subheader
=
(
NR_SLSCH_MAC_SUBHEADER_FIXED
*
)
pduP
;
NR_SLSCH_MAC_SUBHEADER_FIXED
*
sl_sch_subheader
=
(
NR_SLSCH_MAC_SUBHEADER_FIXED
*
)
pduP
;
LOG_D
(
NR_PHY
,
"Rx V %d R %d SRC %d DST %d
\n
"
,
sl_sch_subheader
->
V
,
sl_sch_subheader
->
R
,
sl_sch_subheader
->
SRC
,
sl_sch_subheader
->
DST
);
LOG_D
(
NR_PHY
,
"Rx V %d R %d SRC %d DST %d
\n
"
,
sl_sch_subheader
->
V
,
sl_sch_subheader
->
R
,
sl_sch_subheader
->
SRC
,
sl_sch_subheader
->
DST
);
pduP
+=
sizeof
(
*
sl_sch_subheader
);
pduP
+=
sizeof
(
*
sl_sch_subheader
);
pdu_len
-=
sizeof
(
*
sl_sch_subheader
);
pdu_len
-=
sizeof
(
*
sl_sch_subheader
);
while
(
!
done
&&
pdu_len
>
0
)
{
while
(
!
done
&&
pdu_len
>
0
)
{
...
...
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