Change in osmo-ttcn3-hacks[master]: pcu: test counter bts.0.pch.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/.

osmith gerrit-no-reply at lists.osmocom.org
Fri Aug 6 20:24:54 UTC 2021


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


Change subject: pcu: test counter bts.0.pch.requests
......................................................................

pcu: test counter bts.0.pch.requests

Related: SYS#4878
Change-Id: I366b5c699708a69ca0e9d8c74319a241a46ed842
---
M pcu/PCU_Tests.ttcn
1 file changed, 5 insertions(+), 1 deletion(-)



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

diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn
index 3d4bcee..804644a 100644
--- a/pcu/PCU_Tests.ttcn
+++ b/pcu/PCU_Tests.ttcn
@@ -3207,7 +3207,11 @@
 
 	if (mp_osmo_pcu_newer_than_0_9_0) {
 		var StatsDExpects expect := {
-			{ name := "TTCN3.pcu.sgsn.0.rx_paging_ps", mtype := "c", min := 1, max := 1 }
+			{ name := "TTCN3.pcu.sgsn.0.rx_paging_ps", mtype := "c", min := 1, max := 1 },
+			/* After the PCU receives the paging request from SGSN,
+			 * and it doesn't have any errors, PCU sends it to the
+			 * BTS to do paging over PCH. */
+			{ name := "TTCN3.bts.0.pch.requests", mtype := "c", min := 1, max := 1 }
 		};
 		f_statsd_expect(expect);
 	}

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


More information about the gerrit-log mailing list