aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-03-17 15:10:59 +0100
committerHarald Welte <laforge@gnumonks.org>2018-03-17 15:14:01 +0100
commit6d0c67684c4ea8e1f767310636dbe840c36d54e2 (patch)
tree041e39007adf51465ed505bbf98794b1af8fcedf /include/osmo-bts
parentd8cd756da48bcff9f9caf9e64fc0af047a165b60 (diff)
virtual: Correctly set+report BTS variant in OML attributes
Diffstat (limited to 'include/osmo-bts')
-rw-r--r--include/osmo-bts/gsm_data_shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h
index b19bc903..aebdb656 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -422,6 +422,7 @@ enum gsm_bts_type_variant {
BTS_OSMO_OCTPHY,
BTS_OSMO_SYSMO,
BTS_OSMO_TRX,
+ BTS_OSMO_VIRTUAL,
_NUM_BTS_VARIANT
};