Change in osmo-bts[master]: bts-trx: Instruct user to set manually nominal-tx-power if NOMTXPOWER...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Fri Jun 19 20:34:08 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/18921 )

Change subject: bts-trx: Instruct user to set manually nominal-tx-power if NOMTXPOWER not supported
......................................................................

bts-trx: Instruct user to set manually nominal-tx-power if NOMTXPOWER not supported

Using the VTY command will force that value and prevent osmo-bts-trx to
use/send NOMTXPOWER cmd over TRXC.

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

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



diff --git a/src/osmo-bts-trx/trx_if.c b/src/osmo-bts-trx/trx_if.c
index 1953f71..6fe0ecd 100644
--- a/src/osmo-bts-trx/trx_if.c
+++ b/src/osmo-bts-trx/trx_if.c
@@ -557,7 +557,10 @@
 	unsigned int nominal_power;
 
 	if (rsp->status)
-		LOGPPHI(pinst, DTRX, LOGL_ERROR, "transceiver NOMTXPOWER failed with status %d\n",
+		LOGPPHI(pinst, DTRX, LOGL_ERROR, "transceiver NOMTXPOWER failed "
+			"with status %d. If your transceiver doesn't support this "
+			"command, then please set the nominal transmit power manually "
+			"through VTY cmd 'nominal-tx-power'.\n",
 			rsp->status);
 	if (cb) {
 		sscanf(rsp->params, "%u", &nominal_power);

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I496753bc74767a7e18b831768d9d422a738192b7
Gerrit-Change-Number: 18921
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200619/6c62f927/attachment.htm>


More information about the gerrit-log mailing list