aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/gan.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-24 21:52:07 +0200
committerHarald Welte <laforge@gnumonks.org>2012-06-24 21:52:07 +0200
commitc17f57053802c8b151df38169b73eef804ce2b3e (patch)
tree3df988e757ad70507357d934ea62ca57aa40c945 /include/osmocom/gsm/gan.h
parentc2a25c67f8b423beb3b75d526044fd9f2cc5ac1a (diff)
ganc: add value_strings for GAN message type and protocol discriminator
Diffstat (limited to 'include/osmocom/gsm/gan.h')
-rw-r--r--include/osmocom/gsm/gan.h9
1 files changed, 9 insertions, 0 deletions
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 <osmocom/core/utils.h>
+
+extern const struct value_string gan_msgt_vals[];
+static const struct value_string gan_pdisc_vals[];
+
+#endif