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
0e810867
Commit
0e810867
authored
Nov 09, 2017
by
Vincent Savaux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add useful files
parent
9526b4b1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
95 additions
and
2 deletions
+95
-2
cmake_targets/oaisim_noS1_build_oai/CMakeLists.txt
cmake_targets/oaisim_noS1_build_oai/CMakeLists.txt
+92
-0
openair1/PHY/LTE_TRANSPORT/extern_NB_IoT.h
openair1/PHY/LTE_TRANSPORT/extern_NB_IoT.h
+2
-1
openair1/PHY/LTE_TRANSPORT/proto_NB_IoT.h
openair1/PHY/LTE_TRANSPORT/proto_NB_IoT.h
+1
-1
No files found.
cmake_targets/oaisim_noS1_build_oai/CMakeLists.txt
0 → 100644
View file @
0e810867
cmake_minimum_required
(
VERSION 2.8
)
set
(
ADDR_CONF False
)
set
(
DEBUG_OMG False
)
set
(
DISABLE_XER_PRINT False
)
set
(
DRIVER2013 True
)
set
(
EMOS False
)
set
(
ENABLE_FXP True
)
set
(
ENABLE_ITTI True
)
set
(
ENABLE_NAS_UE_LOGGING False
)
set
(
ENABLE_NEW_MULTICAST True
)
set
(
ENABLE_PGM_TRANSPORT True
)
set
(
ENABLE_RAL False
)
set
(
ENABLE_SECURITY False
)
set
(
ENABLE_STANDALONE_EPC False
)
set
(
ENABLE_USE_CPU_EXECUTION_TIME True
)
set
(
ENABLE_USE_MME False
)
set
(
ENABLE_USE_RAW_SOCKET_FOR_SGI False
)
set
(
ENABLE_VCD_FIFO False
)
set
(
ENB_MODE True
)
set
(
EXMIMO_IOT True
)
set
(
HARD_RT False
)
set
(
JUMBO_FRAME True
)
set
(
LARGE_SCALE False
)
set
(
LINK_ENB_PDCP_TO_GTPV1U False
)
set
(
LINUX_LIST False
)
set
(
LINUX True
)
set
(
LOCALIZATION False
)
set
(
LOG_NO_THREAD 1
)
set
(
DEADLINE_SCHEDULER False
)
set
(
MAC_CONTEXT 1
)
set
(
MAX_NUM_CCs 1
)
set
(
MESSAGE_CHART_GENERATOR False
)
set
(
MESSAGE_CHART_GENERATOR_RLC_MAC False
)
set
(
MESSAGE_CHART_GENERATOR_PHY False
)
set
(
MIH_C_MEDIEVAL_EXTENSIONS False
)
set
(
MSG_PRINT False
)
set
(
MU_RECEIVER False
)
set
(
NAS_ADDRESS_FIX True
)
set
(
NAS_BUILT_IN_UE False
)
set
(
NAS_MME False
)
set
(
NAS_UE False
)
set
(
NB_ANTENNAS_RX
"2"
)
set
(
NB_ANTENNAS_TX
"2"
)
set
(
NB_ANTENNAS_TXRX
"2"
)
set
(
NEW_FFT True
)
set
(
NO_RRM True
)
set
(
OAI_EMU True
)
set
(
OAISIM True
)
set
(
OAI_NW_DRIVER_TYPE_ETHERNET False
)
set
(
OAI_NW_DRIVER_USE_NETLINK True
)
set
(
OPENAIR1 True
)
set
(
OPENAIR2 True
)
set
(
OPENAIR_EMU False
)
set
(
OPENAIR_LTE True
)
set
(
PACKAGE_NAME
"oaisim"
)
set
(
PBS_SIM False
)
set
(
PDCP_USE_NETLINK True
)
set
(
PC_DSP True
)
set
(
PC_TARGET True
)
set
(
PDCP_MSG_PRINT False
)
set
(
PERFECT_CE False
)
set
(
PHY_ABSTRACTION True
)
set
(
PHY_CONTEXT False
)
set
(
PHY_EMUL False
)
set
(
PHYSIM True
)
set
(
PUCCH True
)
set
(
RANDOM_BF False
)
set
(
RF_BOARD
"False"
)
set
(
RRC_ASN1_VERSION
"Rel10"
)
set
(
RLC_STOP_ON_LOST_PDU False
)
set
(
RRC_MSG_PRINT False
)
set
(
RTAI False
)
set
(
SECU False
)
set
(
SMBV False
)
set
(
SPECTRA False
)
set
(
TEST_OMG False
)
set
(
USE_3GPP_ADDR_AS_LINK_ADDR False
)
set
(
USE_MME
"R10"
)
set
(
USER_MODE True
)
set
(
XER_PRINT False
)
set
(
DEBUG_PHY False
)
set
(
DEBUG_PHY_PROC False
)
set
(
DEBUG_DLSCH False
)
set
(
CMAKE_BUILD_TYPE
)
set
(
CFLAGS_PROCESSOR_USER
""
)
set
(
XFORMS True
)
set
(
PRINT_STATS True
)
set
(
RRC_ASN1_VERSION
"Rel14"
)
set
(
ENABLE_VCD_FIFO False
)
set
(
T_TRACER False
)
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../CMakeLists.txt
)
openair1/PHY/LTE_TRANSPORT/extern_NB_IoT.h
View file @
0e810867
...
...
@@ -34,7 +34,8 @@ extern int8_t wACK_RX_NB_IoT[5][4];
extern
short
conjugate
[
8
],
conjugate2
[
8
];
extern
short
*
ul_ref_sigs_rx
[
30
][
4
];
extern
short
*
ul_ref_sigs_rx
[
30
][
4
];
// NB-IoT: format 1 pilots
// extern short *ul_ref_sigs_rx_format2[30][3]; // NB-IoT: format 2 pilots
extern
unsigned
short
dftsizes
[
33
];
#endif
\ No newline at end of file
openair1/PHY/LTE_TRANSPORT/proto_NB_IoT.h
View file @
0e810867
...
...
@@ -223,7 +223,7 @@ void ulsch_extract_rbs_single_NB_IoT(int32_t **rxdataF,
// uint32_t first_rb,
uint32_t
UL_RB_ID_NB_IoT
,
// index of UL NB_IoT resource block
uint8_t
N_sc_RU
,
// number of subcarriers in UL
uint32_t
I_sc
,
// subcarrier indication field
//
uint32_t I_sc, // subcarrier indication field
uint32_t
nb_rb
,
uint8_t
l
,
uint8_t
Ns
,
...
...
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