pespin has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/15653 )

Change subject: scheduler.c: Move some message log level to DEBUG
......................................................................

scheduler.c: Move some message log level to DEBUG

Otherwise using "logging level set-all info" makes it impossible to see
anything in VTY due to tons of those two lines appearing.

Change-Id: I9c7500c1e56db0c4dcb474f93c882a9c7c004d55
---
M src/common/scheduler.c
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved



diff --git a/src/common/scheduler.c b/src/common/scheduler.c
index 95a1b00..52edcbf 100644
--- a/src/common/scheduler.c
+++ b/src/common/scheduler.c
@@ -776,7 +776,7 @@
        uint8_t tn = l1sap->u.data.chan_nr & 7;
        struct l1sched_ts *l1ts = l1sched_trx_get_ts(l1t, tn);

-       LOGL1S(DL1P, LOGL_INFO, l1t, tn, -1, l1sap->u.data.fn,
+       LOGL1S(DL1P, LOGL_DEBUG, l1t, tn, -1, l1sap->u.data.fn,
                "PH-DATA.req: chan_nr=0x%02x link_id=0x%02x\n",
                l1sap->u.data.chan_nr, l1sap->u.data.link_id);

@@ -799,7 +799,7 @@
        uint8_t tn = l1sap->u.tch.chan_nr & 7;
        struct l1sched_ts *l1ts = l1sched_trx_get_ts(l1t, tn);

-       LOGL1S(DL1P, LOGL_INFO, l1t, tn, -1, l1sap->u.tch.fn, "TCH.req: 
chan_nr=0x%02x\n",
+       LOGL1S(DL1P, LOGL_DEBUG, l1t, tn, -1, l1sap->u.tch.fn, "TCH.req: 
chan_nr=0x%02x\n",
                l1sap->u.tch.chan_nr);

        if (!l1sap->oph.msg)
@@ -839,7 +839,7 @@
                return -ENODEV;
        }

-       LOGL1S(DL1P, LOGL_INFO, l1t, tn, chan, fn,
+       LOGL1S(DL1P, LOGL_DEBUG, l1t, tn, chan, fn,
                "PH-RTS.ind: chan_nr=0x%02x link_id=0x%02x\n", chan_nr, 
link_id);

        /* generate prim */
@@ -875,7 +875,7 @@
                return -ENODEV;
        }

-       LOGL1S(DL1P, LOGL_INFO, l1t, tn, chan, fn, "TCH RTS.ind: 
chan_nr=0x%02x\n", chan_nr);
+       LOGL1S(DL1P, LOGL_DEBUG, l1t, tn, chan, fn, "TCH RTS.ind: 
chan_nr=0x%02x\n", chan_nr);

        /* only send, if FACCH is selected */
        if (facch) {

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I9c7500c1e56db0c4dcb474f93c882a9c7c004d55
Gerrit-Change-Number: 15653
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to