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
Michael Black
OpenXG-RAN
Commits
2fcd4fce
Commit
2fcd4fce
authored
Mar 18, 2019
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing error in LTE-M MAC scheduling
parent
cf55b03f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
+1
-1
No files found.
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
View file @
2fcd4fce
...
...
@@ -2447,7 +2447,7 @@ schedule_ue_spec_br(module_id_t module_idP,
dl_config_pdu
->
mpdcch_pdu
.
mpdcch_pdu_rel13
.
initial_transmission_sf_io
=
(
frameP
*
10
)
+
subframeP
;
dl_config_pdu
->
mpdcch_pdu
.
mpdcch_pdu_rel13
.
transmission_power
=
6000
;
// 0dB
dl_config_pdu
->
mpdcch_pdu
.
mpdcch_pdu_rel13
.
resource_block_coding
=
getRIV
(
6
,
0
,
6
)
|
((
epdcch_setconfig_r11
->
ext2
->
mpdcch_config_r13
->
choice
.
setup
.
mpdcch_Narrowband_r13
-
1
)
<<
5
);
dl_config_pdu
->
mpdcch_pdu
.
mpdcch_pdu_rel13
.
mcs
=
9
;
// adjust according to size of RAR, 208 bits with N1A_PRB=3
dl_config_pdu
->
mpdcch_pdu
.
mpdcch_pdu_rel13
.
mcs
=
mcs
;
// adjust according to size of RAR, 208 bits with N1A_PRB=3
dl_config_pdu
->
mpdcch_pdu
.
mpdcch_pdu_rel13
.
pdsch_reptition_levels
=
0
;
// fix to 4 for now
dl_config_pdu
->
mpdcch_pdu
.
mpdcch_pdu_rel13
.
redundancy_version
=
rvseq
[
round_DL
&
3
];
dl_config_pdu
->
mpdcch_pdu
.
mpdcch_pdu_rel13
.
new_data_indicator
=
UE_template
->
oldNDI
[
harq_pid
];
...
...
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