aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2012-05-14 18:43:23 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-01-15 16:53:51 +0100
commit7d109838650e1c1d234677efab6b8a426d287dec (patch)
treed381966e828737043493890fb2da342b525c3d29 /openbsc/include
parent2a896070a744327968770d3f9c23e6e5410f6f57 (diff)
osmo-bsc: Add VTY command show position
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index e98560dec..56d62e54c 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -521,6 +521,8 @@ enum bts_loc_fix {
BTS_LOC_FIX_3D = 2,
};
+extern const struct value_string bts_loc_fix_names[];
+
struct bts_location {
struct llist_head list;
time_t tstamp;