lynxis lazus submitted this change.
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(-)
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);
To view, visit change 40622. To unsubscribe, or for help writing mail filters, visit settings.