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
Thu Jun 17 14:05:10 UTC 2021


pespin has submitted this change. ( 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(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index d15b2ec..102a7f2 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();
 
 	if (disable_fast_return) {

-- 
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: 3
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210617/efe0a1e2/attachment.htm>


More information about the gerrit-log mailing list