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
wangjie
OpenXG-RAN
Commits
759377b8
Commit
759377b8
authored
Aug 16, 2017
by
Matthieu Kanj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
seperation completed for /LTE_TRANSPORT
parent
20c916fa
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
10 deletions
+14
-10
openair1/PHY/LTE_TRANSPORT/extern.h
openair1/PHY/LTE_TRANSPORT/extern.h
+1
-1
openair1/PHY/LTE_TRANSPORT/npbch_NB_IoT.c
openair1/PHY/LTE_TRANSPORT/npbch_NB_IoT.c
+2
-2
openair1/PHY/LTE_TRANSPORT/npss_NB_IoT.c
openair1/PHY/LTE_TRANSPORT/npss_NB_IoT.c
+7
-3
openair1/PHY/LTE_TRANSPORT/nsss_NB_IoT.c
openair1/PHY/LTE_TRANSPORT/nsss_NB_IoT.c
+1
-1
openair1/PHY/LTE_TRANSPORT/ulsch_decoding_NB_IoT.c
openair1/PHY/LTE_TRANSPORT/ulsch_decoding_NB_IoT.c
+3
-3
No files found.
openair1/PHY/LTE_TRANSPORT/extern.h
View file @
759377b8
...
...
@@ -22,7 +22,7 @@
extern
unsigned
int
dlsch_tbs25
[
27
][
25
],
TBStable
[
27
][
110
],
TBStable1C
[
32
];
//NB-Iot
extern
unsigned
int
TBStable_NB_IoT
[
14
][
8
];
//
extern unsigned int TBStable_NB_IoT[14][8];
extern
unsigned
short
lte_cqi_eff1024
[
16
];
...
...
openair1/PHY/LTE_TRANSPORT/npbch_NB_IoT.c
View file @
759377b8
...
...
@@ -17,8 +17,8 @@
//#include "PHY/CODING/extern.h"
//#include "PHY/CODING/lte_interleaver_inline.h"
#include "PHY/LTE_TRANSPORT/defs_nb_iot.h"
#include "extern_NB_IoT.h"
#include "PHY/extern_NB_IoT.h"
//
#include "extern_NB_IoT.h"
//
#include "PHY/extern_NB_IoT.h"
//#include "PHY/sse_intrin.h"
#include "PHY/CODING/defs_nb_iot.h"
...
...
openair1/PHY/LTE_TRANSPORT/npss_NB_IoT.c
View file @
759377b8
...
...
@@ -13,8 +13,12 @@
*/
//#include "PHY/defs.h"
#include "PHY/defs_nb_iot.h"
#include "PHY/extern.h"
///////////////#include "PHY/defs_nb_iot.h"
//#include "PHY/extern.h"
#include <math.h>
#include "PHY/impl_defs_lte_nb_iot.h"
#include "PHY/impl_defs_top_NB_IoT.h"
//or #include "PHY/defs_nb_iot.h"
#include "PHY/LTE_REFSIG/primary_synch_NB_IoT.h"
int
generate_npss_NB_IoT
(
int32_t
**
txdataF
,
...
...
@@ -34,7 +38,7 @@ int generate_npss_NB_IoT(int32_t **txdataF,
primary_sync
=
primary_synch_NB_IoT
;
// primary_synch_NB_IoT[264] of primary_synch_NB_IoT.h
// Signal amplitude
a
=
(
frame_parms
->
nb_antennas_tx
==
1
)
?
amp
:
(
amp
*
ONE_OVER_SQRT2_Q15
)
>>
15
;
a
=
(
frame_parms
->
nb_antennas_tx
==
1
)
?
amp
:
(
amp
*
ONE_OVER_SQRT2_Q15
_NB_IoT
)
>>
15
;
// Testing if the total number of RBs is even or odd (i.e. Identification of the bandwidth: 1.4, 3, 5, 10, ... MHz)
bandwidth_even_odd
=
frame_parms
->
N_RB_DL
%
2
;
// 0 for even, 1 for odd
...
...
openair1/PHY/LTE_TRANSPORT/nsss_NB_IoT.c
View file @
759377b8
...
...
@@ -16,7 +16,7 @@
//#include "PHY/defs.h"
#include "PHY/defs_nb_iot.h"
//#include "defs.h"
#include "PHY/extern_NB_IoT.h"
//
#include "PHY/extern_NB_IoT.h"
#include "nsss_NB_IoT.h"
int
generate_sss_NB_IoT
(
int32_t
**
txdataF
,
...
...
openair1/PHY/LTE_TRANSPORT/ulsch_decoding_NB_IoT.c
View file @
759377b8
...
...
@@ -35,9 +35,9 @@
//#include "PHY/defs.h"
#include "PHY/defs_nb_iot.h"
#include "PHY/extern.h"
#include "PHY/CODING/extern.h"
#include "extern_NB_IoT.h"
#include "SCHED/extern.h"
//
#include "PHY/CODING/extern.h"
//
#include "extern_NB_IoT.h"
//
#include "SCHED/extern.h"
#ifdef OPENAIR2
#include "LAYER2/MAC/defs.h"
#include "LAYER2/MAC/extern.h"
...
...
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