From d284cd9f43a6954be338d85470a17ac6796b56d5 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 1 Mar 2010 21:58:31 +0100 Subject: Import value_string utilities and some RSL stuff from OpenBSC --- include/osmocore/utils.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include/osmocore/utils.h') diff --git a/include/osmocore/utils.h b/include/osmocore/utils.h index 198f45a9..cf3b4607 100644 --- a/include/osmocore/utils.h +++ b/include/osmocore/utils.h @@ -3,4 +3,15 @@ #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) +#include + +struct value_string { + unsigned int value; + const char *str; +}; + +const char *get_value_string(const struct value_string *vs, uint32_t val); +int get_string_value(const struct value_string *vs, const char *str); + + #endif -- cgit v1.2.3