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
mosaic5g
mosaic5g
Commits
4692877e
Commit
4692877e
authored
Apr 10, 2018
by
nikaeinn
Browse files
Support OAI-CN in the build script
parent
4bbd874d
Changes
1
Show whitespace changes
Inline
Side-by-side
build_m5g
View file @
4692877e
...
@@ -81,6 +81,7 @@ oai_ran_bin=$oai_ran_path/targets/bin
...
@@ -81,6 +81,7 @@ oai_ran_bin=$oai_ran_path/targets/bin
oai_ran_branch
=
develop
oai_ran_branch
=
develop
oai_cn_path
=
$m5g_path
/oai-cn
oai_cn_path
=
$m5g_path
/oai-cn
oai_cn_build
=
$oai_cn_path
/scripts
oai_cn_exec
=
$oai_cn_path
/build
oai_cn_exec
=
$oai_cn_path
/build
oai_cn_exec_name
=
''
oai_cn_exec_name
=
''
oai_cn_branch
=
openair-cn-llmec
oai_cn_branch
=
openair-cn-llmec
...
@@ -314,6 +315,15 @@ build_oai_cn(){
...
@@ -314,6 +315,15 @@ build_oai_cn(){
git submodule update oai-cn
git submodule update oai-cn
cd
$oai_cn_path
cd
$oai_cn_path
git checkout
$oai_cn_branch
git checkout
$oai_cn_branch
cd
$oai_cn_build
./build_hss
-i
-F
-e
./build_hss
./build_spgw
-i
-f
./build_spgw
./build_mme
-i
-f
./build_mme
cd
$m5g_path
cd
$m5g_path
echo_success
"Cloned OAI CN
$oai_cn_branch
branch with ll-mec agent"
echo_success
"Cloned OAI CN
$oai_cn_branch
branch with ll-mec agent"
...
...
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