Change in osmo-bts[master]: rsl: MS POWER COCNTROL isn't (only) about "forcing" power levels
Harald Welte
gerrit-no-reply at lists.osmocom.org
Fri May 24 16:03:05 UTC 2019
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 <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190524/a9c9edb5/attachment.html>
More information about the gerrit-log
mailing list