<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/10127">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved

</div><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: I93a2e5b6ec66c9edb6e93d95032e788f552af44b<br>---<br>M src/gprs/gb_proxy.c<br>1 file changed, 6 insertions(+), 6 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/gprs/gb_proxy.c b/src/gprs/gb_proxy.c</span><br><span>index 7d21518..447772f 100644</span><br><span>--- a/src/gprs/gb_proxy.c</span><br><span>+++ b/src/gprs/gb_proxy.c</span><br><span>@@ -57,12 +57,12 @@</span><br><span>        { "inv-lai",      "Invalid Location Area Identifier" },</span><br><span>  { "inv-rai",      "Invalid Routing Area Identifier " },</span><br><span>  { "inv-nsei",     "No BVC established for NSEI     " },</span><br><span style="color: hsl(0, 100%, 40%);">-     { "proto-err.bss",  "BSSGP protocol error      (BSS )" },</span><br><span style="color: hsl(0, 100%, 40%);">-   { "proto-err.sgsn", "BSSGP protocol error      (SGSN)" },</span><br><span style="color: hsl(0, 100%, 40%);">-   { "not-supp.bss",   "Feature not supported     (BSS )" },</span><br><span style="color: hsl(0, 100%, 40%);">-   { "not-supp.sgsn",  "Feature not supported     (SGSN)" },</span><br><span style="color: hsl(0, 100%, 40%);">-   { "restart.sgsn",   "Restarted RESET procedure (SGSN)" },</span><br><span style="color: hsl(0, 100%, 40%);">-   { "tx-err.sgsn",    "NS Transmission error     (SGSN)" },</span><br><span style="color: hsl(120, 100%, 40%);">+ { "proto-err:bss",  "BSSGP protocol error      (BSS )" },</span><br><span style="color: hsl(120, 100%, 40%);">+ { "proto-err:sgsn", "BSSGP protocol error      (SGSN)" },</span><br><span style="color: hsl(120, 100%, 40%);">+ { "not-supp:bss",   "Feature not supported     (BSS )" },</span><br><span style="color: hsl(120, 100%, 40%);">+ { "not-supp:sgsn",  "Feature not supported     (SGSN)" },</span><br><span style="color: hsl(120, 100%, 40%);">+ { "restart:sgsn",   "Restarted RESET procedure (SGSN)" },</span><br><span style="color: hsl(120, 100%, 40%);">+ { "tx-err:sgsn",    "NS Transmission error     (SGSN)" },</span><br><span>        { "error",          "Other error                     " },</span><br><span>        { "mod-peer-err",   "Patch error: no peer            " },</span><br><span> };</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10127">change 10127</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/10127"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: I93a2e5b6ec66c9edb6e93d95032e788f552af44b </div>
<div style="display:none"> Gerrit-Change-Number: 10127 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>