Commit 0a21c3cd authored by Raphael Defosseux's avatar Raphael Defosseux

doc(release): Added NRF client in NOTICE for its dedicated LICENSE model

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 474b7631
......@@ -4,4 +4,4 @@ For more details of the license, refer to [LICENSE](LICENSE) file in the same di
However, it also includes OAI code or third party-software indicated below.
* **N/A**
* **`scripts/nrf_client.py`** is dstributed under `OAI Public License V1.1`.
......@@ -88,9 +88,11 @@ services:
- USE_FQDN_DNS=no
- NRF_FQDN=oai-nrf
- NRF_API_VERSION=v1
- EXTERNAL_AUSF=no
- AUSF_IPV4_ADDRESS=127.0.0.1
- AUSF_PORT=80
- AUSF_API_VERSION=v1
- AUSF_FQDN=localhost
depends_on:
- mysql
- vpp-upf
......@@ -143,7 +145,6 @@ services:
- oai-amf
volumes:
- ./smf-healthcheck.sh:/openair-smf/bin/smf-healthcheck.sh
- /home/rohan/gitrepo/oai-cn5g-smf:/oai-cn5g-smf
healthcheck:
test: /bin/bash -c "/openair-smf/bin/smf-healthcheck.sh"
interval: 10s
......@@ -152,9 +153,8 @@ services:
networks:
public_net_core:
ipv4_address: 192.168.71.133
entrypoint: /bin/bash -c "sleep infinity"
vpp-upf:
image: vpp-upg:latest
image: oai-upf-vpp:develop
privileged: true
container_name: vpp-upf
environment:
......@@ -198,7 +198,6 @@ services:
ipv4_address: 192.168.72.134
public_net_sgi_lan:
ipv4_address: 192.168.73.134
#entrypoint: /bin/bash -c "sleep infinity"
oai-ext-dn:
image: ubuntu:bionic
privileged: true
......@@ -219,24 +218,19 @@ networks:
ipam:
config:
- subnet: 192.168.71.0/24
driver_opts:
com.docker.network.bridge.name: "cn5g-public"
public_net_access:
name: oai-public-access
ipam:
config:
- subnet: 192.168.72.0/24
driver_opts:
com.docker.network.bridge.name: "cn5g-access"
public_net_sgi_lan:
name: oai-public-sgi-lan
ipam:
config:
- subnet: 192.168.73.0/24
# Incase the user wants docker-compose to create a bridge rather than creating the bridge manually then uncomment the below lines
# public_net:
# driver: bridge
# name: demo-oai-public-net
# ipam:
# config:
# - subnet: 192.168.71.128/26
# driver_opts:
# com.docker.network.bridge.name: "demo-oai"
driver_opts:
com.docker.network.bridge.name: "cn5g-sgi"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment