From 5f827f4edea1a66a5a050edb022be81d2d9f8313 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 30 Jul 2010 11:11:38 +0200 Subject: Add more RSL <-> Osmo SI type mappings, export osmo_sitype_strs[] --- openbsc/include/openbsc/system_information.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/system_information.h b/openbsc/include/openbsc/system_information.h index 55c00d817..3ab8de015 100644 --- a/openbsc/include/openbsc/system_information.h +++ b/openbsc/include/openbsc/system_information.h @@ -1,6 +1,8 @@ #ifndef _SYSTEM_INFO_H #define _SYSTEM_INFO_H +#include + #define GSM_MACBLOCK_LEN 23 enum osmo_sysinfo_type { @@ -32,6 +34,7 @@ enum osmo_sysinfo_type { typedef u_int8_t sysinfo_buf_t[GSM_MACBLOCK_LEN]; +const struct value_string osmo_sitype_strs[_MAX_SYSINFO_TYPE]; uint8_t gsm_sitype2rsl(enum osmo_sysinfo_type si_type); const char *gsm_sitype_name(enum osmo_sysinfo_type si_type); int gsm_generate_si(struct gsm_bts *bts, enum osmo_sysinfo_type type); -- cgit v1.2.3