<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25184">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">stp: rename mp_stp_has_asp_quirk<br><br>Rename the option to mp_osmo_stp_newer_than_1_4_0, because I'm going to<br>use the variable in the next patch for something unrelated to the asp<br>quirk and so we can avoid introducing another variable.<br><br>Related: docker-playground I6a32398242b53c827a94cf65e4a35900a7c4171a<br>Related: OS#4239<br>Change-Id: I43b1aa2c029c88c88320d40f60df46a5eb6c4c24<br>---<br>M stp/STP_Tests_M3UA.ttcn<br>1 file changed, 3 insertions(+), 3 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/84/25184/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/stp/STP_Tests_M3UA.ttcn b/stp/STP_Tests_M3UA.ttcn</span><br><span>index 13703d0..b97d4da 100644</span><br><span>--- a/stp/STP_Tests_M3UA.ttcn</span><br><span>+++ b/stp/STP_Tests_M3UA.ttcn</span><br><span>@@ -73,8 +73,8 @@</span><br><span>      integer mp_recovery_timeout_msec := 2000;</span><br><span>    charstring mp_sccp_service_type := "mtp3_itu";</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-    /* does the STP support the 'asp quirk' command? */</span><br><span style="color: hsl(0, 100%, 40%);">-     boolean mp_stp_has_asp_quirk := true;</span><br><span style="color: hsl(120, 100%, 40%);">+ /* is osmo-stp newer than 1.4.0? */</span><br><span style="color: hsl(120, 100%, 40%);">+   boolean mp_osmo_stp_newer_than_1_4_0 := true;</span><br><span> }</span><br><span> </span><br><span> type record M3uaConfig {</span><br><span>@@ -1034,7 +1034,7 @@</span><br><span>   execute( TC_clnt_asp_to_sg() );</span><br><span> </span><br><span>  /* remove the condition if osmo-stp > 1.4.0 is released */</span><br><span style="color: hsl(0, 100%, 40%);">-   if (mp_stp_has_asp_quirk) {</span><br><span style="color: hsl(120, 100%, 40%);">+   if (mp_osmo_stp_newer_than_1_4_0) {</span><br><span>          execute( TC_clnt_quirk_no_notify_asp_act() );</span><br><span>                execute( TC_clnt_no_daud_in_asp() );</span><br><span>                 execute( TC_clnt_quirk_daud_in_asp() );</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25184">change 25184</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/+/25184"/><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: I43b1aa2c029c88c88320d40f60df46a5eb6c4c24 </div>
<div style="display:none"> Gerrit-Change-Number: 25184 </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>