ttcn3-pcu: Update config for latest after new osmo-pcu release
New osmo-pcu 1.0.0 which supports all expected features. Hence we can drop special quirks to have tests passing in latest. Change-Id: Ieb85dac479e6960e4160767e514084b80edd297bchanges/99/26299/2
parent
3c4fe3d584
commit
8071b00c6b
|
@ -14,7 +14,6 @@
|
|||
[MODULE_PARAMETERS]
|
||||
PCU_Tests.mp_pcu_sock_path := "/data/unix/pcu_bts"
|
||||
PCU_Tests.mp_pcu_statsd_ip := "172.18.13.10"
|
||||
PCU_Tests.mp_ctrl_neigh_ip := "172.18.13.10";
|
||||
SGSN_Components.mp_nsconfig := {
|
||||
nsei := 1234,
|
||||
handle_sns := false,
|
||||
|
@ -36,8 +35,6 @@ SGSN_Components.mp_nsconfig := {
|
|||
}
|
||||
}
|
||||
Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoPCU";
|
||||
PCUIF_Components.mp_send_all_data_ind := true;
|
||||
PCU_Tests.mp_osmo_pcu_newer_than_0_9_0 := true;
|
||||
|
||||
[MAIN_CONTROLLER]
|
||||
|
||||
|
|
|
@ -16,22 +16,9 @@ mkdir $VOL_BASE_DIR/pcu-tester
|
|||
mkdir $VOL_BASE_DIR/pcu-tester/unix
|
||||
cp PCU_Tests.cfg $VOL_BASE_DIR/pcu-tester/
|
||||
|
||||
# Disable until osmo-pcu release > 0.9.0
|
||||
if image_suffix_is_latest; then
|
||||
cfg="$VOL_BASE_DIR/pcu-tester/PCU_Tests.cfg"
|
||||
sed -i "s/^PCUIF_Components.mp_send_all_data_ind.*/PCUIF_Components.mp_send_all_data_ind := false;/" "$cfg"
|
||||
sed -i "s/^PCU_Tests.mp_osmo_pcu_newer_than_0_9_0.*/PCU_Tests.mp_osmo_pcu_newer_than_0_9_0 := false;/" "$cfg"
|
||||
else
|
||||
sed "/PCU_Tests.mp_ctrl_neigh_ip/d" -i "$VOL_BASE_DIR/pcu-tester/PCU_Tests.cfg"
|
||||
fi
|
||||
|
||||
mkdir $VOL_BASE_DIR/pcu
|
||||
mkdir $VOL_BASE_DIR/pcu/unix
|
||||
cp osmo-pcu.cfg $VOL_BASE_DIR/pcu/
|
||||
# Disable until osmo-pcu release > 0.9.0
|
||||
if image_suffix_is_master; then
|
||||
sed "/neighbor resolution/d" -i "$VOL_BASE_DIR/pcu/osmo-pcu.cfg"
|
||||
fi
|
||||
|
||||
mkdir $VOL_BASE_DIR/unix
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@ pcu
|
|||
alpha 0
|
||||
gamma 0
|
||||
pcu-socket /data/unix/pcu_bts
|
||||
neighbor resolution 172.18.13.10
|
||||
gsmtap-category dl-unknown
|
||||
gsmtap-category dl-dummy
|
||||
gsmtap-category dl-ctrl
|
||||
|
|
Loading…
Reference in New Issue