Commit 104b9045 authored by Florian Kaltenberger's avatar Florian Kaltenberger

config files

parent 37207076
......@@ -34,4 +34,6 @@ else
argument="$1"
fi
"$cuBB_Path"/build/cuPHY-CP/cuphycontroller/examples/cuphycontroller_scf "$argument"
\ No newline at end of file
cp /opt/cuBB/share/*.yaml "$cuBB_Path"/cuPHY-CP/cuphycontroller/config/.
cp /opt/cuBB/share/nvlog_config.yaml "$cuBB_Path"/cuPHY/nvlog/config/nvlog_config.yaml
"$cuBB_Path"/build/cuPHY-CP/cuphycontroller/examples/cuphycontroller_scf "$argument"
......@@ -28,14 +28,17 @@ services:
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 P5G_SCF_FXN_NEU"
#command: bash -c "rm -rf /tmp/phy.log && while true; do echo hello; sleep 2; done"
healthcheck:
test: ["CMD-SHELL",'grep -q "L1 is ready!" /tmp/phy.log && echo 0 || echo 1']
test: ["CMD-SHELL",'test -f /tmp/phy.log && grep -q "L1 is ready!" /tmp/phy.log || exit 1']
interval: 20s
timeout: 5s
retries: 5
oai-du-aerial:
cpuset: "13-20"
image: oai-gnb-aerial:latest
environment:
- NFAPI_TRACE_LEVEL=NFAPI_TRACE_DEBUG
depends_on:
nv-cubb:
condition: service_healthy
......@@ -54,8 +57,8 @@ services:
stdin_open: true
tty: true
volumes:
- ../../../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
#- ../../../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-du-aerial
healthcheck:
test: /bin/bash -c "ps aux | grep -v grep | grep -c softmodem"
......
......@@ -30,8 +30,8 @@ gNBs =
tr_s_preference = "f1";
local_s_if_name = "eth0";
local_s_address = "192.168.70.140";
remote_s_address = "10.75.11.193";
local_s_address = "192.168.71.140";
remote_s_address = "192.168.71.141";
local_s_portc = 501;
local_s_portd = 2153;
remote_s_portc = 500;
......@@ -59,9 +59,9 @@ gNBs =
NETWORK_INTERFACES :
{
GNB_INTERFACE_NAME_FOR_NG_AMF = "demo-oai";
GNB_IPV4_ADDRESS_FOR_NG_AMF = "192.168.70.140";
GNB_IPV4_ADDRESS_FOR_NG_AMF = "192.168.71.140";
GNB_INTERFACE_NAME_FOR_NGU = "demo-oai";
GNB_IPV4_ADDRESS_FOR_NGU = "192.168.70.140";
GNB_IPV4_ADDRESS_FOR_NGU = "192.168.71.140";
GNB_PORT_FOR_S1U = 2152; # Spec 2152
};
......
......@@ -136,14 +136,14 @@ gNBs =
restrictedSetConfig = 0,
msg3_DeltaPreamble = 1;
p0_NominalWithGrant = -86; # -90;
p0_NominalWithGrant = -90;
# pucch-ConfigCommon setup :
# pucchGroupHopping
# 0 = neither, 1= group hopping, 2=sequence hopping
pucchGroupHopping = 0;
hoppingId = 40;
p0_nominal = -86; # -90;
p0_nominal = -90;
# ssb_PositionsInBurs_BitmapPR
# 1=short, 2=medium, 3=long
ssb_PositionsInBurst_PR = 2;
......@@ -175,7 +175,7 @@ gNBs =
nrofUplinkSlots = 1; #2;
nrofUplinkSymbols = 0;
ssPBCH_BlockPower = -10;
ssPBCH_BlockPower = -25;
}
);
......
......@@ -214,20 +214,23 @@ gNBs =
MACRLCs = (
{
num_cc = 1;
local_s_if_name = "lo:";
tr_s_preference = "aerial";
local_s_if_name = "nvipc";
remote_s_address = "127.0.0.1"; // pnf addr [!]
local_s_address = "127.0.0.2"; // vnf addr
local_s_portc = 50001; // vnf p5 port
remote_s_portc = 50000; // pnf p5 port [!]
local_s_portd = 50011; // vnf p7 port [!]
remote_s_portd = 50010; // pnf p7 port [!]
tr_s_preference = "aerial";
tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 200; #150;
pucch_TargetSNRx10 = 200; #200;
ulsch_max_frame_inactivity = 10;
dl_max_mcs = 28;
ul_max_mcs = 28;
dl_max_mcs = 25;
ul_max_mcs = 25;
}
);
......
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