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/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/24209 )
Change subject: osmo-bsc: Avoid erroring every few secs about unconnected BTS
......................................................................
osmo-bsc: Avoid erroring every few secs about unconnected BTS
I know my 2nd BTS is not connected, no need to get an error about it
every few seconds.
Change-Id: I7c991b49b4f474d8b324ac7ff3ddb6a9ec59751d
---
M src/osmo-bsc/bts.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/09/24209/1
diff --git a/src/osmo-bsc/bts.c b/src/osmo-bsc/bts.c
index 17659a1..66bd360 100644
--- a/src/osmo-bsc/bts.c
+++ b/src/osmo-bsc/bts.c
@@ -566,7 +566,7 @@
struct timespec tp;
if (!bts->uptime || !bts->oml_link) {
- LOGP(DNM, LOGL_ERROR, "BTS %u OML link uptime unavailable\n", bts->nr);
+ LOGP(DNM, LOGL_INFO, "BTS %u OML link uptime unavailable\n", bts->nr);
return 0;
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/24209
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I7c991b49b4f474d8b324ac7ff3ddb6a9ec59751d
Gerrit-Change-Number: 24209
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210511/991860cd/attachment.htm>