Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
Michael Black
OpenXG UE
Commits
4cb12774
Commit
4cb12774
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
0e5d7e6f
Changes
1
Hide 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 @
4cb12774
...
...
@@ -105,12 +105,6 @@ Options
Specify gen_nvram_path (default
\"
$gen_nvram_path
\"
)
-a | --agent
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
default is Rel14,
Rel8 limits the implementation to 3GPP Release 8 version
...
...
@@ -219,12 +213,6 @@ function main() {
-a
|
--agent
)
echo_info
"FlexRAN support is always compiled into the eNB"
shift
;;
--pdcp-split
|
--CU
|
--DU
)
PDCP_SPLIT
=
1
CU
=
1
DU
=
1
echo_info
"Will compile for
$1
with F1AP support "
shift
;;
--UE
)
UE
=
1
UETARGET
=
"True"
...
...
@@ -485,7 +473,7 @@ function main() {
if
[
"
$INSTALL_EXTERNAL
"
=
"1"
]
;
then
echo_info
"Installing packages"
check_install_oai_software
$PDCP_SPLIT
check_install_oai_software
if
[
"
$HW
"
==
"OAI_USRP"
]
;
then
echo_info
"installing packages for USRP support"
check_install_usrp_uhd_driver
...
...
@@ -505,11 +493,6 @@ function main() {
install_protobuf_from_source
install_protobuf_c_from_source
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
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