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
1ec31489
Commit
1ec31489
authored
Aug 18, 2017
by
Matthieu Kanj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renaming file: openair1/PHY/LTE_TRANSPORT/defs_nb_iot.h -> openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h
parent
db93e159
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
8 additions
and
8 deletions
+8
-8
openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h
openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h
+0
-0
openair1/PHY/LTE_TRANSPORT/dlsch_coding_NB_IoT.c
openair1/PHY/LTE_TRANSPORT/dlsch_coding_NB_IoT.c
+1
-1
openair1/PHY/LTE_TRANSPORT/dlsch_modulation_NB_IoT.c
openair1/PHY/LTE_TRANSPORT/dlsch_modulation_NB_IoT.c
+1
-1
openair1/PHY/LTE_TRANSPORT/dlsch_scrambling_NB_IoT.c
openair1/PHY/LTE_TRANSPORT/dlsch_scrambling_NB_IoT.c
+1
-1
openair1/PHY/LTE_TRANSPORT/npbch_NB_IoT.c
openair1/PHY/LTE_TRANSPORT/npbch_NB_IoT.c
+1
-1
openair1/PHY/defs.h
openair1/PHY/defs.h
+1
-1
openair1/PHY/defs_nb_iot.h
openair1/PHY/defs_nb_iot.h
+1
-1
openair2/PHY_INTERFACE/IF_Module_nb_iot.h
openair2/PHY_INTERFACE/IF_Module_nb_iot.h
+1
-1
record.txt
record.txt
+1
-1
No files found.
openair1/PHY/LTE_TRANSPORT/defs_
nb_iot
.h
→
openair1/PHY/LTE_TRANSPORT/defs_
NB_IoT
.h
View file @
1ec31489
File moved
openair1/PHY/LTE_TRANSPORT/dlsch_coding_NB_IoT.c
View file @
1ec31489
...
...
@@ -18,7 +18,7 @@
#include "PHY/CODING/defs_NB_IoT.h"
//#include "PHY/CODING/extern.h"
//#include "PHY/CODING/lte_interleaver_inline.h"
#include "PHY/LTE_TRANSPORT/defs_
nb_iot
.h"
#include "PHY/LTE_TRANSPORT/defs_
NB_IoT
.h"
#include "PHY/LTE_TRANSPORT/proto_nb_iot.h"
#include "SCHED/defs_nb_iot.h"
//#include "defs_nb_iot.h"
...
...
openair1/PHY/LTE_TRANSPORT/dlsch_modulation_NB_IoT.c
View file @
1ec31489
...
...
@@ -18,7 +18,7 @@
//#include "PHY/CODING/defs_nb_iot.h"
//#include "PHY/CODING/extern.h"
//#include "PHY/CODING/lte_interleaver_inline.h"
#include "PHY/LTE_TRANSPORT/defs_
nb_iot
.h"
#include "PHY/LTE_TRANSPORT/defs_
NB_IoT
.h"
//#include "defs.h"
//#include "UTIL/LOG/vcd_signal_dumper.h"
...
...
openair1/PHY/LTE_TRANSPORT/dlsch_scrambling_NB_IoT.c
View file @
1ec31489
...
...
@@ -23,7 +23,7 @@
//#include "PHY/extern_NB_IoT.h"
//#include "UTIL/LOG/vcd_signal_dumper.h"
#include "PHY/LTE_TRANSPORT/defs_
nb_iot
.h"
#include "PHY/LTE_TRANSPORT/defs_
NB_IoT
.h"
void
dlsch_scrambling_NB_IoT
(
NB_IoT_DL_FRAME_PARMS
*
frame_parms
,
NB_IoT_eNB_DLSCH_t
*
dlsch
,
...
...
openair1/PHY/LTE_TRANSPORT/npbch_NB_IoT.c
View file @
1ec31489
...
...
@@ -16,7 +16,7 @@
#include "PHY/defs_nb_iot.h"
//#include "PHY/CODING/extern.h"
//#include "PHY/CODING/lte_interleaver_inline.h"
#include "PHY/LTE_TRANSPORT/defs_
nb_iot
.h"
#include "PHY/LTE_TRANSPORT/defs_
NB_IoT
.h"
//#include "extern_NB_IoT.h"
//#include "PHY/extern_NB_IoT.h"
//#include "PHY/sse_intrin.h"
...
...
openair1/PHY/defs.h
View file @
1ec31489
...
...
@@ -129,7 +129,7 @@ static inline void* malloc16_clear( size_t size )
#ifdef OPENAIR_LTE
#include "PHY/LTE_TRANSPORT/defs.h"
#include "PHY/LTE_TRANSPORT/defs_
nb_iot
.h"
#include "PHY/LTE_TRANSPORT/defs_
NB_IoT
.h"
#include <pthread.h>
#include "targets/ARCH/COMMON/common_lib.h"
...
...
openair1/PHY/defs_nb_iot.h
View file @
1ec31489
...
...
@@ -134,7 +134,7 @@ static inline void* malloc16_clear( size_t size )
#ifdef OPENAIR_LTE
//#include "PHY/LTE_TRANSPORT/defs.h"
#include "PHY/LTE_TRANSPORT/defs_
nb_iot
.h"
#include "PHY/LTE_TRANSPORT/defs_
NB_IoT
.h"
#include <pthread.h>
#include "targets/ARCH/COMMON/common_lib.h"
...
...
openair2/PHY_INTERFACE/IF_Module_nb_iot.h
View file @
1ec31489
...
...
@@ -9,7 +9,7 @@
#define __IF_MODULE_NB_IoT__H__
#include "nfapi_interface.h"
#include "openair1/PHY/LTE_TRANSPORT/defs_
nb_iot
.h"
#include "openair1/PHY/LTE_TRANSPORT/defs_
NB_IoT
.h"
#include "PhysicalConfigDedicated-NB-r13.h"
//#include "openair2/PHY_INTERFACE/IF_Module_nb_iot.h"
#include "openair2/COMMON/platform_types.h"
...
...
record.txt
View file @
1ec31489
...
...
@@ -63,7 +63,7 @@ Parameters: Sched_Rsp for Interface Module
Comment: 15 warnings fixed
5/23
Add: openair1/PHY/LTE_TRANSPORT/defs_
nb_iot
.h
Add: openair1/PHY/LTE_TRANSPORT/defs_
NB_IoT
.h
Modified: openair2/PHY_INTERFACE/IF_Module_nb_iot.h
Modified: openair1/Sched/phy_procedures_lte_eNB_nb_iot.c
...
...
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