From e61a2eb734772468e99128628ef14046d7dc5692 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 4 May 2016 15:59:12 +0200 Subject: Add OsmoBTS control interface description --- doc/manuals/chapters/control.adoc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/manuals/chapters/control.adoc (limited to 'doc/manuals/chapters') diff --git a/doc/manuals/chapters/control.adoc b/doc/manuals/chapters/control.adoc new file mode 100644 index 00000000..3b21669b --- /dev/null +++ b/doc/manuals/chapters/control.adoc @@ -0,0 +1,24 @@ +[[control]] +== Control interface + +The actual protocol is described in <>, the variables +common to all programs using it are described in <>. Here we +describe variables specific to OsmoBTS. The commands starting with prefix +"net.btsN." are specific to a certain BTS so N have to be replaced with BTS +number when issuing command. Similarly the +TRX-specific commands are additionally prefixed with TRX number e. g. +"net.bts1.trx2.thermal-attenuation". + + +.Variables available over control interface +[options="header",width="100%",cols="20%,5%,5%,50%,20%"] +|=== +|Name|Access|Trap|Value|Comment +|net.btsN.trxM.thermal-attenuation|RW|No|integer|See <> for details. +|=== + +[[ther]] +=== thermal-attenuation + +Allowed SET value for thermal attenuation is between 0 to 40 dB. Note: the value +is SET in dB units but GET will return value in mdB units used internally. -- cgit v1.2.3