<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14372">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library/TRXC_CodecPort.ttcn: add debug print on Rx / Tx of messages<br><br>Change-Id: I04af0043c67c5904d034b60b39ddce44aa4beba9<br>---<br>M library/TRXC_CodecPort.ttcn<br>1 file changed, 2 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/72/14372/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/TRXC_CodecPort.ttcn b/library/TRXC_CodecPort.ttcn</span><br><span>index 09b2977..7dee369 100644</span><br><span>--- a/library/TRXC_CodecPort.ttcn</span><br><span>+++ b/library/TRXC_CodecPort.ttcn</span><br><span>@@ -28,6 +28,7 @@</span><br><span> }</span><br><span> </span><br><span> private function IPL4_to_TRXC_RecvFrom(in ASP_RecvFrom pin, out TRXC_RecvFrom pout) {</span><br><span style="color: hsl(120, 100%, 40%);">+    log("Rx TRXC message: ", oct2char(pin.msg));</span><br><span>       pout.connId := pin.connId;</span><br><span>   pout.remName := pin.remName;</span><br><span>         pout.remPort := pin.remPort;</span><br><span>@@ -73,6 +74,7 @@</span><br><span>                     }</span><br><span>            };</span><br><span>   }</span><br><span style="color: hsl(120, 100%, 40%);">+     log("Tx TRXC message: ", tx);</span><br><span>      pt.send(ts_TRXC_Send(conn_id, tx));</span><br><span>  T.start;</span><br><span>     alt {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14372">change 14372</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/+/14372"/><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: I04af0043c67c5904d034b60b39ddce44aa4beba9 </div>
<div style="display:none"> Gerrit-Change-Number: 14372 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>