<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19636">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc CBSP: expect zero-payload ETWS CMD after CBSP RESET<br><br>When receiving the instruction to CBSP RESET, osmo-bsc should stop CBSP<br>broadcasting on all BTSes. Expect the according zero-payload ETWS CMDs on all<br>CBSP relevant RSL ports.<br><br>This behavior is implemented by osmo-bsc<br>I925a041936c6163483d70fe6d158af368ec8c444<br><br>This is expected to break all CBSP tests until above bsc patch is merged,<br>particularly the 'latest' tests will see this breakage until the next release<br>is tagged.<br><br>Depends: I925a041936c6163483d70fe6d158af368ec8c444 (osmo-bsc)<br>Change-Id: Ifee313369a433a6a638c5fffdedee5363b8e47c2<br>---<br>M bsc/BSC_Tests_CBSP.ttcn<br>1 file changed, 12 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/36/19636/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bsc/BSC_Tests_CBSP.ttcn b/bsc/BSC_Tests_CBSP.ttcn</span><br><span>index 497ff80..6d0d2d7 100644</span><br><span>--- a/bsc/BSC_Tests_CBSP.ttcn</span><br><span>+++ b/bsc/BSC_Tests_CBSP.ttcn</span><br><span>@@ -186,6 +186,18 @@</span><br><span>                 mtc.stop;</span><br><span>            }</span><br><span>    }</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+   f_cbsp_expect_disable_broadcast();</span><br><span style="color: hsl(120, 100%, 40%);">+}</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+function f_cbsp_expect_disable_broadcast() runs on cbsp_test_CT</span><br><span style="color: hsl(120, 100%, 40%);">+{</span><br><span style="color: hsl(120, 100%, 40%);">+   var template ASP_RSL_Unitdata zero_payload := tr_ASP_RSL_UD(tr_RSL_OSMO_ETWS_CMD(t_RslChanNr_PCH_AGCH(0), ''O));</span><br><span style="color: hsl(120, 100%, 40%);">+      interleave {</span><br><span style="color: hsl(120, 100%, 40%);">+  [] IPA_RSL[0].receive(zero_payload) { log("CBSP: disabled broadcast on bts 0"); }</span><br><span style="color: hsl(120, 100%, 40%);">+   [] IPA_RSL[1].receive(zero_payload) { log("CBSP: disabled broadcast on bts 1"); }</span><br><span style="color: hsl(120, 100%, 40%);">+   [] IPA_RSL[2].receive(zero_payload) { log("CBSP: disabled broadcast on bts 2"); }</span><br><span style="color: hsl(120, 100%, 40%);">+   }</span><br><span> }</span><br><span> </span><br><span> /* send a WRITE CBS to the BSC; expect either COMPLETE or FAILURE in response*/</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19636">change 19636</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/+/19636"/><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: Ifee313369a433a6a638c5fffdedee5363b8e47c2 </div>
<div style="display:none"> Gerrit-Change-Number: 19636 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>