Change in osmo-bsc[master]: tweak intra-bsc ho counter descriptions

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

neels gerrit-no-reply at lists.osmocom.org
Tue Nov 2 16:01:55 UTC 2021


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/26071 )


Change subject: tweak intra-bsc ho counter descriptions
......................................................................

tweak intra-bsc ho counter descriptions

Related: SYS#4878
Change-Id: I00eaf42fcd705cf3f4e06e8c7434fd05dbad4b84
---
M src/osmo-bsc/bsc_stats.c
M src/osmo-bsc/bts.c
2 files changed, 10 insertions(+), 10 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/71/26071/1

diff --git a/src/osmo-bsc/bsc_stats.c b/src/osmo-bsc/bsc_stats.c
index 7176809..ccba4a6 100644
--- a/src/osmo-bsc/bsc_stats.c
+++ b/src/osmo-bsc/bsc_stats.c
@@ -35,13 +35,13 @@
 	[BSC_CTR_ASSIGNMENT_FAILED] =		{"assignment:failed", "Received Assignment Failure message"},
 	[BSC_CTR_ASSIGNMENT_ERROR] =		{"assignment:error", "Assignment failed for other reason"},
 
-	[BSC_CTR_HANDOVER_ATTEMPTED] =		{"handover:attempted", "Intra-BSC handover attempts"},
-	[BSC_CTR_HANDOVER_COMPLETED] =		{"handover:completed", "Intra-BSC handover completed"},
+	[BSC_CTR_HANDOVER_ATTEMPTED] =		{"handover:attempted", "Handover attempts"},
+	[BSC_CTR_HANDOVER_COMPLETED] =		{"handover:completed", "Handover completed"},
 	[BSC_CTR_HANDOVER_STOPPED] =		{"handover:stopped", "Connection ended during HO"},
 	[BSC_CTR_HANDOVER_NO_CHANNEL] =		{"handover:no_channel", "Failure to allocate lchan for HO"},
 	[BSC_CTR_HANDOVER_TIMEOUT] =		{"handover:timeout", "Handover timed out"},
 	[BSC_CTR_HANDOVER_FAILED] =		{"handover:failed", "Received Handover Fail messages"},
-	[BSC_CTR_HANDOVER_ERROR] =		{"handover:error", "Re-assignment failed for other reason"},
+	[BSC_CTR_HANDOVER_ERROR] =		{"handover:error", "Handover failed for other reason"},
 
 	[BSC_CTR_INTRA_CELL_HO_ATTEMPTED] =	{"intra_cell_ho:attempted", "Intra-Cell handover attempts"},
 	[BSC_CTR_INTRA_CELL_HO_COMPLETED] =	{"intra_cell_ho:completed", "Intra-Cell handover completed"},
@@ -49,15 +49,15 @@
 	[BSC_CTR_INTRA_CELL_HO_NO_CHANNEL] =	{"intra_cell_ho:no_channel", "Failure to allocate lchan for HO"},
 	[BSC_CTR_INTRA_CELL_HO_TIMEOUT] =	{"intra_cell_ho:timeout", "Handover timed out"},
 	[BSC_CTR_INTRA_CELL_HO_FAILED] =	{"intra_cell_ho:failed", "Received Handover Fail messages"},
-	[BSC_CTR_INTRA_CELL_HO_ERROR] =	{"intra_cell_ho:error", "Re-assignment failed for other reason"},
+	[BSC_CTR_INTRA_CELL_HO_ERROR] =	{"intra_cell_ho:error", "Intra-cell handover failed for other reason"},
 
-	[BSC_CTR_INTRA_BSC_HO_ATTEMPTED] =	{"intra_bsc_ho:attempted", "Intra-BSC handover attempts"},
-	[BSC_CTR_INTRA_BSC_HO_COMPLETED] =	{"intra_bsc_ho:completed", "Intra-BSC handover completed"},
+	[BSC_CTR_INTRA_BSC_HO_ATTEMPTED] =	{"intra_bsc_ho:attempted", "Intra-BSC inter-cell handover attempts"},
+	[BSC_CTR_INTRA_BSC_HO_COMPLETED] =	{"intra_bsc_ho:completed", "Intra-BSC inter-cell handover completed"},
 	[BSC_CTR_INTRA_BSC_HO_STOPPED] =	{"intra_bsc_ho:stopped", "Connection ended during HO"},
 	[BSC_CTR_INTRA_BSC_HO_NO_CHANNEL] =	{"intra_bsc_ho:no_channel", "Failure to allocate lchan for HO"},
 	[BSC_CTR_INTRA_BSC_HO_TIMEOUT] =	{"intra_bsc_ho:timeout", "Handover timed out"},
 	[BSC_CTR_INTRA_BSC_HO_FAILED] =		{"intra_bsc_ho:failed", "Received Handover Fail messages"},
-	[BSC_CTR_INTRA_BSC_HO_ERROR] =		{"intra_bsc_ho:error", "Re-assignment failed for other reason"},
+	[BSC_CTR_INTRA_BSC_HO_ERROR] =		{"intra_bsc_ho:error", "Intra-BSC inter-cell HO failed for other reason"},
 
 	[BSC_CTR_INTER_BSC_HO_OUT_ATTEMPTED] =	{"interbsc_ho_out:attempted",
 						 "Attempts to handover to remote BSS"},
diff --git a/src/osmo-bsc/bts.c b/src/osmo-bsc/bts.c
index 28059bb..ee2e791 100644
--- a/src/osmo-bsc/bts.c
+++ b/src/osmo-bsc/bts.c
@@ -1146,10 +1146,10 @@
 
 	[BTS_CTR_INTRA_BSC_HO_ATTEMPTED] = \
 		{ "intra_bsc_ho:attempted",
-		  "Intra-BSC handover attempts" },
+		  "Intra-BSC inter-cell handover attempts" },
 	[BTS_CTR_INTRA_BSC_HO_COMPLETED] = \
 		{ "intra_bsc_ho:completed",
-		  "Intra-BSC handover completed" },
+		  "Intra-BSC inter-cell handover completed" },
 	[BTS_CTR_INTRA_BSC_HO_STOPPED] = \
 		{ "intra_bsc_ho:stopped",
 		  "Connection ended during HO" },
@@ -1164,7 +1164,7 @@
 		  "Received Handover Fail messages" },
 	[BTS_CTR_INTRA_BSC_HO_ERROR] = \
 		{ "intra_bsc_ho:error",
-		  "Re-assignment failed for other reason" },
+		  "Intra-BSC inter-cell HO failed for other reason" },
 
 	[BTS_CTR_INTER_BSC_HO_OUT_ATTEMPTED] = \
 		{ "interbsc_ho_out:attempted",

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/26071
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I00eaf42fcd705cf3f4e06e8c7434fd05dbad4b84
Gerrit-Change-Number: 26071
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211102/9f9e6bb2/attachment.htm>


More information about the gerrit-log mailing list