From e50903df9dc4268d59e76e8bcec866e82c247a2d Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sat, 1 Jun 2019 13:43:21 +0700 Subject: osmo-bts-trx/trx_if.c: dropping Tx bursts is a noticeable event Change-Id: Ia954b797a9bb90660b6548ec0ffb218a1dcff37a --- src/osmo-bts-trx/trx_if.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/osmo-bts-trx/trx_if.c') diff --git a/src/osmo-bts-trx/trx_if.c b/src/osmo-bts-trx/trx_if.c index 89145576..ec879c71 100644 --- a/src/osmo-bts-trx/trx_if.c +++ b/src/osmo-bts-trx/trx_if.c @@ -688,8 +688,7 @@ int trx_if_send_burst(struct trx_l1h *l1h, uint8_t tn, uint32_t fn, uint8_t pwr, if (transceiver_available && llist_empty(&l1h->trx_ctrl_list)) { send(l1h->trx_ofd_data.fd, buf, nbits + 6, 0); } else - LOGP(DTRX, LOGL_DEBUG, "Ignoring TX data, transceiver " - "offline.\n"); + LOGP(DTRX, LOGL_ERROR, "Ignoring TX data, transceiver offline.\n"); return 0; } -- cgit v1.2.3