Change in osmo-ttcn3-hacks[master]: bsc: Validate new SRVCC counters

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Jun 15 16:00:11 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24680 )


Change subject: bsc: Validate new SRVCC counters
......................................................................

bsc: Validate new SRVCC counters

Change-Id: Icf2cd00f4024533a1bd8ba52816750a836bc0cb2
---
M bsc/BSC_Tests.ttcn
1 file changed, 7 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/80/24680/1

diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 5ab2dd1..0e951dd 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -5284,6 +5284,10 @@
 	pars.last_used_eutran_plmn := '323454'O;
 	pars.exp_fast_return := true;
 	f_tc_ho_into_this_bsc_main(pars);
+
+	f_ctrs_bsc_and_bts_add(0, "srvcc:attempted");
+	f_ctrs_bsc_and_bts_add(0, "srvcc:completed");
+	f_ctrs_bsc_and_bts_verify();
 	f_shutdown_helper();
 }
 
@@ -5336,6 +5340,9 @@
 	f_ctrs_bsc_and_bts_add(0, "interbsc_ho_in:completed", 1);
 	f_ctrs_bsc_and_bts_add(0, "interbsc_ho_out:attempted", 1);
 	f_ctrs_bsc_and_bts_add(0, "interbsc_ho_out:completed", 1);
+
+	f_ctrs_bsc_and_bts_add(0, "srvcc:attempted", 1);
+	f_ctrs_bsc_and_bts_add(0, "srvcc:completed", 1);
 	f_ctrs_bsc_and_bts_verify();
 	f_shutdown_helper();
 }

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24680
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Icf2cd00f4024533a1bd8ba52816750a836bc0cb2
Gerrit-Change-Number: 24680
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210615/51cc68ed/attachment.htm>


More information about the gerrit-log mailing list