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
ffae5942
Commit
ffae5942
authored
Oct 31, 2025
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Logs for debugging
parent
3d5edef2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c
+8
-9
No files found.
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c
View file @
ffae5942
...
@@ -986,7 +986,8 @@ static void _nr_rx_sdu(const module_id_t gnb_mod_idP,
...
@@ -986,7 +986,8 @@ static void _nr_rx_sdu(const module_id_t gnb_mod_idP,
if
(
timing_advance
!=
0xffff
)
if
(
timing_advance
!=
0xffff
)
UE_scheduling_control
->
ta_update
=
timing_advance
;
UE_scheduling_control
->
ta_update
=
timing_advance
;
UE_scheduling_control
->
pusch_snrx10
=
ul_cqi
*
5
-
640
-
(
txpower_calc
*
10
);
int
pusch_snrx10
=
ul_cqi
*
5
-
640
;
UE_scheduling_control
->
pusch_snrx10
=
pusch_snrx10
-
(
txpower_calc
*
10
);
const
NR_sched_pusch_t
*
sched_pusch
=
&
UE_scheduling_control
->
ul_harq_processes
[
harq_pid
].
sched_pusch
;
const
NR_sched_pusch_t
*
sched_pusch
=
&
UE_scheduling_control
->
ul_harq_processes
[
harq_pid
].
sched_pusch
;
(
void
)
sched_pusch
;
// avoids warnings of unused sched_pusch when compiling without T
(
void
)
sched_pusch
;
// avoids warnings of unused sched_pusch when compiling without T
T
(
T_GNB_MAC_PUSCH_POWER_CONTROL
,
T_INT
(
rntiP
),
T_INT
(
frameP
),
T_INT
(
slotP
),
T
(
T_GNB_MAC_PUSCH_POWER_CONTROL
,
T_INT
(
rntiP
),
T_INT
(
frameP
),
T_INT
(
slotP
),
...
@@ -998,20 +999,18 @@ static void _nr_rx_sdu(const module_id_t gnb_mod_idP,
...
@@ -998,20 +999,18 @@ static void _nr_rx_sdu(const module_id_t gnb_mod_idP,
T_INT
(
sched_pusch
->
rbSize
),
T_INT
(
sched_pusch
->
rbSize
),
T_INT
(
sched_pusch
->
mcs
),
T_INT
(
sched_pusch
->
mcs
),
T_INT
(
rssi
));
T_INT
(
rssi
));
if
(
UE_scheduling_control
->
tpc0
>
1
)
if
(
false
)
LOG_
D
(
NR_MAC
,
LOG_
I
(
NR_MAC
,
"[UE %04x] %
d.%d. PUSCH TPC %d and TA %d pusch_snrx10 %d rssi %d phrx_tx_power %d PHR (1PRB) %d mcs %d, nb_rb %
d
\n
"
,
"[UE %04x] %
4d.%2d. rssi %4d snr %3d txp_calc %3d PHR %2d RB %2d MCS %2
d
\n
"
,
UE
->
rnti
,
UE
->
rnti
,
frameP
,
frameP
,
slotP
,
slotP
,
UE_scheduling_control
->
tpc0
,
UE_scheduling_control
->
ta_update
,
UE_scheduling_control
->
pusch_snrx10
,
rssi
,
rssi
,
pusch_snrx10
/
10
,
txpower_calc
,
txpower_calc
,
UE_scheduling_control
->
ph
,
UE_scheduling_control
->
ph
,
UE_scheduling_control
->
ul_harq_processes
[
harq_pid
].
sched_pusch
.
mcs
,
UE_scheduling_control
->
ul_harq_processes
[
harq_pid
].
sched_pusch
.
rbSize
,
UE_scheduling_control
->
ul_harq_processes
[
harq_pid
].
sched_pusch
.
rbSize
);
UE_scheduling_control
->
ul_harq_processes
[
harq_pid
].
sched_pusch
.
mcs
);
NR_UE_ul_harq_t
*
cur_harq
=
&
UE_scheduling_control
->
ul_harq_processes
[
harq_pid
];
NR_UE_ul_harq_t
*
cur_harq
=
&
UE_scheduling_control
->
ul_harq_processes
[
harq_pid
];
if
(
cur_harq
->
round
==
0
)
if
(
cur_harq
->
round
==
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