<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/10035">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">sgsn: Remove uneeded f_gtpu_send in f_gtpu_xceive_mo<br><br>It's not needed for the functionality/scenario of f_gtpu_xceive_mo. It<br>probably was left in when creating it from f_gtpu_xceive_mo.<br><br>Change-Id: Ide226f8501c4598e2bfaa5f1ea62c3ff20807ce4<br>---<br>M sgsn/SGSN_Tests.ttcn<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn</span><br><span>index d7e956f..d76c182 100644</span><br><span>--- a/sgsn/SGSN_Tests.ttcn</span><br><span>+++ b/sgsn/SGSN_Tests.ttcn</span><br><span>@@ -1117,12 +1117,12 @@</span><br><span>         }</span><br><span> }</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+/* Transceive given 'payload' as MT message from Gb -> OsmoSGSN -> GTP */</span><br><span> private function f_gtpu_xceive_mo(inout PdpActPars apars, octetstring payload) runs on BSSGP_ConnHdlr {</span><br><span>       /* Send PDU via SNDCP/LLC/BSSGP/NS via simulated MS/PCU to the SGSN */</span><br><span>       var GtpPeer peer := valueof(ts_GtpPeerU(apars.sgsn_ip_u));</span><br><span>   var PDU_SN sndcp := valueof(ts_SN_UD(apars.nsapi, payload));</span><br><span>         BSSGP.send(ts_LLC_UI(enc_PDU_SN(sndcp), apars.sapi, '0'B, 0));</span><br><span style="color: hsl(0, 100%, 40%);">-  f_gtpu_send(apars, payload);</span><br><span>         /* Expect PDU via GTP from SGSN on simulated GGSN */</span><br><span>         alt {</span><br><span>        [] GTP.receive(tr_GTPU_GPDU(peer, apars.ggsn_tei_u, payload));</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10035">change 10035</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/10035"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: Ide226f8501c4598e2bfaa5f1ea62c3ff20807ce4 </div>
<div style="display:none"> Gerrit-Change-Number: 10035 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>