Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
openairinterface5G
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
15
Merge Requests
15
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
oai
openairinterface5G
Commits
66c5892c
Commit
66c5892c
authored
Mar 28, 2017
by
Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#220 fixed incorrec path config for building usim/nvram
parent
a77082c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
cmake_targets/build_oai
cmake_targets/build_oai
+3
-3
No files found.
cmake_targets/build_oai
View file @
66c5892c
...
@@ -57,9 +57,6 @@ CMAKE_BUILD_TYPE=""
...
@@ -57,9 +57,6 @@ CMAKE_BUILD_TYPE=""
UE_AUTOTEST_TRACE
=
"False"
UE_AUTOTEST_TRACE
=
"False"
trap
handle_ctrl_c INT
trap
handle_ctrl_c INT
gen_nvram_path
=
$OPENAIR_DIR
/targets/bin
conf_nvram_path
=
$OPENAIR_DIR
/openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf
function
print_help
()
{
function
print_help
()
{
echo_info
"
echo_info
"
This program installs OpenAirInterface Software
This program installs OpenAirInterface Software
...
@@ -394,6 +391,9 @@ function main() {
...
@@ -394,6 +391,9 @@ function main() {
set_openair_env
set_openair_env
cecho
"OPENAIR_DIR =
$OPENAIR_DIR
"
$green
cecho
"OPENAIR_DIR =
$OPENAIR_DIR
"
$green
gen_nvram_path
=
$OPENAIR_DIR
/targets/bin
conf_nvram_path
=
$OPENAIR_DIR
/openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf
# for conf files copy in this bash script
# for conf files copy in this bash script
if
[
-d
/usr/lib/freeDiameter
]
;
then
if
[
-d
/usr/lib/freeDiameter
]
;
then
export
FREEDIAMETER_PREFIX
=
/usr
export
FREEDIAMETER_PREFIX
=
/usr
...
...
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