Skip to content
GitLab
Menu
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
747044bf
Commit
747044bf
authored
Apr 15, 2015
by
gauthier
Browse files
AT commands
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@7168
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
9e2a9678
Changes
2
Hide whitespace changes
Inline
Side-by-side
cmake_targets/CMakeLists.txt
View file @
747044bf
...
...
@@ -403,7 +403,7 @@ add_boolean_option(ENB_MODE True "Swap the include directories between openair2
add_boolean_option
(
ENABLE_PGM_TRANSPORT False
"specific to oaisim, emulation through ethernet, reliable multicast"
)
add_boolean_option
(
ADDR_CONF False
"specific to oaisim, IP autoconf of user-plane IP interface"
)
add_boolean_option
(
OPENAIR_EMU False
"specific to oaisim"
)
add_boolean_option
(
OAI_EMU False
"specific to oaisim"
)
add_boolean_option
(
OAI_EMU
False
"specific to oaisim"
)
add_boolean_option
(
PHY_ABSTRACTION False
"specific to oaisim"
)
##########################
...
...
@@ -1616,6 +1616,7 @@ target_link_libraries (oai_sgw
# )
#target_link_libraries (nvram ${NAS_LIB} UTIL ${ITTI_LIB} LFDS pthread rt nettle crypto m)
###################################"
# Addexecutables for tests
####################################
...
...
cmake_targets/build_oai
View file @
747044bf
...
...
@@ -337,13 +337,13 @@ function main() {
if
[
"
$oaisim
"
=
"1"
]
;
then
dconf
=
$OPENAIR_DIR
/targets/bin
#
echo_info "Compiling at_nas_ue"
#
mkdir -p $DIR/at_commands/build
#
cd $DIR/at_commands/build
#
cmake ..
#
compilations \
#
at_commands at_nas_ue \
#
at_nas_ue $dbin/at_nas_ue
echo_info
"Compiling at_nas_ue"
mkdir
-p
$DIR
/at_commands/build
cd
$DIR
/at_commands/build
cmake ..
compilations
\
at_commands at_nas_ue
\
at_nas_ue
$dbin
/at_nas_ue
echo_info
"Compiling oaisim"
cmake_file
=
$DIR
/oaisim_build_oai/CMakeLists.txt
...
...
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