Skip to content
Snippets Groups Projects
Commit 6cb90057 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

CI: updating the docker-compose with the NRF-enabled branch on SPGW-U-TINY

parent cd0e4919
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,7 @@ services:
- SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP=eth0
- SGW_INTERFACE_NAME_FOR_SX=eth0
- PGW_INTERFACE_NAME_FOR_SGI=eth0
#- NETWORK_UE_NAT_OPTION=yes
- NETWORK_UE_NAT_OPTION=yes
- NETWORK_UE_IP=12.0.0.0/24
#- THREAD_S1U_PRIO=9090
#- S1U_THREADS=16
......@@ -203,17 +203,24 @@ services:
#- THREAD_SGI_PRIO=64
#- SGI_THREADS=16
- SPGWC0_IP_ADDRESS=192.168.61.197
#- BYPASS_UL_PFCP_RULES=no
#- MCC=208
#- MNC=95
#- MNC03=095
#- TAC=40960
#- GW_ID=1
#- REALM=openairinterface.org
- BYPASS_UL_PFCP_RULES=no
- MCC=208
- MNC=95
- MNC03=095
- TAC=40960
- GW_ID=1
- REALM=openairinterface.org
- ENABLE_5G_FEATURES=yes
- REGISTER_NRF=yes
- USE_FQDN_NRF=yes
- UPF_FQDN_5G=cicd_oai_upf
- NRF_IPV4_ADDRESS=192.168.61.195
- NRF_PORT=80
- NRF_API_VERSION=v1
- REGISTER_NRF=yes
- NRF_FQDN=cicd_oai_nrf
- NSSAI_SST_0=222
- NSSAI_SD_0=123
- DNN_0=default
depends_on:
- cicd_oai_nrf
- cicd_oai_smf
......
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