aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-05-29 11:48:29 +0200
committerHarald Welte <laforge@gnumonks.org>2017-06-09 08:58:04 +0000
commit33e1357a903dad41745df4b5b7284e80ce542ecb (patch)
treebbaece5605ec7ef498617232b7da0f2d7824ed1f /openbsc/include
parent4a824ca8fcf13427d1560b2c866da2a2d82e3692 (diff)
Get TRX attributes
Request per-TRX attributes in addition to BTS attributes. Change-Id: I2b61131b9930afd03357c0b66947ee856d58cc46 Related: OS#1614
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index b920e3be0..b72ed2d63 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -512,6 +512,7 @@ enum gsm_bts_type_variant {
enum bts_attribute {
BTS_TYPE_VARIANT,
BTS_SUB_MODEL,
+ TRX_PHY_VERSION,
};
struct vty;