aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/misc/sysmobts_mgr.h
diff options
context:
space:
mode:
authorÁlvaro Neira Ayuso <anayuso@sysmocom.de>2014-05-17 11:01:13 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-05-18 09:42:49 +0200
commitc64d42573894d8295b58b268a64541c914b69bcd (patch)
tree6798106526852e2c1f0b3e231727cdded742d1b8 /src/osmo-bts-sysmo/misc/sysmobts_mgr.h
parentc5fedd24c96a4ef6d7a0c0ed3c70d6ef0abd5c17 (diff)
sysmobts: Add support for changing the transmit power in sbts2050
Make the sysmobts-mgr send a manufacturer O&M message with the power reduction we want the sysmobts to apply. The sysmobts will handle this message and set the new tx output power. An ACK/NACK will be send as a response to the power reduction. Signed-off-by: Alvaro Neira Ayuso <anayuso@sysmocom.de>
Diffstat (limited to 'src/osmo-bts-sysmo/misc/sysmobts_mgr.h')
-rw-r--r--src/osmo-bts-sysmo/misc/sysmobts_mgr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/misc/sysmobts_mgr.h b/src/osmo-bts-sysmo/misc/sysmobts_mgr.h
index 5e0d4a7b..026afd54 100644
--- a/src/osmo-bts-sysmo/misc/sysmobts_mgr.h
+++ b/src/osmo-bts-sysmo/misc/sysmobts_mgr.h
@@ -15,6 +15,11 @@ enum {
SYSMO_MGR_CONNECTED,
};
+enum {
+ SBTS2050_DISABLE_CHANGE_POWER = 0,
+ SBTS2050_ENABLE_CHANGE_POWER,
+};
+
#define SOCKET_PATH "/var/run/bts_oml"
struct sbts2050_config_info;