pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/15537


Change subject: bts-trx: Change super verbose IDLE ind not-supported line to 
DEBUG
......................................................................

bts-trx: Change super verbose IDLE ind not-supported line to DEBUG

It's impossible to see other logging otherwise.

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



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

diff --git a/src/osmo-bts-trx/trx_if.c b/src/osmo-bts-trx/trx_if.c
index 6c6d5ad..166cfe6 100644
--- a/src/osmo-bts-trx/trx_if.c
+++ b/src/osmo-bts-trx/trx_if.c
@@ -1007,7 +1007,7 @@
         * TDMA frames, and properly drive scheduler if nothing has been
         * detected on non-IDLE channels. */
        if (bi.flags & TRX_BI_F_NOPE_IND) {
-               LOGPPHI(l1h->phy_inst, DTRX, LOGL_NOTICE,
+               LOGPPHI(l1h->phy_inst, DTRX, LOGL_DEBUG,
                        "IDLE / NOPE indications are not (yet) supported\n");
                return -ENOTSUP;
        }

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I64ee83b734ecff593ff2a1cf97b192db93228e22
Gerrit-Change-Number: 15537
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pes...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to