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
dd781714
Commit
dd781714
authored
Oct 11, 2018
by
Nick Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sync SI config
parent
550dbe62
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
openair2/LAYER2/MAC/config_NB_IoT.c
openair2/LAYER2/MAC/config_NB_IoT.c
+1
-1
openair2/LAYER2/MAC/main_NB_IoT.c
openair2/LAYER2/MAC/main_NB_IoT.c
+1
-1
No files found.
openair2/LAYER2/MAC/config_NB_IoT.c
View file @
dd781714
...
@@ -429,7 +429,7 @@ void rrc_mac_config_req_NB_IoT(
...
@@ -429,7 +429,7 @@ void rrc_mac_config_req_NB_IoT(
//mac_config->sib1_NB_IoT_sched_config.starting_rf = *(sib1_NB_IoT->si_RadioFrameOffset_r13);
//mac_config->sib1_NB_IoT_sched_config.starting_rf = *(sib1_NB_IoT->si_RadioFrameOffset_r13);
mac_config
->
sib1_NB_IoT_sched_config
.
starting_rf
=
2
;
mac_config
->
sib1_NB_IoT_sched_config
.
starting_rf
=
1
;
mac_config
->
si_window_length
=
ms160
;
mac_config
->
si_window_length
=
ms160
;
...
...
openair2/LAYER2/MAC/main_NB_IoT.c
View file @
dd781714
...
@@ -104,7 +104,7 @@ void init_mac_NB_IoT(eNB_MAC_INST_NB_IoT *mac_inst)
...
@@ -104,7 +104,7 @@ void init_mac_NB_IoT(eNB_MAC_INST_NB_IoT *mac_inst)
}
}
mac_inst
->
rrc_config
.
si_window_length
=
ms160
;
mac_inst
->
rrc_config
.
si_window_length
=
ms160
;
mac_inst
->
rrc_config
.
sibs_NB_IoT_sched
[
0
].
si_periodicity
=
rf64
;
mac_inst
->
rrc_config
.
sibs_NB_IoT_sched
[
0
].
si_periodicity
=
rf64
;
//
mac_inst->rrc_config.si_radio_frame_offset = 1;
mac_inst
->
rrc_config
.
si_radio_frame_offset
=
1
;
for
(
j
=
0
;
j
<
6
;
++
j
){
for
(
j
=
0
;
j
<
6
;
++
j
){
if
(
0x0
!=
mac_inst
->
rrc_config
.
sibs_NB_IoT_sched
[
j
].
sib_mapping_info
){
if
(
0x0
!=
mac_inst
->
rrc_config
.
sibs_NB_IoT_sched
[
j
].
sib_mapping_info
){
...
...
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