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/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/19987 )
Change subject: osmo-bts-trx/l1_if: drop redundant logging message
......................................................................
osmo-bts-trx/l1_if: drop redundant logging message
We already get quite informative message originated from oml.c:
OC=RADIO-CARRIER(02) INST=(00,00,ff): Rx OPSTART
Change-Id: I3d4a4473541327488d3393b1fa7c6391afb3728a
---
M src/osmo-bts-trx/l1_if.c
1 file changed, 1 insertion(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/src/osmo-bts-trx/l1_if.c b/src/osmo-bts-trx/l1_if.c
index a2b3415..8cf0823 100644
--- a/src/osmo-bts-trx/l1_if.c
+++ b/src/osmo-bts-trx/l1_if.c
@@ -611,8 +611,7 @@
void *obj)
{
int rc;
- LOGP(DOML, LOGL_DEBUG, "bts_model_opstart: %s received\n",
- get_value_string(abis_nm_obj_class_names, mo->obj_class));
+
switch (mo->obj_class) {
case NM_OC_RADIO_CARRIER:
/* activate transceiver */
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/19987
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I3d4a4473541327488d3393b1fa7c6391afb3728a
Gerrit-Change-Number: 19987
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
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/20200907/afac8103/attachment.htm>