Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openairinterface5G
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor 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
POWDER-Mirror
openairinterface5G
Commits
a5f95e19
Commit
a5f95e19
authored
2 years ago
by
luis_pereira87
Browse files
Options
Downloads
Patches
Plain Diff
Tutorials: update OAI CN5G docker-compose-basic-nrf.yaml to the latest develop version
parent
a578a5c4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/tutorial_resources/docker-compose-basic-nrf.yaml
+8
-3
8 additions, 3 deletions
doc/tutorial_resources/docker-compose-basic-nrf.yaml
with
8 additions
and
3 deletions
doc/tutorial_resources/docker-compose-basic-nrf.yaml
+
8
−
3
View file @
a5f95e19
...
...
@@ -143,7 +143,7 @@ services:
-
PLMN_SUPPORT_MNC=99
-
PLMN_SUPPORT_TAC=0x0001
-
SST_0=1
-
SD_0=0x
1
-
SD_0=0x
FFFFFF
-
AMF_INTERFACE_NAME_FOR_NGAP=eth0
-
AMF_INTERFACE_NAME_FOR_N11=eth0
-
SMF_INSTANCE_ID_0=1
...
...
@@ -229,7 +229,7 @@ services:
-
TYPE0=IPv4
-
DNN_RANGE0=12.1.1.2 - 12.1.1.253
-
NSSAI_SST0=1
-
NSSAI_SD0=0x
1
-
NSSAI_SD0=0x
FFFFFF
-
SESSION_AMBR_UL0=1000Mbps
-
SESSION_AMBR_DL0=1000Mbps
-
DEFAULT_CSCF_IPV4_ADDRESS=127.0.0.1
# only needed when ims is being used
...
...
@@ -274,7 +274,7 @@ services:
-
NRF_API_VERSION=v1
-
NRF_FQDN=oai-nrf
-
NSSAI_SST_0=1
-
NSSAI_SD_0=0x
ffffff
-
NSSAI_SD_0=0x
FFFFFF
-
DNN_0=oai
depends_on
:
-
oai-nrf
...
...
@@ -296,6 +296,11 @@ services:
"ip route add 12.1.1.0/24 via 192.168.70.134 dev eth0; sleep infinity"
depends_on
:
-
oai-spgwu
healthcheck
:
test
:
/bin/bash -c "ip r | grep 12.1.1"
interval
:
10s
timeout
:
5s
retries
:
5
networks
:
public_net
:
ipv4_address
:
192.168.70.135
...
...
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