Change in osmo-bsc[master]: osmo-bsc: Avoid erroring every few secs about unconnected BTS

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.org
Wed May 12 11:30:17 UTC 2021


pespin has submitted this change. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  keith: Looks good to me, but someone else must approve
  osmith: Looks good to me, approved



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-Reviewer: Jenkins Builder
Gerrit-Reviewer: iedemam <michael at kapsulate.com>
Gerrit-Reviewer: keith <keith at rhizomatica.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210512/1813f63f/attachment.htm>


More information about the gerrit-log mailing list