<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25157">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pcu: test counter pcu.sgsn.0.rx_paging_ps<br><br>Related: SYS#4878<br>Depends: docker-playground 22c6ef9e6ba9c368dc058319662ff95ccbab8063<br>Change-Id: I20398eed7f462940bcd3d6354d1cd4d47329b74f<br>---<br>M pcu/PCU_Tests.ttcn<br>1 file changed, 11 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/57/25157/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn</span><br><span>index 8e8fba9..3d4bcee 100644</span><br><span>--- a/pcu/PCU_Tests.ttcn</span><br><span>+++ b/pcu/PCU_Tests.ttcn</span><br><span>@@ -71,6 +71,8 @@</span><br><span> </span><br><span>        charstring mp_ctrl_neigh_ip := "127.0.0.1";</span><br><span>        integer mp_ctrl_neigh_port := 4248;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+ boolean mp_osmo_pcu_newer_than_0_9_0 := true; /* Drop after OsmoPCU > 0.9.0 was released */</span><br><span> }</span><br><span> </span><br><span> </span><br><span>@@ -3186,6 +3188,8 @@</span><br><span>  /* Initialize the PCU interface abstraction */</span><br><span>       f_init_raw(testcasename());</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+       f_statsd_reset();</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>  /* Establish BSSGP connection to the PCU */</span><br><span>  f_bssgp_establish();</span><br><span>         f_bssgp_client_llgmm_assign(TLLI_UNUSED, ms.tlli);</span><br><span>@@ -3201,6 +3205,13 @@</span><br><span>          f_pcuif_rx_pch_pag_req1(tr_MI_IMSI(imsi), imsi_suff_tx);</span><br><span>     }</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+ if (mp_osmo_pcu_newer_than_0_9_0) {</span><br><span style="color: hsl(120, 100%, 40%);">+           var StatsDExpects expect := {</span><br><span style="color: hsl(120, 100%, 40%);">+                 { name := "TTCN3.pcu.sgsn.0.rx_paging_ps", mtype := "c", min := 1, max := 1 }</span><br><span style="color: hsl(120, 100%, 40%);">+             };</span><br><span style="color: hsl(120, 100%, 40%);">+            f_statsd_expect(expect);</span><br><span style="color: hsl(120, 100%, 40%);">+      }</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>  f_shutdown(__BFILE__, __LINE__, final := true);</span><br><span> }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25157">change 25157</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25157"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I20398eed7f462940bcd3d6354d1cd4d47329b74f </div>
<div style="display:none"> Gerrit-Change-Number: 25157 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>