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
lizhongxiao
OpenXG-RAN
Commits
15d4735a
Commit
15d4735a
authored
Sep 26, 2019
by
lipingyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add NB-IoT L1 config in lte-softmodem.c
parent
9989f9ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
targets/RT/USER/lte-softmodem.c
targets/RT/USER/lte-softmodem.c
+9
-0
No files found.
targets/RT/USER/lte-softmodem.c
View file @
15d4735a
...
...
@@ -71,6 +71,8 @@
#include "LAYER2/MAC/proto_NB_IoT.h"
#include "NB_IoT_config.h"
//#include "LAYER2/MAC/defs_NB_IoT.h"
//#include "LAYER2/MAC/vars_NB_IoT.h"
...
...
@@ -633,6 +635,13 @@ int main( int argc, char **argv ) {
RCconfig_L1
();
}
//nbiot L1 config
if
(
RC
.
nb_nb_iot_rrc_inst
=
0
){
printf
(
"RC.nb_nb_iot_rrc_inst = 0, Initializing NB-IoT L1
\n
"
);
RCconfig_NbIoTL1
();
}
///////end
if
(
RC
.
nb_inst
>
0
&&
NODE_IS_CU
(
RC
.
rrc
[
0
]
->
node_type
))
{
protocol_ctxt_t
ctxt
;
ctxt
.
module_id
=
0
;
...
...
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