<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25023">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc: improve error log for "RSL for unknown Dchan"<br><br>The failure verdict includes the RSL message that could not be<br>associated with a handling component, but ttcn_logformat does not format<br>that message. Add an identical log() that gets formatted nicely.<br><br>Change-Id: Ibb8f60671e78075492783cba560a8229ba5a380b<br>---<br>M library/RSL_Emulation.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/23/25023/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/RSL_Emulation.ttcn b/library/RSL_Emulation.ttcn</span><br><span>index 969dbce..31647df 100644</span><br><span>--- a/library/RSL_Emulation.ttcn</span><br><span>+++ b/library/RSL_Emulation.ttcn</span><br><span>@@ -612,6 +612,8 @@</span><br><span> log("Storing an RSL message in the waiting queue");</span><br><span> WaitingQueue := WaitingQueue & { rx_rsl };</span><br><span> } else {</span><br><span style="color: hsl(120, 100%, 40%);">+ log("Error: RSL for unknown Dchan (streamId ", rx_rsl.streamId, ", chan_nr ",</span><br><span style="color: hsl(120, 100%, 40%);">+ rx_rsl.rsl.ies[0].body.chan_nr, "): ", rx_rsl);</span><br><span> setverdict(fail, "RSL for unknown Dchan");</span><br><span> mtc.stop;</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25023">change 25023</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/+/25023"/><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: Ibb8f60671e78075492783cba560a8229ba5a380b </div>
<div style="display:none"> Gerrit-Change-Number: 25023 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>