Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
02d18cc5
Commit
02d18cc5
authored
Dec 28, 2017
by
knopp
Browse files
noS1 will compile and run correctly on develop, also for oaisim/RRU
parent
1a5a0297
Changes
4
Hide whitespace changes
Inline
Side-by-side
cmake_targets/CMakeLists.txt
View file @
02d18cc5
...
...
@@ -1803,6 +1803,7 @@ add_executable(lte-softmodem-nos1
${
OPENAIR_TARGETS
}
/RT/USER/rt_wrapper.c
${
OPENAIR_TARGETS
}
/RT/USER/lte-ue.c
${
OPENAIR_TARGETS
}
/RT/USER/lte-enb.c
${
OPENAIR_TARGETS
}
/RT/USER/lte-ru.c
${
OPENAIR_TARGETS
}
/RT/USER/lte-softmodem.c
${
OPENAIR1_DIR
}
/SIMULATION/TOOLS/taus.c
${
OPENAIR_TARGETS
}
/SIMU/USER/init_lte.c
...
...
@@ -1934,6 +1935,7 @@ add_executable(oaisim_nos1
${
OPENAIR_BIN_DIR
}
/messages_xml.h
${
OPENAIR_TARGETS
}
/RT/USER/lte-ue.c
${
OPENAIR_TARGETS
}
/RT/USER/lte-enb.c
${
OPENAIR_TARGETS
}
/RT/USER/lte-ru.c
${
OPENAIR_TARGETS
}
/RT/USER/rt_wrapper.c
${
OPENAIR_TARGETS
}
/SIMU/USER/channel_sim.c
${
OPENAIR_TARGETS
}
/SIMU/USER/init_lte.c
...
...
openair2/RRC/LITE/rrc_UE.c
View file @
02d18cc5
...
...
@@ -1540,7 +1540,7 @@ rrc_ue_process_radioResourceConfigDedicated(
UE_rrc_inst
[
ctxt_pP
->
module_id
].
Info
[
eNB_index
].
State
=
RRC_CONNECTED
;
LOG_I
(
RRC
,
"[UE %d] State = RRC_CONNECTED (eNB %d)
\n
"
,
ctxt_pP
->
module_id
,
eNB_index
);
#if !defined(ENABLE_USE_MME) && defined(OAI_EMU)
#if
0//
!defined(ENABLE_USE_MME) && defined(OAI_EMU)
# ifdef OAI_EMU
rrc_eNB_emulation_notify_ue_module_id(
ctxt_pP->module_id,
...
...
openair2/RRC/LITE/rrc_eNB.c
View file @
02d18cc5
...
...
@@ -608,7 +608,7 @@ rrc_eNB_get_next_free_ue_context(
}
}
#if !defined(ENABLE_USE_MME)
#if
0 //
!defined(ENABLE_USE_MME)
void rrc_eNB_emulation_notify_ue_module_id(
const module_id_t ue_module_idP,
const rnti_t rntiP,
...
...
targets/SIMU/USER/oaisim_functions.c
View file @
02d18cc5
...
...
@@ -782,7 +782,10 @@ void get_simulation_options(int argc, char *argv[])
}
}
if
(
load_configmodule
(
argc
,
argv
)
==
NULL
)
{
exit_fun
(
"[SOFTMODEM] Error, configuration module init failed
\n
"
);
}
if
(
RC
.
config_file_name
!=
NULL
)
{
/* Read eNB configuration file */
RCConfig
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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