lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40622?usp=email )
Change subject: PCU: TC_sns_del: expect NS Alive while preparing the test ......................................................................
PCU: TC_sns_del: expect NS Alive while preparing the test
f_outgoing_sns_chg_weight() should handle NS Alive until it do the SNS Delete procedure.
Related: OS#6751 Change-Id: I7c0991819de48b59e763fbe1ef6df4567c38007c --- M pcu/PCU_Tests_SNS.ttcn 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/22/40622/1
diff --git a/pcu/PCU_Tests_SNS.ttcn b/pcu/PCU_Tests_SNS.ttcn index c2fa927..9ce2686 100644 --- a/pcu/PCU_Tests_SNS.ttcn +++ b/pcu/PCU_Tests_SNS.ttcn @@ -354,6 +354,8 @@
testcase TC_sns_del() runs on RAW_Test_CT { f_sns_bringup_1c1u(); + + g_handle_rx_alive := true; f_outgoing_sns_chg_weight(idx_chg := 0, w_sig := 1, w_user := 1, idx := 0);
f_sleep(1.0);