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
ba90b12b
Commit
ba90b12b
authored
2 years ago
by
vboxuser
Browse files
Options
Downloads
Patches
Plain Diff
Add OAI configuration files
parent
2c4708a3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
OpenAirInterface/OpenAirInterface-Install-Scripts/oai_5g_core_install.sh
+19
-0
19 additions, 0 deletions
...e/OpenAirInterface-Install-Scripts/oai_5g_core_install.sh
with
19 additions
and
0 deletions
OpenAirInterface/OpenAirInterface-Install-Scripts/oai_5g_core_install.sh
+
19
−
0
View file @
ba90b12b
...
...
@@ -45,6 +45,13 @@ sudo docker pull oaisoftwarealliance/oai-udm:v1.4.0
sudo
docker pull oaisoftwarealliance/oai-ausf:v1.4.0
sudo
docker pull oaisoftwarealliance/oai-upf-vpp:v1.4.0
sudo
docker pull oaisoftwarealliance/oai-nssf:v1.4.0
sudo
docker pull oaisoftwarealliance/oai-amf:develop
sudo
docker pull oaisoftwarealliance/oai-nrf:develop
sudo
docker pull oaisoftwarealliance/oai-smf:develop
sudo
docker pull oaisoftwarealliance/oai-udr:develop
sudo
docker pull oaisoftwarealliance/oai-udm:develop
sudo
docker pull oaisoftwarealliance/oai-ausf:develop
sudo
docker pull oaisoftwarealliance/oai-spgwu-tiny:develop
sudo
docker pull oaisoftwarealliance/trf-gen-cn5g:latest
## Tag Docker Images
...
...
@@ -59,6 +66,18 @@ sudo docker image tag oaisoftwarealliance/oai-ausf:v1.4.0 oai-ausf:v1.4.0
sudo
docker image tag oaisoftwarealliance/oai-upf-vpp:v1.4.0 oai-upf-vpp:v1.4.0
sudo
docker image tag oaisoftwarealliance/oai-nssf:v1.4.0 oai-nssf:v1.4.0
sudo
docker image tag oaisoftwarealliance/trf-gen-cn5g:latest trf-gen-cn5g:latest
sudo
docker image tag oaisoftwarealliance/oai-amf:develop oai-amf:develop
sudo
docker image tag oaisoftwarealliance/oai-nrf:develop oai-nrf:develop
sudo
docker image tag oaisoftwarealliance/oai-smf:develop oai-smf:develop
sudo
docker image tag oaisoftwarealliance/oai-udr:develop oai-udr:develop
sudo
docker image tag oaisoftwarealliance/oai-udm:develop oai-udm:develop
sudo
docker image tag oaisoftwarealliance/oai-ausf:develop oai-ausf:develop
sudo
docker image tag oaisoftwarealliance/oai-spgwu-tiny:develop oai-spgwu-tiny:develop
## OAI CN5G Configuration files
sudo
wget
-O
~/oai-cn5g-fed/docker-compose/docker-compose-basic-nrf.yaml https://gitlab.eurecom.fr/oai/openairinterface5g/-/raw/develop/doc/tutorial_resources/docker-compose-basic-nrf.yaml?inline
=
false
sudo
wget
-O
~/oai-cn5g-fed/docker-compose/database/oai_db.sql https://gitlab.eurecom.fr/oai/openairinterface5g/-/raw/develop/doc/tutorial_resources/oai_db.sql?inline
=
false
## Synchronizing the tutorials
...
...
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