Skip to content
Snippets Groups Projects
Commit 07bc4aff authored by Sagar Arora's avatar Sagar Arora :bicyclist_tone1:
Browse files

(docs) updated typo

parent 5cec841e
No related branches found
No related tags found
1 merge request!37(docs) Static ue ip-address tutorial
......@@ -22,7 +22,7 @@ services:
ipv4_address: 192.168.70.131
oai-udr:
container_name: oai-udr
image: oai-udr:devtestbed
image: oai-udr:latest
environment:
- TZ=Europe/Paris
- INSTANCE=0
......@@ -50,7 +50,7 @@ services:
retries: 5
oai-udm:
container_name: oai-udm
image: oai-udm:devtestbed
image: oai-udm:latest
environment:
- TZ=Europe/Paris
- INSTANCE=0
......@@ -78,7 +78,7 @@ services:
retries: 5
oai-ausf:
container_name: oai-ausf
image: oai-ausf:devtestbed
image: oai-ausf:latest
environment:
- TZ=Europe/Paris
- INSTANCE_ID=0
......@@ -105,7 +105,7 @@ services:
retries: 5
oai-amf:
container_name: "oai-amf"
image: oai-amf:devtestbed
image: oai-amf:latest
environment:
- TZ=Europe/paris
- INSTANCE=0
......@@ -173,7 +173,7 @@ services:
ipv4_address: 192.168.70.132
oai-smf:
container_name: "oai-smf"
image: oai-smf:devtestbed
image: oai-smf:latest
environment:
- TZ=Europe/Paris
- INSTANCE=0
......@@ -198,11 +198,14 @@ services:
- NRF_IPV4_ADDRESS=0.0.0.0
- NRF_PORT=80
- NRF_API_VERSION=v1
- USE_LOCAL_SUBSCRIPTION_INFO=no
- USE_LOCAL_SUBSCRIPTION_INFO=yes
- NRF_FQDN=oai-nrf
- REGISTER_NRF=no
- DISCOVER_UPF=no
- USE_FQDN_DNS=yes
- DNN_RANGE1=12.1.1.2 - 12.1.1.128
- DNN_RANGE0=12.2.1.2 - 12.2.1.128
- DNN_NI1=default
depends_on:
- oai-amf
volumes:
......@@ -217,7 +220,7 @@ services:
ipv4_address: 192.168.70.133
oai-spgwu:
container_name: "oai-spgwu"
image: oai-spgwu-tiny:devtestbed
image: oai-spgwu-tiny:latest
environment:
- TZ=Europe/Paris
- PID_DIRECTORY=/var/run
......
......@@ -22,7 +22,7 @@ services:
ipv4_address: 192.168.70.131
oai-udr:
container_name: oai-udr
image: oai-udr:devtestbed
image: oai-udr:latest
environment:
- TZ=Europe/Paris
- INSTANCE=0
......@@ -50,7 +50,7 @@ services:
retries: 5
oai-udm:
container_name: oai-udm
image: oai-udm:devtestbed
image: oai-udm:latest
environment:
- TZ=Europe/Paris
- INSTANCE=0
......@@ -78,7 +78,7 @@ services:
retries: 5
oai-ausf:
container_name: oai-ausf
image: oai-ausf:devtestbed
image: oai-ausf:latest
environment:
- TZ=Europe/Paris
- INSTANCE_ID=0
......@@ -105,7 +105,7 @@ services:
retries: 5
oai-nrf:
container_name: "oai-nrf"
image: oai-nrf:devtestbed
image: oai-nrf:latest
environment:
- NRF_INTERFACE_NAME_FOR_SBI=eth0
- NRF_INTERFACE_PORT_FOR_SBI=80
......@@ -125,7 +125,7 @@ services:
retries: 5
oai-amf:
container_name: "oai-amf"
image: oai-amf:devtestbed
image: oai-amf:latest
environment:
- TZ=Europe/paris
- INSTANCE=0
......@@ -169,7 +169,7 @@ services:
- NRF_IPV4_ADDRESS=192.168.70.130
- NRF_PORT=80
- NF_REGISTRATION=yes
- SMF_SELECTION=no
- SMF_SELECTION=yes
- USE_FQDN_DNS=yes
- EXTERNAL_AUSF=yes
- NRF_API_VERSION=v1
......@@ -194,7 +194,7 @@ services:
ipv4_address: 192.168.70.132
oai-smf:
container_name: "oai-smf"
image: oai-smf:devtestbed
image: oai-smf:latest
environment:
- TZ=Europe/Paris
- INSTANCE=0
......@@ -219,7 +219,7 @@ services:
- NRF_IPV4_ADDRESS=192.168.70.130
- NRF_PORT=80
- NRF_API_VERSION=v1
- USE_LOCAL_SUBSCRIPTION_INFO=no
- USE_LOCAL_SUBSCRIPTION_INFO=yes
- NRF_FQDN=oai-nrf
- REGISTER_NRF=yes
- DISCOVER_UPF=yes
......@@ -242,7 +242,7 @@ services:
ipv4_address: 192.168.70.133
oai-spgwu:
container_name: "oai-spgwu"
image: oai-spgwu-tiny:devtestbed
image: oai-spgwu-tiny:latest
environment:
- TZ=Europe/Paris
- PID_DIRECTORY=/var/run
......
......@@ -67,7 +67,6 @@ docker-compose-host $: sed -i 's/SMF_SELECTION=yes/SMF_SELECTION=no/g' docker-co
``` console
docker-compose-host $: sed -i 's/USE_LOCAL_SUBSCRIPTION_INFO=yes/USE_LOCAL_SUBSCRIPTION_INFO=no/g' docker-compose-basic-nonrf.yaml
docker-compose-host $: sed -i 's/SMF_SELECTION=yes/SMF_SELECTION=no/g' docker-compose-basic-nonrf.yaml
```
Then configure the [user subscription database sql file](../docker-compose/oai_db2.sql) with IMSI and DNN information mapping. In the table `SessionManagementSubscriptionData` add below entries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment