aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-09-04 06:22:46 +0200
committerHarald Welte <laforge@gnumonks.org>2015-09-04 06:25:48 +0200
commite5ba92e7bedcb3e9981161a33f7dd8ef6d2cf178 (patch)
tree8e6566c5c83a3d090282dc28829c132abf38d5f2
parente18f78e81dab5d041561c8b63ac45ab12ef12c08 (diff)
system_information.c: Distinguish two previously identical log msgs
-rw-r--r--openbsc/src/libbsc/system_information.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/libbsc/system_information.c b/openbsc/src/libbsc/system_information.c
index 1e511f7d1..1ee9d41c2 100644
--- a/openbsc/src/libbsc/system_information.c
+++ b/openbsc/src/libbsc/system_information.c
@@ -426,7 +426,7 @@ static int generate_si2(uint8_t *output, struct gsm_bts *bts)
if (rc < 0)
return rc;
list_arfcn(si2->bcch_frequency_list, 0xce,
- "Neighbour cells in same band:");
+ "SI2 Neighbour cells in same band:");
si2->ncc_permitted = bts->si_common.ncc_permitted;
si2->rach_control = bts->si_common.rach_control;
@@ -628,7 +628,7 @@ static int generate_si5(uint8_t *output, struct gsm_bts *bts)
if (rc < 0)
return rc;
list_arfcn(si5->bcch_frequency_list, 0xce,
- "Neighbour cells in same band:");
+ "SI5 Neighbour cells in same band:");
/* 04.08 9.1.37: L2 Pseudo Length of 18 */
return l2_plen;