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
4c3b80b1
Commit
4c3b80b1
authored
Jan 15, 2018
by
Nick Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Debug on error in lte_softmodem before real time testing
parent
ae81246e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
openair1/PHY/vars_NB_IoT.h
openair1/PHY/vars_NB_IoT.h
+1
-1
openair1/SCHED/IF_Module_L1_primitives_NB_IoT.c
openair1/SCHED/IF_Module_L1_primitives_NB_IoT.c
+1
-1
targets/RT/USER/lte-softmodem.c
targets/RT/USER/lte-softmodem.c
+3
-1
No files found.
openair1/PHY/vars_NB_IoT.h
View file @
4c3b80b1
...
...
@@ -51,7 +51,7 @@ int16_t *primary_synch2_time;
PHY_VARS_UE_NB_IoT
***
PHY_vars_UE_NB_IoT_g
;
PHY_VARS_eNB_NB_IoT
***
PHY_vars_eNB_NB_IoT_g
;
PHY_VARS_RN_NB_IoT
**
PHY_vars_RN_NB_IoT_g
;
NB_IoT_DL_FRAME_PARMS
*
lte_frame_parms_g
;
//
NB_IoT_DL_FRAME_PARMS *lte_frame_parms_g;
#else
PHY_VARS_UE_NB_IoT
*
PHY_vars_UE_NB_IoT_g
[
MAX_UE
][
MAX_NUM_CCs
]
=
{
NULL
};
PHY_vars_eNB_NB_IoT
*
PHY_vars_eNB_NB_IoT_g
[
MAX_eNB_NB_IoT
][
MAX_NUM_CCs
]
=
{
NULL
};
...
...
openair1/SCHED/IF_Module_L1_primitives_NB_IoT.c
View file @
4c3b80b1
...
...
@@ -10,7 +10,7 @@
//#include "PHY/extern.h"
#include "PHY/extern_NB_IoT.h"
//#include "PHY/vars.h"
#include "PHY/vars_NB_IoT.h"
#include "PHY/INIT/defs_NB_IoT.h"
...
...
targets/RT/USER/lte-softmodem.c
View file @
4c3b80b1
...
...
@@ -56,6 +56,8 @@
//NB-IoT Parameters here
#include "PHY/vars_NB_IoT.h"
#include "LAYER2/MAC/proto_NB_IoT.h"
//#include "LAYER2/MAC/defs_NB_IoT.h"
//#include "LAYER2/MAC/vars_NB_IoT.h"
...
...
@@ -1827,7 +1829,7 @@ int main( int argc, char **argv ) {
// for NB-IoT testing
PHY_vars_eNB_
_
NB_IoT_g
[
0
][
CC_id
]
->
rx_total_gain_dB
=
(
int
)
rx_gain
[
CC_id
][
0
];
PHY_vars_eNB_NB_IoT_g
[
0
][
CC_id
]
->
rx_total_gain_dB
=
(
int
)
rx_gain
[
CC_id
][
0
];
if
(
frame_parms_NB_IoT
[
CC_id
]
->
frame_type
==
FDD
)
{
PHY_vars_eNB_NB_IoT_g
[
0
][
CC_id
]
->
N_TA_offset
=
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