Change in osmo-ttcn3-hacks[master]: Check attempted/successful channel requests

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/.

daniel gerrit-no-reply at lists.osmocom.org
Mon Sep 21 12:04:41 UTC 2020


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


Change subject: Check attempted/successful channel requests
......................................................................

Check attempted/successful channel requests

Change-Id: I5b5c7c72eea28314da2ee7725d94d85917aa3ad3
Related: SYS#4877
---
M bsc/BSC_Tests.cfg
M bsc/BSC_Tests.ttcn
2 files changed, 20 insertions(+), 0 deletions(-)



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

diff --git a/bsc/BSC_Tests.cfg b/bsc/BSC_Tests.cfg
index 610e0f7..49f61a2 100644
--- a/bsc/BSC_Tests.cfg
+++ b/bsc/BSC_Tests.cfg
@@ -76,3 +76,21 @@
 #BSC_Tests.TC_err_84_unknown_msg
 #BSC_Tests.TC_ho_int
 #BSC_Tests.TC_chopped_ipa_ping
+#BSC_Tests.TC_ho_out_of_this_bsc
+#BSC_Tests.TC_ho_out_fail_no_msc_response
+#BSC_Tests.TC_ho_out_fail_rr_ho_failure
+#BSC_Tests.TC_ho_out_fail_no_result_after_ho_cmd
+
+#BSC_Tests.TC_ho_into_this_bsc
+#BSC_Tests.TC_ho_in_fail_msc_clears
+#BSC_Tests.TC_ho_in_fail_msc_clears_after_ho_detect
+#BSC_Tests.TC_ho_in_fail_no_detect
+#BSC_Tests.TC_ho_in_fail_no_detect2
+
+#BSC_Tests.TC_ho_neighbor_config_1
+#BSC_Tests.TC_ho_neighbor_config_2
+#BSC_Tests.TC_ho_neighbor_config_3
+#BSC_Tests.TC_ho_neighbor_config_4
+#BSC_Tests.TC_ho_neighbor_config_5
+#BSC_Tests.TC_ho_neighbor_config_6
+#BSC_Tests.TC_ho_neighbor_config_7
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 8934f42..0fd0a17 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -3222,6 +3222,8 @@
 	f_establish_fully(ass_cmd, exp_compl);
 
 	var StatsDExpects expect := {
+		{ name := "TTCN3.bts.0.chreq.total", mtype := "c", min := 1, max := 1},
+		{ name := "TTCN3.bts.0.chreq.successful", mtype := "c", min := 1, max := 1},
 		{ name := "TTCN3.bsc.0.assignment.attempted", mtype := "c", min := 1, max := 1},
 		{ name := "TTCN3.bsc.0.assignment.completed", mtype := "c", min := 1, max := 1}
 	};

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20225
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: I5b5c7c72eea28314da2ee7725d94d85917aa3ad3
Gerrit-Change-Number: 20225
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200921/b2a88bd4/attachment.htm>


More information about the gerrit-log mailing list