Vadim Yanitskiy has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/14319


Change subject: osmo-bts-trx/trx_if.c: dropping Tx bursts is a noticeable event
......................................................................

osmo-bts-trx/trx_if.c: dropping Tx bursts is a noticeable event

Change-Id: Ia954b797a9bb90660b6548ec0ffb218a1dcff37a
---
M src/osmo-bts-trx/trx_if.c
1 file changed, 1 insertion(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/19/14319/1

diff --git a/src/osmo-bts-trx/trx_if.c b/src/osmo-bts-trx/trx_if.c
index 8914557..ec879c7 100644
--- a/src/osmo-bts-trx/trx_if.c
+++ b/src/osmo-bts-trx/trx_if.c
@@ -688,8 +688,7 @@
        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;
 }

--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/14319
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ia954b797a9bb90660b6548ec0ffb218a1dcff37a
Gerrit-Change-Number: 14319
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilira...@gmail.com>
Gerrit-MessageType: newchange

Reply via email to