aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
----