lynxis lazus has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40567?usp=email )
Change subject: PCU: TC_sns_del: use ascending transaction ids
......................................................................
PCU: TC_sns_del: use ascending transaction ids
The test case TC_sns_del is doing 2 SNS transactions.
One to prepare the test by changing the weight and a second
to do the deletion of a NSVC.
Do those 2 with ascending transaction ids.
Change-Id: I3dfeb02673745f324fd70e5abf03eed7667789d0
---
M pcu/PCU_Tests_SNS.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/67/40567/1
diff --git a/pcu/PCU_Tests_SNS.ttcn b/pcu/PCU_Tests_SNS.ttcn
index c2fa927..698ed6a 100644
--- a/pcu/PCU_Tests_SNS.ttcn
+++ b/pcu/PCU_Tests_SNS.ttcn
@@ -354,11 +354,11 @@
testcase TC_sns_del() runs on RAW_Test_CT {
f_sns_bringup_1c1u();
- f_outgoing_sns_chg_weight(idx_chg := 0, w_sig := 1, w_user := 1, idx := 0);
+ f_outgoing_sns_chg_weight(idx_chg := 0, w_sig := 1, w_user := 1, idx := 0, tid := 30);
f_sleep(1.0);
- f_TC_sns_del();
+ f_TC_sns_del(tid := 31);
f_clean_ns_codec();
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40567?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I3dfeb02673745f324fd70e5abf03eed7667789d0
Gerrit-Change-Number: 40567
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>