Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Worker.N
openairinterface5G
Commits
f8039a7a
Commit
f8039a7a
authored
10 years ago
by
nikaeinn
Browse files
Options
Downloads
Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5975
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
2ba2ecbb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
targets/build_helper.bash
+1
-1
1 addition, 1 deletion
targets/build_helper.bash
targets/build_oai.bash
+2
-2
2 additions, 2 deletions
targets/build_oai.bash
with
3 additions
and
3 deletions
targets/build_helper.bash
+
1
−
1
View file @
f8039a7a
...
...
@@ -729,7 +729,7 @@ set_openair_env(){
print_help
(){
echo_success
"Name : build_oai - install and build OAI"
echo_success
"Usage: build_oai.bash -b -c -d -eRTAI -m -rREL8 -s -tOAISIM -wEXMIMO -x"
echo_success
"-b :
en
ables S1 interface for eNB (default enabled)"
echo_success
"-b :
dis
ables S1 interface for eNB (default enabled)"
echo_success
"-c : enables clean OAI build (default disabled)"
echo_success
"-d : enables debug mode (default disabled)"
echo_success
"-e : sets realtime mode: RTAI, NONE (default NONE)"
...
...
This diff is collapsed.
Click to expand it.
targets/build_oai.bash
+
2
−
2
View file @
f8039a7a
...
...
@@ -85,8 +85,8 @@ fi
while
getopts
"bcdmsxzhe:w:r:t:"
OPTION
;
do
case
"
$OPTION
"
in
b
)
ENB_S1
=
1
echo
"
setting
eNB S1 flag
to:
$ENB_S1
"
ENB_S1
=
0
echo
"
disable
eNB S1 flag"
;;
c
)
rm
-rf
./.lock_oaibuild
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment