Commit 020d0937 authored by Florian Kaltenberger's avatar Florian Kaltenberger

changing docker compose yaml to deploy DU instead of VNF

parent 54b85b44
......@@ -27,7 +27,7 @@ services:
image: cubb-build:23-2
environment:
- cuBB_SDK=/opt/nvidia/cuBB
command: bash -c " rm -rf /tmp/phy.log && chmod +x /opt/nvidia/cuBB/aerial_l1_entrypoint.sh && /opt/nvidia/cuBB/aerial_l1_entrypoint.sh"
command: bash -c " rm -rf /tmp/phy.log && chmod +x /opt/nvidia/cuBB/aerial_l1_entrypoint.sh && /opt/nvidia/cuBB/aerial_l1_entrypoint.sh P5G_SCF_FXN_NEU"
healthcheck:
test: ["CMD-SHELL",'grep -q "L1 is ready!" /tmp/phy.log && echo 0 || echo 1']
interval: 20s
......@@ -54,7 +54,8 @@ services:
stdin_open: true
tty: true
volumes:
- ../../conf_files/vnf.sa.band78.fr1.273PRB.Aerial.conf:/opt/oai-gnb/etc/gnb.conf
- ../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/du.Aerial.conf:/opt/oai-gnb/etc/gnb.conf
#- ../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/vnf.sa.band78.fr1.273PRB.Aerial.conf:/opt/oai-gnb/etc/gnb.conf
container_name: oai-gnb-aerial
healthcheck:
test: /bin/bash -c "ps aux | grep -v grep | grep -c softmodem"
......
......@@ -3,6 +3,7 @@ Active_gNBs = ( "gNB-Aerial-DU");
Asn1_verbosity = "none";
sa = 1;
nfapi = "AERIAL";
gNBs =
(
......@@ -205,7 +206,7 @@ MACRLCs = (
tr_n_preference = "f1";
local_n_if_name = "eno1";
local_n_address = "10.75.11.193";
local_n_address = "10.75.11.194";
remote_n_address = "192.168.70.140";
local_n_portc = 500;
local_n_portd = 2153;
......
......@@ -21,6 +21,7 @@ gNBs =
snssaiList = (
{
sst = 1;
sd = 0;
}
);
});
......@@ -201,9 +202,9 @@ gNBs =
NETWORK_INTERFACES :
{
GNB_INTERFACE_NAME_FOR_NG_AMF = "demo-oai";
GNB_IPV4_ADDRESS_FOR_NG_AMF = "192.168.70.129";
GNB_IPV4_ADDRESS_FOR_NG_AMF = "10.75.9.194/22";
GNB_INTERFACE_NAME_FOR_NGU = "demo-oai";
GNB_IPV4_ADDRESS_FOR_NGU = "192.168.70.129";
GNB_IPV4_ADDRESS_FOR_NGU = "10.75.9.194/22";
GNB_PORT_FOR_S1U = 2152; # Spec 2152
};
......
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