aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/trx_if.c
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-06-01 13:43:21 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2019-06-01 13:43:21 +0700
commite50903df9dc4268d59e76e8bcec866e82c247a2d (patch)
treedaec2cd01a404b6d3c733b5956f3d4b1fccc3b1c /src/osmo-bts-trx/trx_if.c
parente05279a2965e8f2d4e87b0d29a9c8a3c610aa447 (diff)
osmo-bts-trx/trx_if.c: dropping Tx bursts is a noticeable event
Diffstat (limited to 'src/osmo-bts-trx/trx_if.c')
-rw-r--r--src/osmo-bts-trx/trx_if.c3
1 files changed, 1 insertions, 2 deletions
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;
}