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
dccb3b51
Commit
dccb3b51
authored
Oct 07, 2019
by
Clare Yu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update lte-enb-nbiot.c
parent
941c14b3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
886 additions
and
886 deletions
+886
-886
targets/RT/USER/lte-enb-nbiot.c
targets/RT/USER/lte-enb-nbiot.c
+886
-886
No files found.
targets/RT/USER/lte-enb-nbiot.c
View file @
dccb3b51
...
@@ -503,7 +503,7 @@ static void* eNB_thread_rxtx_NB_IoT( void* param ) {
...
@@ -503,7 +503,7 @@ static void* eNB_thread_rxtx_NB_IoT( void* param ) {
void
eNB_nb_iot_top
(
PHY_VARS_eNB_NB_IoT
*
eNB
,
int
frame_rx
,
int
subframe_rx
,
char
*
string
,
RU_t
*
ru
)
{
void
eNB_nb_iot_top
(
PHY_VARS_eNB_NB_IoT
*
eNB
,
int
frame_rx
,
int
subframe_rx
,
char
*
string
,
RU_t
*
ru
)
{
eNB_proc_NB_IoT_t
*
proc
=
&
eNB
->
proc
;
eNB_proc_NB_IoT_t
*
proc
=
&
eNB
->
proc
;
eNB_rxtx_proc_NB_IoT_t
*
L1_proc
=
&
proc
->
proc_rxtx
[
0
];
eNB_rxtx_proc_NB_IoT_t
*
L1_proc
=
&
proc
->
proc_rxtx
[
0
];
NB_IoT_DL_FRAME_PARMS
*
fp
=
&
ru
->
frame_parms
;
LTE_DL_FRAME_PARMS
*
fp
=
&
ru
->
frame_parms
;
RU_proc_t
*
ru_proc_nbiot
=
&
ru
->
proc
;
RU_proc_t
*
ru_proc_nbiot
=
&
ru
->
proc
;
proc
->
frame_rx
=
frame_rx
;
proc
->
frame_rx
=
frame_rx
;
proc
->
subframe_rx
=
subframe_rx
;
proc
->
subframe_rx
=
subframe_rx
;
...
...
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