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
canghaiwuhen
OpenXG-RAN
Commits
30ee1222
Commit
30ee1222
authored
Jan 30, 2018
by
Matthieu Kanj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
............
parent
a2757c87
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
openair1/SCHED/phy_procedures_lte_eNb.c
openair1/SCHED/phy_procedures_lte_eNb.c
+4
-0
openair2/RRC/LITE/rrc_eNB.c
openair2/RRC/LITE/rrc_eNB.c
+2
-1
targets/RT/USER/lte-softmodem.c
targets/RT/USER/lte-softmodem.c
+5
-1
No files found.
openair1/SCHED/phy_procedures_lte_eNb.c
View file @
30ee1222
...
...
@@ -501,6 +501,10 @@ void common_signal_procedures (PHY_VARS_eNB *eNB,eNB_rxtx_proc_t *proc) {
common_signal_procedures_NB_IoT
(
eNB
,
proc
);
/////////////////// NB-IoT broadcast channel //////////////////////////
/////////////////////////// END ///////////////////////////////////////
/*
// generate Cell-Specific Reference Signals for both slots
...
...
openair2/RRC/LITE/rrc_eNB.c
View file @
30ee1222
...
...
@@ -244,13 +244,14 @@ init_SI(
#endif
/*Nick Start*/
//
for NB-IoT Initialization configuration testing
//
///////////////// for NB-IoT Initialization configuration testing //////////////////////////////////////////////
if
(
eNB_rrc_inst_NB_IoT
==
NULL
)
eNB_rrc_inst_NB_IoT
=
(
eNB_RRC_INST_NB_IoT
*
)
malloc
(
sizeof
(
eNB_RRC_INST_NB_IoT
));
init_testing_NB_IoT
(
ctxt_pP
->
module_id
,
CC_id
,
&
eNB_rrc_inst_NB_IoT
[
ctxt_pP
->
module_id
].
carrier
[
CC_id
],
configuration
,
0
,
0
);
//////////////////////////////////////// END //////////////////////////////////////////////////////////////////////////////////
/*Here will copy basic parameters and implement do_MIB, rrc_eNB_carrier_data_t will add some parameters in MIB*/
eNB_rrc_inst
[
ctxt_pP
->
module_id
].
carrier
[
CC_id
].
sizeof_SIB1
=
0
;
...
...
targets/RT/USER/lte-softmodem.c
View file @
30ee1222
...
...
@@ -1914,7 +1914,11 @@ int main( int argc, char **argv ) {
int
eMBMS_active
=
0
;
if
(
node_function
[
0
]
<=
NGFI_RAU_IF4p5
)
{
// don't initialize L2 for RRU
// MP, Nick: Initialization of IF module for NB-IoT should be here
// if_inst = malloc(sizeof(IF_Module_t));
// LOG_I(PHY,"Allocate IF-Module for NB-IoT\n");
//---------------------------
...
...
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