Change in osmo-bsc[master]: bsc: Prefix log string with related SI type during call to list_arfcn

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

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Mon Nov 19 13:36:32 UTC 2018


Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/11828


Change subject: bsc: Prefix log string with related SI type during call to list_arfcn
......................................................................

bsc: Prefix log string with related SI type during call to list_arfcn

SI2 and SI5 "same band" strings already contain the prefix.

Change-Id: Ie466abedce630ef0a8e7a8021383a1a612a0da8a
---
M src/osmo-bsc/system_information.c
1 file changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/28/11828/1

diff --git a/src/osmo-bsc/system_information.c b/src/osmo-bsc/system_information.c
index 2104e92..086b8e9 100644
--- a/src/osmo-bsc/system_information.c
+++ b/src/osmo-bsc/system_information.c
@@ -773,7 +773,7 @@
 	if (rc < 0)
 		return rc;
 	n = list_arfcn(si2b->bcch_frequency_list, 0xce,
-		"Neighbour cells in same band, but outside P-GSM:");
+		"SI2bis Neighbour cells in same band, but outside P-GSM:");
 	if (n) {
 		/* indicate in SI2 and SI2bis: there is an extension */
 		struct gsm48_system_information_type_2 *si2 =
@@ -811,7 +811,7 @@
 	if (rc < 0)
 		return rc;
 	n = list_arfcn(si2t->ext_bcch_frequency_list, 0x8e,
-		"Neighbour cells in different band:");
+		"SI2ter Neighbour cells in different band:");
 	if (!n)
 		bts->si_valid &= ~(1 << SYSINFO_TYPE_2ter);
 
@@ -1046,7 +1046,7 @@
 	if (rc < 0)
 		return rc;
 	n = list_arfcn(si5b->bcch_frequency_list, 0xce,
-		"Neighbour cells in same band, but outside P-GSM:");
+		"SI5bis Neighbour cells in same band, but outside P-GSM:");
 	if (n) {
 		/* indicate in SI5 and SI5bis: there is an extension */
 		struct gsm48_system_information_type_5 *si5 =
@@ -1090,7 +1090,7 @@
 	if (rc < 0)
 		return rc;
 	n = list_arfcn(si5t->bcch_frequency_list, 0x8e,
-		"Neighbour cells in different band:");
+		"SI5ter Neighbour cells in different band:");
 	if (!n)
 		bts->si_valid &= ~(1 << SYSINFO_TYPE_5ter);
 

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie466abedce630ef0a8e7a8021383a1a612a0da8a
Gerrit-Change-Number: 11828
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181119/a86a340c/attachment.htm>


More information about the gerrit-log mailing list