laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/19829 )
Change subject: trx_if.adoc: Document RFMUTE TRXC command ...................................................................... trx_if.adoc: Document RFMUTE TRXC command Change-Id: Id7031b52639f55d36d1589a786e0d29ebb5def53 --- M common/chapters/trx_if.adoc 1 file changed, 9 insertions(+), 0 deletions(-) Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved fixeria: Looks good to me, approved diff --git a/common/chapters/trx_if.adoc b/common/chapters/trx_if.adoc index 95c00c7..f15ed7b 100644 --- a/common/chapters/trx_if.adoc +++ b/common/chapters/trx_if.adoc @@ -98,6 +98,15 @@ RSP ADJPOWER <status> <dBLevel> ---- +`RFMUTE` locks the RF transceiver, hence disabling emission and reception of +information on Air interface of the channel associated to the TRXC connection +the command is sent on. Parameter with value of `1` is used to mute, and value +of `0` is used to unmute. +---- +CMD RFMUTE <1|0> +RSP RFMUTE <status> <1|0> +---- + ==== Tuning Control `RXTUNE` tunes the receiver to a given frequency in kHz. This command fails if the -- To view, visit https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/19829 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-gsm-manuals Gerrit-Branch: master Gerrit-Change-Id: Id7031b52639f55d36d1589a786e0d29ebb5def53 Gerrit-Change-Number: 19829 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: laforge <[email protected]> Gerrit-Reviewer: pespin <[email protected]> Gerrit-MessageType: merged
