Change in libosmocore[master]: gprs_bssgp_rim: cosmetic: connect routing identifier strings with "-"

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/.

pespin gerrit-no-reply at lists.osmocom.org
Wed Jan 27 11:59:02 UTC 2021


pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/22439 )

Change subject: gprs_bssgp_rim: cosmetic: connect routing identifier strings with "-"
......................................................................

gprs_bssgp_rim: cosmetic: connect routing identifier strings with "-"

The bssgp_rim_routing_info_discr_strs string list contains whitespaces,
when the whitespaces are replaced with a "-" the log output looks better

Change-Id: I26facd3dc160603da89dcd787cccf78b19a20f02
Related: SYS#5103
---
M src/gb/gprs_bssgp_rim.c
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve



diff --git a/src/gb/gprs_bssgp_rim.c b/src/gb/gprs_bssgp_rim.c
index 15d6e22..25f9406 100644
--- a/src/gb/gprs_bssgp_rim.c
+++ b/src/gb/gprs_bssgp_rim.c
@@ -42,9 +42,9 @@
 #define REP_CELL_ID_LEN 8
 
 const struct value_string bssgp_rim_routing_info_discr_strs[] = {
-	{ BSSGP_RIM_ROUTING_INFO_GERAN,		"GERAN cell" },
-	{ BSSGP_RIM_ROUTING_INFO_UTRAN,		"UTRAN RNC" },
-	{ BSSGP_RIM_ROUTING_INFO_EUTRAN,	"E-UTRAN eNodeB/HeNB" },
+	{ BSSGP_RIM_ROUTING_INFO_GERAN,		"GERAN-cell" },
+	{ BSSGP_RIM_ROUTING_INFO_UTRAN,		"UTRAN-RNC" },
+	{ BSSGP_RIM_ROUTING_INFO_EUTRAN,	"E-UTRAN-eNodeB/HeNB" },
 	{ 0, NULL }
 };
 

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I26facd3dc160603da89dcd787cccf78b19a20f02
Gerrit-Change-Number: 22439
Gerrit-PatchSet: 3
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210127/526af221/attachment.htm>


More information about the gerrit-log mailing list