aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-06-02 14:29:57 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-06-02 14:29:59 +0200
commitb076dc585c287956518a0924dd5a6eb0bcec06a8 (patch)
tree69b72bcfe0e339bc26ad54f52910e36b2d50f736
parentd78c670ee90a58eb073a72de0c17ddb144896500 (diff)
trx_if.adoc: Document cmd NOMTXPOWER
-rw-r--r--common/chapters/trx_if.adoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/chapters/trx_if.adoc b/common/chapters/trx_if.adoc
index fc42eed..95c00c7 100644
--- a/common/chapters/trx_if.adoc
+++ b/common/chapters/trx_if.adoc
@@ -75,6 +75,14 @@ CMD POWERON
RSP POWERON <status>
----
+`NOMTXPOWER` is used by the BTS to retrieve the nominal output transmit power of
+the transceiver. `SETPOWER/ADJPOWER` attenuations (dB) are expected to be
+applied based on this value (dBm).
+----
+CMD NOMTXPOWER
+RSP NOMTXPOWER <status> <dBm>
+----
+
`SETPOWER` sets transmit power attenuation wrt the nominal transmit power of
the transceiver, in dB.
----