<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13523">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">abis_nm.c: fix incomplete DEBUGPFOH() message<br><br>Change-Id: I65ff2968523a90607bafd44e6f4f3d3e29ff73ef<br>---<br>M src/osmo-bsc/abis_nm.c<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/23/13523/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/abis_nm.c b/src/osmo-bsc/abis_nm.c</span><br><span>index 5be207f..6ba32af 100644</span><br><span>--- a/src/osmo-bsc/abis_nm.c</span><br><span>+++ b/src/osmo-bsc/abis_nm.c</span><br><span>@@ -2709,7 +2709,8 @@</span><br><span> </span><br><span>  abis_nm_tlv_parse(&tp, sign_link->trx->bts, foh->data, oh->length-sizeof(*foh));</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-    DEBUGPFOH(DNM, foh, "IPACCESS(0x%02x): ", foh->msg_type);</span><br><span style="color: hsl(120, 100%, 40%);">+        DEBUGPFOH(DNM, foh, "IPACCESS(0x%02x): %s\n", foh->msg_type,</span><br><span style="color: hsl(120, 100%, 40%);">+               osmo_hexdump(foh->data, oh->length - sizeof(*foh)));</span><br><span> </span><br><span>     switch (foh->msg_type) {</span><br><span>  case NM_MT_IPACC_RSL_CONNECT_ACK:</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13523">change 13523</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/13523"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I65ff2968523a90607bafd44e6f4f3d3e29ff73ef </div>
<div style="display:none"> Gerrit-Change-Number: 13523 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>