aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte (local) <laflocal@hanuman.gnumonks.org>2009-12-26 19:43:11 +0100
committerHarald Welte <laforge@gnumonks.org>2009-12-26 22:47:55 +0100
commit240ce88185dc69265e4015cdfdc1a7af41006b8e (patch)
tree5b5d0a2bafa9edf2bac2b84acc8b6771d762c1d9 /openbsc/include/openbsc/gsm_data.h
parent441e483bd4350e8e97c466d25865883eee2e5411 (diff)
add 'get_string_value()' as inverse function of 'get_value_string()'
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index af72e4765..103466c98 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -9,6 +9,7 @@ struct value_string {
};
const char *get_value_string(const struct value_string *vs, u_int32_t val);
+int get_string_value(const struct value_string *vs, const char *str);
enum gsm_band {
GSM_BAND_400,