<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-gbproxy/+/23667">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">vty: Print CellId along with RA-ID<br><br>The CellIdentifier IE of a BVC-RESET contains RA-ID and CID.  We only<br>printed the forer, but not the latter. Let's fix that.<br><br>Change-Id: Ic8b26afe98e6fe11b130679201493f6bcbade0f4<br>---<br>M src/gb_proxy_vty.c<br>1 file changed, 3 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-gbproxy refs/changes/67/23667/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/gb_proxy_vty.c b/src/gb_proxy_vty.c</span><br><span>index f48a6db..9ac45e7 100644</span><br><span>--- a/src/gb_proxy_vty.c</span><br><span>+++ b/src/gb_proxy_vty.c</span><br><span>@@ -82,8 +82,9 @@</span><br><span>              vty_out(vty, "NSEI %5u, SIG-BVCI %5u [%s]%s", bvc->nse->nsei, bvc->bvci,</span><br><span>                  osmo_fsm_inst_state_name(bvc->fi), VTY_NEWLINE);</span><br><span>  } else {</span><br><span style="color: hsl(0, 100%, 40%);">-                vty_out(vty, "NSEI %5u, PTP-BVCI %5u, RAI %s [%s]%s", bvc->nse->nsei, bvc->bvci,</span><br><span style="color: hsl(0, 100%, 40%);">-                     osmo_rai_name(&bvc->cell->id.raid), osmo_fsm_inst_state_name(bvc->fi), VTY_NEWLINE);</span><br><span style="color: hsl(120, 100%, 40%);">+             vty_out(vty, "NSEI %5u, PTP-BVCI %5u, RAI %s, CellID %u [%s]%s", bvc->nse->nsei,</span><br><span style="color: hsl(120, 100%, 40%);">+                      bvc->bvci, osmo_rai_name(&bvc->cell->id.raid), bvc->cell->id.cid,</span><br><span style="color: hsl(120, 100%, 40%);">+                  osmo_fsm_inst_state_name(bvc->fi), VTY_NEWLINE);</span><br><span>  }</span><br><span> }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-gbproxy/+/23667">change 23667</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-gbproxy/+/23667"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-gbproxy </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ic8b26afe98e6fe11b130679201493f6bcbade0f4 </div>
<div style="display:none"> Gerrit-Change-Number: 23667 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>