system_information.c: Distinguish two previously identical log msgs

This commit is contained in:
Harald Welte 2015-09-04 06:22:46 +02:00
parent e18f78e81d
commit e5ba92e7be
1 changed files with 2 additions and 2 deletions

View File

@ -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;