Commit 2241ed17 authored by Robert Schmidt's avatar Robert Schmidt

CU F1+E1 test: use some service names

parent 71486a0d
...@@ -40,7 +40,7 @@ gNBs = ...@@ -40,7 +40,7 @@ gNBs =
////////// AMF parameters: ////////// AMF parameters:
amf_ip_address = ( { ipv4 = "192.168.71.132"; amf_ip_address = ( { ipv4 = "oai-amf";
ipv6 = "192:168:30::17"; ipv6 = "192:168:30::17";
active = "yes"; active = "yes";
preference = "ipv4"; preference = "ipv4";
...@@ -92,6 +92,6 @@ security = { ...@@ -92,6 +92,6 @@ security = {
rrc_log_level ="info"; rrc_log_level ="info";
f1ap_log_level ="info"; f1ap_log_level ="info";
ngap_log_level ="debug"; ngap_log_level ="debug";
sctp_log_level ="debug"; sctp_log_level ="info";
}; };
...@@ -188,7 +188,7 @@ services: ...@@ -188,7 +188,7 @@ services:
environment: environment:
USE_ADDITIONAL_OPTIONS: --sa --rfsim --log_config.global_log_options level,nocolor,time USE_ADDITIONAL_OPTIONS: --sa --rfsim --log_config.global_log_options level,nocolor,time
--MACRLCs.[0].local_n_address 192.168.72.3 --MACRLCs.[0].local_n_address 192.168.72.3
--MACRLCs.[0].remote_n_address 192.168.72.2 --MACRLCs.[0].remote_n_address oai-cucp
--MACRLCs.[0].local_n_address_f1u 192.168.73.3 --MACRLCs.[0].local_n_address_f1u 192.168.73.3
ASAN_OPTIONS: detect_leaks=0 ASAN_OPTIONS: detect_leaks=0
depends_on: depends_on:
...@@ -218,7 +218,7 @@ services: ...@@ -218,7 +218,7 @@ services:
--gNBs.[0].gNB_DU_ID 0xe01 --gNBs.[0].gNB_DU_ID 0xe01
--gNBs.[0].nr_cellid 87654321 --gNBs.[0].nr_cellid 87654321
--gNBs.[0].servingCellConfigCommon.[0].physCellId 1 --gNBs.[0].servingCellConfigCommon.[0].physCellId 1
--MACRLCs.[0].remote_n_address 192.168.72.2 --MACRLCs.[0].remote_n_address oai-cucp
--MACRLCs.[0].local_n_address 192.168.72.4 --MACRLCs.[0].local_n_address 192.168.72.4
--MACRLCs.[0].local_n_address_f1u 192.168.74.3 --MACRLCs.[0].local_n_address_f1u 192.168.74.3
ASAN_OPTIONS: detect_leaks=0 ASAN_OPTIONS: detect_leaks=0
...@@ -249,7 +249,7 @@ services: ...@@ -249,7 +249,7 @@ services:
--gNBs.[0].gNB_DU_ID 0xe02 --gNBs.[0].gNB_DU_ID 0xe02
--gNBs.[0].nr_cellid 11111111 --gNBs.[0].nr_cellid 11111111
--gNBs.[0].servingCellConfigCommon.[0].physCellId 2 --gNBs.[0].servingCellConfigCommon.[0].physCellId 2
--MACRLCs.[0].remote_n_address 192.168.72.2 --MACRLCs.[0].remote_n_address oai-cucp
--MACRLCs.[0].local_n_address 192.168.72.5 --MACRLCs.[0].local_n_address 192.168.72.5
--MACRLCs.[0].local_n_address_f1u 192.168.76.3 --MACRLCs.[0].local_n_address_f1u 192.168.76.3
ASAN_OPTIONS: detect_leaks=0 ASAN_OPTIONS: detect_leaks=0
......
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