aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_bssgp_rim.c
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2021-01-25 22:03:57 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2021-01-26 16:36:53 +0100
commit0a7e85ae81416a072d4947cfb73d4e81fbcc4de4 (patch)
tree6815c241dd230949a35bb3dad04e2e9f2045d017 /src/gb/gprs_bssgp_rim.c
parentc08a3fd30e293c6f2ac5c6dc1ec1bf6513413791 (diff)
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
Diffstat (limited to 'src/gb/gprs_bssgp_rim.c')
-rw-r--r--src/gb/gprs_bssgp_rim.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gb/gprs_bssgp_rim.c b/src/gb/gprs_bssgp_rim.c
index 15d6e227..25f94066 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 }
};