aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-01 21:59:06 +0100
committerHarald Welte <laforge@gnumonks.org>2010-03-01 21:59:06 +0100
commit2e411c7b0d24639968b0e551f4bf1c1e2627caf7 (patch)
tree15e9a1de26524176407e276ee7f57723df19753c /openbsc/include/openbsc/gsm_data.h
parent8b0079909d1ae229862e3372dbfb26955772725d (diff)
value_string functions and some RSL related stuff has moved to libosmocore
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index eebe6abb9..717c81b77 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -3,14 +3,6 @@
#include <sys/types.h>
-struct value_string {
- unsigned int value;
- const char *str;
-};
-
-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_phys_chan_config {
GSM_PCHAN_NONE,
GSM_PCHAN_CCCH,