<p>lynxis lazus has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23655">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pcu: SNS: add TC_sns_1c1u_unconfigured_nsvc<br><br>There shouldn't any unconfigured NSVC after the configuration phase. The unconfigured<br>NSVC is used in the SNS configuration phase and must be removed when the configuration<br>is done and the NSVC is included in the configuration.<br><br>Related: SYS#5416<br>Change-Id: Iac6c8966aafd1cb2fab515de091e94607eb7c040<br>---<br>M pcu/PCU_Tests_SNS.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/55/23655/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pcu/PCU_Tests_SNS.ttcn b/pcu/PCU_Tests_SNS.ttcn</span><br><span>index b63b51e..20ab608 100644</span><br><span>--- a/pcu/PCU_Tests_SNS.ttcn</span><br><span>+++ b/pcu/PCU_Tests_SNS.ttcn</span><br><span>@@ -11,6 +11,7 @@</span><br><span>  */</span><br><span> </span><br><span> import from Osmocom_Types all;</span><br><span style="color: hsl(120, 100%, 40%);">+import from Osmocom_VTY_Functions all;</span><br><span> import from PCU_Tests_NS all;</span><br><span> import from SGSN_Components all;</span><br><span> import from Osmocom_Gb_Types all;</span><br><span>@@ -220,6 +221,15 @@</span><br><span>  f_clean_ns_codec();</span><br><span> }</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+/* Test full IP_SNS bring-up over an initial NS-VC with two NS-VCs */</span><br><span style="color: hsl(120, 100%, 40%);">+testcase TC_sns_1c1u_unconfigured_nsvc() runs on RAW_Test_CT {</span><br><span style="color: hsl(120, 100%, 40%);">+   f_init_vty(testcasename());</span><br><span style="color: hsl(120, 100%, 40%);">+   f_sns_bringup_1c1u_separate();</span><br><span style="color: hsl(120, 100%, 40%);">+        f_vty_transceive_not_match(PCUVTY, "show ns entities", pattern "*UNCONFIGURED*");</span><br><span style="color: hsl(120, 100%, 40%);">+ setverdict(pass);</span><br><span style="color: hsl(120, 100%, 40%);">+     f_clean_ns_codec();</span><br><span style="color: hsl(120, 100%, 40%);">+}</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> /* Transmit BVC-RESET before NS-ALIVE of PCU was ACKed: expect no response */</span><br><span> testcase TC_sns_1c1u_so_bvc_reset_too_early() runs on RAW_Test_CT {</span><br><span>     /* Activate two NS codec ports */</span><br><span>@@ -371,6 +381,7 @@</span><br><span>      execute( TC_sns_1c1u_separate() );</span><br><span>   execute( TC_sns_1c1u_so_bvc_reset() );</span><br><span>       execute( TC_sns_1c1u_so_bvc_reset_too_early() );</span><br><span style="color: hsl(120, 100%, 40%);">+      execute( TC_sns_1c1u_unconfigured_nsvc() );</span><br><span>  execute( TC_sns_so_bvc_reset_unknown_bvci() );</span><br><span>       execute( TC_sns_add() );</span><br><span>     execute( TC_sns_add_nack() );</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23655">change 23655</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/+/23655"/><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: Iac6c8966aafd1cb2fab515de091e94607eb7c040 </div>
<div style="display:none"> Gerrit-Change-Number: 23655 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>