<p>daniel has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/18749">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gsm_data.h: Remove period at end of counter descriptionn<br><br>Change-Id: I045cef207603074bd018e40f984263d03db31405<br>---<br>M include/osmocom/bsc/gsm_data.h<br>1 file changed, 18 insertions(+), 18 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/49/18749/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h</span><br><span>index 1e7e88f..bb8b764 100644</span><br><span>--- a/include/osmocom/bsc/gsm_data.h</span><br><span>+++ b/include/osmocom/bsc/gsm_data.h</span><br><span>@@ -1429,25 +1429,25 @@</span><br><span> };</span><br><span> </span><br><span> static const struct rate_ctr_desc bts_ctr_description[] = {</span><br><span style="color: hsl(0, 100%, 40%);">-    [BTS_CTR_CHREQ_TOTAL] =                 {"chreq:total", "Received channel requests."},</span><br><span style="color: hsl(0, 100%, 40%);">-      [BTS_CTR_CHREQ_NO_CHANNEL] =            {"chreq:no_channel", "Sent to MS no channel available."},</span><br><span style="color: hsl(0, 100%, 40%);">-   [BTS_CTR_CHAN_RF_FAIL] =                {"chan:rf_fail", "Received a RF failure indication from BTS."},</span><br><span style="color: hsl(0, 100%, 40%);">-     [BTS_CTR_CHAN_RLL_ERR] =                {"chan:rll_err", "Received a RLL failure with T200 cause from BTS."},</span><br><span style="color: hsl(0, 100%, 40%);">-       [BTS_CTR_BTS_OML_FAIL] =                {"oml_fail", "Received a TEI down on a OML link."},</span><br><span style="color: hsl(0, 100%, 40%);">- [BTS_CTR_BTS_RSL_FAIL] =                {"rsl_fail", "Received a TEI down on a OML link."},</span><br><span style="color: hsl(0, 100%, 40%);">- [BTS_CTR_CODEC_AMR_F] =                 {"codec:amr_f", "Count the usage of AMR/F codec by channel mode requested."},</span><br><span style="color: hsl(0, 100%, 40%);">-       [BTS_CTR_CODEC_AMR_H] =                 {"codec:amr_h", "Count the usage of AMR/H codec by channel mode requested."},</span><br><span style="color: hsl(0, 100%, 40%);">-       [BTS_CTR_CODEC_EFR] =                   {"codec:efr", "Count the usage of EFR codec by channel mode requested."},</span><br><span style="color: hsl(0, 100%, 40%);">-   [BTS_CTR_CODEC_V1_FR] =                 {"codec:fr", "Count the usage of FR codec by channel mode requested."},</span><br><span style="color: hsl(0, 100%, 40%);">-     [BTS_CTR_CODEC_V1_HR] =                 {"codec:hr", "Count the usage of HR codec by channel mode requested."},</span><br><span style="color: hsl(120, 100%, 40%);">+   [BTS_CTR_CHREQ_TOTAL] =                 {"chreq:total", "Received channel requests"},</span><br><span style="color: hsl(120, 100%, 40%);">+     [BTS_CTR_CHREQ_NO_CHANNEL] =            {"chreq:no_channel", "Sent to MS no channel available"},</span><br><span style="color: hsl(120, 100%, 40%);">+  [BTS_CTR_CHAN_RF_FAIL] =                {"chan:rf_fail", "Received a RF failure indication from BTS"},</span><br><span style="color: hsl(120, 100%, 40%);">+    [BTS_CTR_CHAN_RLL_ERR] =                {"chan:rll_err", "Received a RLL failure with T200 cause from BTS"},</span><br><span style="color: hsl(120, 100%, 40%);">+      [BTS_CTR_BTS_OML_FAIL] =                {"oml_fail", "Received a TEI down on a OML link"},</span><br><span style="color: hsl(120, 100%, 40%);">+        [BTS_CTR_BTS_RSL_FAIL] =                {"rsl_fail", "Received a TEI down on a OML link"},</span><br><span style="color: hsl(120, 100%, 40%);">+        [BTS_CTR_CODEC_AMR_F] =                 {"codec:amr_f", "Count the usage of AMR/F codec by channel mode requested"},</span><br><span style="color: hsl(120, 100%, 40%);">+      [BTS_CTR_CODEC_AMR_H] =                 {"codec:amr_h", "Count the usage of AMR/H codec by channel mode requested"},</span><br><span style="color: hsl(120, 100%, 40%);">+      [BTS_CTR_CODEC_EFR] =                   {"codec:efr", "Count the usage of EFR codec by channel mode requested"},</span><br><span style="color: hsl(120, 100%, 40%);">+  [BTS_CTR_CODEC_V1_FR] =                 {"codec:fr", "Count the usage of FR codec by channel mode requested"},</span><br><span style="color: hsl(120, 100%, 40%);">+    [BTS_CTR_CODEC_V1_HR] =                 {"codec:hr", "Count the usage of HR codec by channel mode requested"},</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-  [BTS_CTR_PAGING_ATTEMPTED] =            {"paging:attempted", "Paging attempts for a subscriber."},</span><br><span style="color: hsl(0, 100%, 40%);">-  [BTS_CTR_PAGING_ALREADY] =              {"paging:already", "Paging attempts ignored as subscriber was already being paged."},</span><br><span style="color: hsl(0, 100%, 40%);">-       [BTS_CTR_PAGING_RESPONDED] =            {"paging:responded", "Paging attempts with successful paging response."},</span><br><span style="color: hsl(0, 100%, 40%);">-   [BTS_CTR_PAGING_EXPIRED] =              {"paging:expired", "Paging Request expired because of timeout T3113."},</span><br><span style="color: hsl(0, 100%, 40%);">-     [BTS_CTR_PAGING_NO_ACTIVE_PAGING] =     {"paging:no_active_paging", "Paging response without an active paging request (arrived after paging expiration?)."},</span><br><span style="color: hsl(0, 100%, 40%);">-        [BTS_CTR_PAGING_MSC_FLUSH] =            {"paging:msc_flush", "Paging flushed due to MSC Reset BSSMAP message."},</span><br><span style="color: hsl(0, 100%, 40%);">-    [BTS_CTR_CHAN_ACT_TOTAL] =              {"chan_act:total", "Total number of Channel Activations."},</span><br><span style="color: hsl(120, 100%, 40%);">+       [BTS_CTR_PAGING_ATTEMPTED] =            {"paging:attempted", "Paging attempts for a subscriber"},</span><br><span style="color: hsl(120, 100%, 40%);">+ [BTS_CTR_PAGING_ALREADY] =              {"paging:already", "Paging attempts ignored as subscriber was already being paged"},</span><br><span style="color: hsl(120, 100%, 40%);">+      [BTS_CTR_PAGING_RESPONDED] =            {"paging:responded", "Paging attempts with successful paging response"},</span><br><span style="color: hsl(120, 100%, 40%);">+  [BTS_CTR_PAGING_EXPIRED] =              {"paging:expired", "Paging Request expired because of timeout T3113"},</span><br><span style="color: hsl(120, 100%, 40%);">+    [BTS_CTR_PAGING_NO_ACTIVE_PAGING] =     {"paging:no_active_paging", "Paging response without an active paging request (arrived after paging expiration?)"},</span><br><span style="color: hsl(120, 100%, 40%);">+       [BTS_CTR_PAGING_MSC_FLUSH] =            {"paging:msc_flush", "Paging flushed due to MSC Reset BSSMAP message"},</span><br><span style="color: hsl(120, 100%, 40%);">+   [BTS_CTR_CHAN_ACT_TOTAL] =              {"chan_act:total", "Total number of Channel Activations"},</span><br><span>       [BTS_CTR_CHAN_ACT_NACK] =               {"chan_act:nack", "Number of Channel Activations that the BTS NACKed"},</span><br><span>  [BTS_CTR_RSL_UNKNOWN] =                 {"rsl:unknown", "Number of unknown/unsupported RSL messages received from BTS"},</span><br><span>         [BTS_CTR_RSL_IPA_NACK] =                {"rsl:ipa_nack", "Number of IPA (RTP/dyn-PDCH) related NACKs received from BTS"},</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/18749">change 18749</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-bsc/+/18749"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I045cef207603074bd018e40f984263d03db31405 </div>
<div style="display:none"> Gerrit-Change-Number: 18749 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: daniel <dwillmann@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>