<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12957">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bssgp_tx_bvc_unblock(): Fix log message<br><br>We're transmitting a BVC-UNBLOCK but the log states the opposite:<br>BVC-BLOCK.  Let's fix that.<br><br>Change-Id: I70fa7336402d193513f89fcf3068b0b21925702d<br>---<br>M src/gb/gprs_bssgp_bss.c<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/libosmocore refs/changes/57/12957/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/gb/gprs_bssgp_bss.c b/src/gb/gprs_bssgp_bss.c</span><br><span>index bef9bb1..f06c403 100644</span><br><span>--- a/src/gb/gprs_bssgp_bss.c</span><br><span>+++ b/src/gb/gprs_bssgp_bss.c</span><br><span>@@ -277,7 +277,7 @@</span><br><span>                        (struct bssgp_normal_hdr *) msgb_put(msg, sizeof(*bgph));</span><br><span>    uint16_t _bvci = osmo_htons(bctx->bvci);</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">- LOGP(DBSSGP, LOGL_NOTICE, "BSSGP (BVCI=%u) Tx BVC-BLOCK\n", bctx->bvci);</span><br><span style="color: hsl(120, 100%, 40%);">+ LOGP(DBSSGP, LOGL_NOTICE, "BSSGP (BVCI=%u) Tx BVC-UNBLOCK\n", bctx->bvci);</span><br><span> </span><br><span>  msgb_nsei(msg) = bctx->nsei;</span><br><span>      msgb_bvci(msg) = 0; /* Signalling */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12957">change 12957</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/12957"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I70fa7336402d193513f89fcf3068b0b21925702d </div>
<div style="display:none"> Gerrit-Change-Number: 12957 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>