<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13556">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">SGsAP_Templates: Remove invalid template.<br><br>The Template tr_SGsAP_RESET_IND is invalid since it requires vlr and mme<br>name at once, which is not a valid constellation in the real world. Lets<br>have two separate templates, one for MME and VLR, just like we have it<br>already with the ts_ versions of the templates.<br><br>Change-Id: Ifdf6030bb42ebd99c2030d600e87127e3619d7ad<br>Related: OS#3859<br>---<br>M library/SGsAP_Templates.ttcn<br>1 file changed, 9 insertions(+), 1 deletion(-)<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/56/13556/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/SGsAP_Templates.ttcn b/library/SGsAP_Templates.ttcn</span><br><span>index 457481e..428924f 100644</span><br><span>--- a/library/SGsAP_Templates.ttcn</span><br><span>+++ b/library/SGsAP_Templates.ttcn</span><br><span>@@ -659,10 +659,18 @@</span><br><span>            vLR_Name := ts_SGsAP_IE_VlrName(vlr_name)</span><br><span>    }</span><br><span> }</span><br><span style="color: hsl(0, 100%, 40%);">-template PDU_SGsAP tr_SGsAP_RESET_IND(template octetstring mme_name, template octetstring vlr_name) := {</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+template PDU_SGsAP tr_SGsAP_RESET_IND_MME(template octetstring mme_name) := {</span><br><span>      sGsAP_RESET_INDICATION := {</span><br><span>          messageType := '00010101'B,</span><br><span>          mME_Name := tr_SGsAP_IE_MmeName(mme_name),</span><br><span style="color: hsl(120, 100%, 40%);">+            vLR_Name := omit</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%);">+template PDU_SGsAP tr_SGsAP_RESET_IND_VLR(template octetstring vlr_name) := {</span><br><span style="color: hsl(120, 100%, 40%);">+   sGsAP_RESET_INDICATION := {</span><br><span style="color: hsl(120, 100%, 40%);">+           messageType := '00010101'B,</span><br><span style="color: hsl(120, 100%, 40%);">+           mME_Name := omit,</span><br><span>            vLR_Name := tr_SGsAP_IE_VlrName(vlr_name)</span><br><span>    }</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13556">change 13556</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/13556"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ifdf6030bb42ebd99c2030d600e87127e3619d7ad </div>
<div style="display:none"> Gerrit-Change-Number: 13556 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>