Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SDRan-OpenAirInterface
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
ReginaLAB
SDRan-OpenAirInterface
Commits
5123d46f
Commit
5123d46f
authored
2 years ago
by
Nelson Oliveira
Browse files
Options
Downloads
Patches
Plain Diff
Minor fix on script of OAI Core install
parent
bb975d94
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openairinterface5g/openairinterface-install-scripts/oai_5g_core_install.sh
+5
-2
5 additions, 2 deletions
...g/openairinterface-install-scripts/oai_5g_core_install.sh
with
5 additions
and
2 deletions
openairinterface5g/openairinterface-install-scripts/oai_5g_core_install.sh
+
5
−
2
View file @
5123d46f
...
...
@@ -55,10 +55,13 @@ sudo docker image tag oaisoftwarealliance/oai-ausf:v1.5.0 oai-ausf:v1.5.0
sudo
docker image tag oaisoftwarealliance/oai-spgwu-tiny:v1.5.0 oai-spgwu-tiny:v1.5.0
##
Clon
e OpenAirInterface 5G Core
##
Remov
e OpenAirInterface 5G Core
if directory exists
if
[
-d
"
$WORK_DIR
/oai-cn5g-fed"
]
;
then
sudo rm
-r
$WORK_DIR
/oai-cn5g-fed
fi
## Clone OpenAirInterface 5G Core
cd
$WORK_DIR
git clone https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-fed.git
cd
$WORK_DIR
/oai-cn5g-fed
git checkout
-f
v1.5.0
...
...
@@ -82,4 +85,4 @@ sudo python3 core-network.py --type start-basic --scenario 1
## Docker post-installation
# Enabling current user to run docker commands
sudo
usermod
-aG
docker
$USER
\ No newline at end of file
sudo
usermod
-aG
docker
$USER
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