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.orgPau Espin Pedrol has submitted this change and it was merged. ( 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(-)
Approvals:
Neels Hofmeyr: Looks good to me, approved
Vadim Yanitskiy: Looks good to me, but someone else must approve
Jenkins Builder: Verified
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: merged
Gerrit-Change-Id: Ie466abedce630ef0a8e7a8021383a1a612a0da8a
Gerrit-Change-Number: 11828
Gerrit-PatchSet: 2
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181120/be20641e/attachment.htm>