trx_if.adoc: Document cmd NOMTXPOWER

TRXC message is implemented in:
osmo-bts.git I682211f3d664c21f923ca4a530e0464ca383b6d9
osmo-trx.git I1d7efe56e008d8d60e23f9a85aa40809f7f84d9c

Change-Id: Idb5bb56fc039c7393922243c761f3395a094a55b
This commit is contained in:
Pau Espin 2020-06-02 14:29:57 +02:00
parent d78c670ee9
commit b076dc585c
1 changed files with 8 additions and 0 deletions

View File

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