Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/14157 )

Change subject: rsl: MS POWER COCNTROL isn't (only) about "forcing" power levels
......................................................................

rsl: MS POWER COCNTROL isn't (only) about "forcing" power levels

...so let's have a more neutral error message

Change-Id: I1ffa336b18347c2fcedfeb398b255dc517245d7a
---
M src/common/rsl.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Vadim Yanitskiy: Looks good to me, but someone else must approve
  Pau Espin Pedrol: Looks good to me, approved



diff --git a/src/common/rsl.c b/src/common/rsl.c
index 25ed279..cc653ce 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -1568,7 +1568,7 @@
        pwr = *TLVP_VAL(&tp, RSL_IE_MS_POWER) & 0x1F;
        lchan->ms_power_ctrl.current = pwr;

-       LOGPLCHAN(lchan, DRSL, LOGL_NOTICE, "forcing power to %d\n", 
lchan->ms_power_ctrl.current);
+       LOGPLCHAN(lchan, DRSL, LOGL_NOTICE, "Rx MS POWER CONTROL %d\n", 
lchan->ms_power_ctrl.current);

        /* 9.3.31 MS Power Parameters (O) */
        if (TLVP_PRESENT(&tp, RSL_IE_MS_POWER_PARAM))

--
To view, visit https://gerrit.osmocom.org/14157
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I1ffa336b18347c2fcedfeb398b255dc517245d7a
Gerrit-Change-Number: 14157
Gerrit-PatchSet: 2
Gerrit-Owner: Harald Welte <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: Vadim Yanitskiy <[email protected]>

Reply via email to