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
lizhongxiao
OpenXG-RAN
Commits
9248e9ed
Commit
9248e9ed
authored
Apr 25, 2018
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding CMakelists template for nos1
parent
db326bbf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
cmake_targets/build_oai
cmake_targets/build_oai
+1
-1
cmake_targets/lte_noS1_build_oai/CMakeLists.template
cmake_targets/lte_noS1_build_oai/CMakeLists.template
+9
-0
No files found.
cmake_targets/build_oai
View file @
9248e9ed
...
...
@@ -535,7 +535,7 @@ function main() {
if
[
"
$NOS1
"
=
"1"
]
;
then
build_dir
=
noS1_ran_build
if
[
"
$gNB
"
=
"1"
]
;
then
exec
=
nr-softmodem
-nos1
exec
=
nr-softmodem
elif
[
"
$nrUE
"
=
"1"
]
;
then
exec
=
nr-uesoftmodem-nos1
elif
[
"
$eNB
"
=
"1"
]
;
then
...
...
cmake_targets/lte_noS1_build_oai/CMakeLists.template
0 → 100644
View file @
9248e9ed
set(ENABLE_ITTI True)
set(ENABLE_USE_MME False)
set(PDCP_USE_NETLINK True)
set(LINK_ENB_PDCP_TO_IP_DRIVER True)
set(LINK_ENB_PDCP_TO_GTPV1U False)
set(PDCP_USE_NETLINK_QUEUES False)
set(LINUX True)
set(SECU False)
set(NAS_UE False)
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