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
ZhouShuya
OpenXG-RAN
Commits
54cf2d9a
Commit
54cf2d9a
authored
Mar 06, 2018
by
wujing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix TBS_UL data_type from uint8_t to uint16_t
parent
57a9156f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
openair2/LAYER2/MAC/defs.h
openair2/LAYER2/MAC/defs.h
+1
-1
openair2/LAYER2/MAC/eNB_scheduler_ulsch.c
openair2/LAYER2/MAC/eNB_scheduler_ulsch.c
+1
-1
No files found.
openair2/LAYER2/MAC/defs.h
View file @
54cf2d9a
...
@@ -667,7 +667,7 @@ typedef struct {
...
@@ -667,7 +667,7 @@ typedef struct {
/// mcs from last UL scheduling
/// mcs from last UL scheduling
uint8_t
mcs_UL
[
8
];
uint8_t
mcs_UL
[
8
];
/// TBS from last UL scheduling
/// 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
/// Flag to indicate UL has been scheduled at least once
boolean_t
ul_active
;
boolean_t
ul_active
;
/// Flag to indicate UE has been configured (ACK from RRCConnectionSetup received)
/// 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,
...
@@ -2090,7 +2090,7 @@ void schedule_ulsch_rnti(module_id_t module_idP,
0
,
// ul_tx_mode
0
,
// ul_tx_mode
0
,
// current_tx_nb
0
,
// current_tx_nb
0
,
// n_srs
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
#ifdef Rel14
if
(
UE_template
->
rach_resource_type
>
0
)
{
// This is a BL/CE UE allocation
if
(
UE_template
->
rach_resource_type
>
0
)
{
// This is a BL/CE UE allocation
...
...
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