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
alex037yang
OpenXG-RAN
Commits
a96c3761
Commit
a96c3761
authored
May 21, 2020
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Log TBS in every window
parent
19c2856b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
+2
-0
No files found.
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
View file @
a96c3761
...
...
@@ -588,6 +588,7 @@ schedule_ue_spec(module_id_t module_idP,
UE_sched_ctrl_t
*
ue_sched_ctrl
=
&
UE_info
->
UE_sched_ctrl
[
UE_id
];
UE_TEMPLATE
*
ue_template
=
&
UE_info
->
UE_template
[
CC_id
][
UE_id
];
eNB_UE_STATS
*
eNB_UE_stats
=
&
UE_info
->
eNB_UE_stats
[
CC_id
][
UE_id
];
eNB_UE_stats
->
TBS
=
0
;
const
rnti_t
rnti
=
ue_template
->
rnti
;
// If TDD
...
...
@@ -799,6 +800,7 @@ schedule_ue_spec(module_id_t module_idP,
eNB_UE_stats
->
rbs_used_retx
=
nb_rb
;
eNB_UE_stats
->
total_rbs_used_retx
+=
nb_rb
;
eNB_UE_stats
->
dlsch_mcs2
=
eNB_UE_stats
->
dlsch_mcs1
;
eNB_UE_stats
->
TBS
=
TBS
;
}
else
{
// Now check RLC information to compute number of required RBs
// get maximum TBS size for RLC request
...
...
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