Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
54cf2d9a
Commit
54cf2d9a
authored
Mar 06, 2018
by
Wu Jing
Browse files
fix TBS_UL data_type from uint8_t to uint16_t
parent
57a9156f
Changes
2
Hide whitespace changes
Inline
Side-by-side
openair2/LAYER2/MAC/defs.h
View file @
54cf2d9a
...
...
@@ -667,7 +667,7 @@ typedef struct {
/// mcs from last UL scheduling
uint8_t
mcs_UL
[
8
];
/// TBS from last UL scheduling
uint
8
_t
TBS_UL
[
8
];
uint
16
_t
TBS_UL
[
8
];
/// Flag to indicate UL has been scheduled at least once
boolean_t
ul_active
;
/// Flag to indicate UE has been configured (ACK from RRCConnectionSetup received)
...
...
openair2/LAYER2/MAC/eNB_scheduler_ulsch.c
View file @
54cf2d9a
...
...
@@ -2090,7 +2090,7 @@ void schedule_ulsch_rnti(module_id_t module_idP,
0
,
// ul_tx_mode
0
,
// current_tx_nb
0
,
// n_srs
UE_template
->
TBS
_UL
[
harq_pid
]
get_TBS_UL
(
UE_template
->
mcs
_UL
[
harq_pid
]
,
ulsch_ue_select
[
CC_id
].
list
[
ulsch_ue_num
].
nb_rb
)
);
#ifdef Rel14
if
(
UE_template
->
rach_resource_type
>
0
)
{
// This is a BL/CE UE allocation
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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