aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data_shared.h
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-02-24 15:18:08 +0100
committerHarald Welte <laforge@gnumonks.org>2017-05-25 14:01:50 +0200
commit6f483d3a05c7c006a36ca6868bbd1846d00c9afc (patch)
tree344d8de368ee8f3631c479893b1032cfce024f71 /openbsc/include/openbsc/gsm_data_shared.h
parent1fe2647c5de6c460dd776787f039bbc51ed779a0 (diff)
gsm_data_shared: add value strings for gsm_chreq
Diffstat (limited to 'openbsc/include/openbsc/gsm_data_shared.h')
-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 9495f9357..e7c8467f7 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -889,6 +889,7 @@ const char *btsatttr2str(enum bts_attribute v);
enum gsm_bts_type_variant str2btsvariant(const char *arg);
const char *btsvariant2str(enum gsm_bts_type_variant v);
+extern const struct value_string gsm_chreq_descs[];
const struct value_string gsm_pchant_names[13];
const struct value_string gsm_pchant_descs[13];
const char *gsm_pchan_name(enum gsm_phys_chan_config c);