From 560ce909974c60105cfa0dcf73e558dae128f27b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 4 Sep 2015 06:22:46 +0200 Subject: system_information.c: Distinguish two previously identical log msgs --- openbsc/src/libbsc/system_information.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbsc/src/libbsc/system_information.c b/openbsc/src/libbsc/system_information.c index a3deefc73..5338c5794 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; @@ -616,7 +616,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; -- cgit v1.2.3