<p>Pau Espin Pedrol has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/10555">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gbproxy: Replace '.' in counter names with ':'<br><br>The '.' is illegal character in counter names, as they are exported<br>via CTRL interface, where '.' has a special meaning that cannot be<br>used by strings comprising the variable name.<br><br>Change-Id: I66a7e044c027672adf77fbd6c0a111c43ee31b4f<br>---<br>M src/gprs/gb_proxy_peer.c<br>1 file changed, 7 insertions(+), 7 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/55/10555/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/gprs/gb_proxy_peer.c b/src/gprs/gb_proxy_peer.c</span><br><span>index 8e28fc4..a862a83 100644</span><br><span>--- a/src/gprs/gb_proxy_peer.c</span><br><span>+++ b/src/gprs/gb_proxy_peer.c</span><br><span>@@ -40,13 +40,13 @@</span><br><span>        { "dropped",     "BVC blocked, dropped packet     " },</span><br><span>   { "inv-nsei",    "NSEI mismatch                   " },</span><br><span>   { "tx-err",      "NS Transmission error           " },</span><br><span style="color: hsl(0, 100%, 40%);">-      { "raid-mod.bss",  "RAID patched              (BSS )" },</span><br><span style="color: hsl(0, 100%, 40%);">-    { "raid-mod.sgsn", "RAID patched              (SGSN)" },</span><br><span style="color: hsl(0, 100%, 40%);">-    { "apn-mod.sgsn",  "APN patched                     " },</span><br><span style="color: hsl(0, 100%, 40%);">-    { "tlli-mod.bss",  "TLLI patched              (BSS )" },</span><br><span style="color: hsl(0, 100%, 40%);">-    { "tlli-mod.sgsn", "TLLI patched              (SGSN)" },</span><br><span style="color: hsl(0, 100%, 40%);">-    { "ptmsi-mod.bss", "P-TMSI patched            (BSS )" },</span><br><span style="color: hsl(0, 100%, 40%);">-    { "ptmsi-mod.sgsn","P-TMSI patched            (SGSN)" },</span><br><span style="color: hsl(120, 100%, 40%);">+  { "raid-mod:bss",  "RAID patched              (BSS )" },</span><br><span style="color: hsl(120, 100%, 40%);">+  { "raid-mod:sgsn", "RAID patched              (SGSN)" },</span><br><span style="color: hsl(120, 100%, 40%);">+  { "apn-mod:sgsn",  "APN patched                     " },</span><br><span style="color: hsl(120, 100%, 40%);">+  { "tlli-mod:bss",  "TLLI patched              (BSS )" },</span><br><span style="color: hsl(120, 100%, 40%);">+  { "tlli-mod:sgsn", "TLLI patched              (SGSN)" },</span><br><span style="color: hsl(120, 100%, 40%);">+  { "ptmsi-mod:bss", "P-TMSI patched            (BSS )" },</span><br><span style="color: hsl(120, 100%, 40%);">+  { "ptmsi-mod:sgsn","P-TMSI patched            (SGSN)" },</span><br><span>         { "mod-crypt-err", "Patch error: encrypted          " },</span><br><span>         { "mod-err",     "Patch error: other              " },</span><br><span>   { "attach-reqs",   "Attach Request count            " },</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10555">change 10555</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/10555"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-sgsn </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I66a7e044c027672adf77fbd6c0a111c43ee31b4f </div>
<div style="display:none"> Gerrit-Change-Number: 10555 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>