<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/16007">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BSSGP: properly print BVCI for signalling messages (BVCI=0)<br><br>Change-Id: I4ac0f48d2e62cd0545e8a1e1b26c9e43ef5e8dde<br>---<br>M src/gprs_bssgp_pcu.cpp<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/07/16007/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp</span><br><span>index f99058a..dd9eb68 100644</span><br><span>--- a/src/gprs_bssgp_pcu.cpp</span><br><span>+++ b/src/gprs_bssgp_pcu.cpp</span><br><span>@@ -281,7 +281,7 @@</span><br><span>      struct bssgp_normal_hdr *bgph = (struct bssgp_normal_hdr *) msgb_bssgph(msg);</span><br><span>        enum bssgp_pdu_type pdu_type = (enum bssgp_pdu_type) bgph->pdu_type;</span><br><span>      int rc = 0;</span><br><span style="color: hsl(0, 100%, 40%);">-     int bvci = bctx ? bctx->bvci : -1;</span><br><span style="color: hsl(120, 100%, 40%);">+ int bvci = bctx ? bctx->bvci : msgb_bvci(msg);</span><br><span>    switch (pdu_type) {</span><br><span>  case BSSGP_PDUT_STATUS:</span><br><span>              /* already handled in libosmogb */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/16007">change 16007</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-pcu/+/16007"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-pcu </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I4ac0f48d2e62cd0545e8a1e1b26c9e43ef5e8dde </div>
<div style="display:none"> Gerrit-Change-Number: 16007 </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>