aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-09-05 19:11:06 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-09-05 20:02:14 +0700
commit6f4db8c620f6ddc7ab1bc137b9b7be27d0e727ca (patch)
treebfbbd637e55cae2a00eca229004bbe9409aed58f /src
parent1ac4243a13be9ee2c541275c9648aae1a54ab3c4 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bts-trx/l1_if.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/osmo-bts-trx/l1_if.c b/src/osmo-bts-trx/l1_if.c
index a2b3415e..8cf0823b 100644
--- a/src/osmo-bts-trx/l1_if.c
+++ b/src/osmo-bts-trx/l1_if.c
@@ -611,8 +611,7 @@ int bts_model_opstart(struct gsm_bts *bts, struct gsm_abis_mo *mo,
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 */