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
9333662c
Commit
9333662c
authored
Oct 21, 2024
by
Sakthivel Velumani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update logging in mac
parent
5855f766
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
+1
-1
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c
+1
-1
No files found.
openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
View file @
9333662c
...
...
@@ -3450,7 +3450,7 @@ static bool fill_mac_sdu(NR_UE_MAC_INST_t *mac,
*
pdu
-=
sh_size
;
lcids_data_status
[
lc_idx
]
=
false
;
(
*
num_lcids_same_priority
)
--
;
LOG_D
(
NR_MAC
,
"No data to transmit for RB with LCID 0x%02x
\n
and hence set to false
"
,
lcid
);
LOG_D
(
NR_MAC
,
"No data to transmit for RB with LCID 0x%02x
and hence set to false
\n
"
,
lcid
);
return
0
;
}
...
...
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c
View file @
9333662c
...
...
@@ -501,7 +501,7 @@ static int nr_process_mac_pdu(instance_t module_idP,
break
;
default:
LOG_E
(
NR_MAC
,
"RNTI %0x
, received unknown MAC header (LCID = 0x%02x)
\n
"
,
UE
->
rnti
,
rx_lcid
);
LOG_E
(
NR_MAC
,
"RNTI %0x
[%d.%d], received unknown MAC header (LCID = 0x%02x)
\n
"
,
UE
->
rnti
,
frameP
,
slot
,
rx_lcid
);
return
-
1
;
break
;
}
...
...
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