<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-gbproxy/+/22803">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gb_proxy: extend logging macro to log BVCI and Cell ID<br><br>At the moment we are logging cells by the BVCI, which is already unique,<br>but since we store the cell id now as well we should display the cell id<br>as well.<br><br>Change-Id: I11b8fa322f143c6ef7fee36c12cb106a0b4c5f70<br>Related: SYS#5103<br>---<br>M include/osmocom/sgsn/gb_proxy.h<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-gbproxy refs/changes/03/22803/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/sgsn/gb_proxy.h b/include/osmocom/sgsn/gb_proxy.h</span><br><span>index a36f305..466444e 100644</span><br><span>--- a/include/osmocom/sgsn/gb_proxy.h</span><br><span>+++ b/include/osmocom/sgsn/gb_proxy.h</span><br><span>@@ -227,7 +227,7 @@</span><br><span> LOGPBVC_CAT(BVC, DGPRS, LEVEL, FMT, ## ARGS)</span><br><span> </span><br><span> #define LOGPCELL_CAT(CELL, SUBSYS, LEVEL, FMT, ARGS...) \</span><br><span style="color: hsl(0, 100%, 40%);">- LOGP(SUBSYS, LEVEL, "CELL(%05u) " FMT, (CELL)->bvci, ## ARGS)</span><br><span style="color: hsl(120, 100%, 40%);">+ LOGP(SUBSYS, LEVEL, "CELL(%05u/%05u) " FMT, (CELL)->bvci, (CELL)->id.cid, ## ARGS)</span><br><span> #define LOGPCELL(CELL, LEVEL, FMT, ARGS...) \</span><br><span> LOGPCELL_CAT(CELL, DGPRS, LEVEL, FMT, ## ARGS)</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-gbproxy/+/22803">change 22803</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/+/22803"/><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: I11b8fa322f143c6ef7fee36c12cb106a0b4c5f70 </div>
<div style="display:none"> Gerrit-Change-Number: 22803 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>