From c17f57053802c8b151df38169b73eef804ce2b3e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 24 Jun 2012 21:52:07 +0200 Subject: ganc: add value_strings for GAN message type and protocol discriminator --- include/osmocom/gsm/Makefile.am | 2 +- include/osmocom/gsm/gan.h | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 include/osmocom/gsm/gan.h (limited to 'include') diff --git a/include/osmocom/gsm/Makefile.am b/include/osmocom/gsm/Makefile.am index fc1abfe8..60ba48b9 100644 --- a/include/osmocom/gsm/Makefile.am +++ b/include/osmocom/gsm/Makefile.am @@ -1,7 +1,7 @@ osmogsm_HEADERS = a5.h comp128.h gsm0808.h gsm48_ie.h mncc.h rxlev_stat.h \ gsm0480.h gsm48.h gsm_utils.h rsl.h tlv.h abis_nm.h \ sysinfo.h prim.h gsm0502.h lapd_core.h lapdm.h \ - gsm0411_utils.h gsm0411_smc.h gsm0411_smr.h + gsm0411_utils.h gsm0411_smc.h gsm0411_smr.h gan.h SUBDIRS = protocol diff --git a/include/osmocom/gsm/gan.h b/include/osmocom/gsm/gan.h new file mode 100644 index 00000000..ab4c1e4e --- /dev/null +++ b/include/osmocom/gsm/gan.h @@ -0,0 +1,9 @@ +#ifndef _OSMO_GSM_GAN_H +#define _OSMO_GSM_GAN_H + +#include + +extern const struct value_string gan_msgt_vals[]; +static const struct value_string gan_pdisc_vals[]; + +#endif -- cgit v1.2.3