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/.

pespin gerrit-no-reply at lists.osmocom.org
Fri Jun 19 17:14:29 UTC 2020


pespin has uploaded this change for review. ( 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(-)



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

diff --git a/src/osmo-bts-trx/trx_if.c b/src/osmo-bts-trx/trx_if.c
index 3502fbd..d733f04 100644
--- a/src/osmo-bts-trx/trx_if.c
+++ b/src/osmo-bts-trx/trx_if.c
@@ -557,7 +557,10 @@
 	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, "%d", &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: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200619/1fe65355/attachment.htm>


More information about the gerrit-log mailing list