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
9fd4b452
Commit
9fd4b452
authored
Feb 07, 2019
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove F1-related flags from build_oai script
parent
822f9849
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
18 deletions
+1
-18
cmake_targets/build_oai
cmake_targets/build_oai
+1
-18
No files found.
cmake_targets/build_oai
View file @
9fd4b452
...
@@ -105,12 +105,6 @@ Options
...
@@ -105,12 +105,6 @@ Options
Specify gen_nvram_path (default
\"
$gen_nvram_path
\"
)
Specify gen_nvram_path (default
\"
$gen_nvram_path
\"
)
-a | --agent
-a | --agent
Enables agent for software-defined control of the eNB
Enables agent for software-defined control of the eNB
--pdcp-split
Enables PDCP-RLC U plane split
--CU
Build the CU entity
--DU
Build the CU entity
-r | --3gpp-release
-r | --3gpp-release
default is Rel14,
default is Rel14,
Rel8 limits the implementation to 3GPP Release 8 version
Rel8 limits the implementation to 3GPP Release 8 version
...
@@ -219,12 +213,6 @@ function main() {
...
@@ -219,12 +213,6 @@ function main() {
-a
|
--agent
)
-a
|
--agent
)
echo_info
"FlexRAN support is always compiled into the eNB"
echo_info
"FlexRAN support is always compiled into the eNB"
shift
;;
shift
;;
--pdcp-split
|
--CU
|
--DU
)
PDCP_SPLIT
=
1
CU
=
1
DU
=
1
echo_info
"Will compile for
$1
with F1AP support "
shift
;;
--UE
)
--UE
)
UE
=
1
UE
=
1
UETARGET
=
"True"
UETARGET
=
"True"
...
@@ -485,7 +473,7 @@ function main() {
...
@@ -485,7 +473,7 @@ function main() {
if
[
"
$INSTALL_EXTERNAL
"
=
"1"
]
;
then
if
[
"
$INSTALL_EXTERNAL
"
=
"1"
]
;
then
echo_info
"Installing packages"
echo_info
"Installing packages"
check_install_oai_software
$PDCP_SPLIT
check_install_oai_software
if
[
"
$HW
"
==
"OAI_USRP"
]
;
then
if
[
"
$HW
"
==
"OAI_USRP"
]
;
then
echo_info
"installing packages for USRP support"
echo_info
"installing packages for USRP support"
check_install_usrp_uhd_driver
check_install_usrp_uhd_driver
...
@@ -505,11 +493,6 @@ function main() {
...
@@ -505,11 +493,6 @@ function main() {
install_protobuf_from_source
install_protobuf_from_source
install_protobuf_c_from_source
install_protobuf_c_from_source
fi
fi
if
[
"
$PDCP_SPLIT
"
==
"1"
]
;
then
echo_info
"installing protobuf/protobuf-c for PDCP/RLC split support"
install_protobuf_from_source
install_protobuf_c_from_source
fi
fi
fi
if
[
"
$INSTALL_OPTIONAL
"
=
"1"
]
;
then
if
[
"
$INSTALL_OPTIONAL
"
=
"1"
]
;
then
...
...
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