aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocore/gsm48.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocore/gsm48.h')
-rw-r--r--include/osmocore/gsm48.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/osmocore/gsm48.h b/include/osmocore/gsm48.h
new file mode 100644
index 00000000..d0cf09d1
--- /dev/null
+++ b/include/osmocore/gsm48.h
@@ -0,0 +1,9 @@
+#ifndef _OSMOCORE_GSM48_H
+
+#include <osmocore/tlv.h>
+
+extern const struct tlv_definition gsm48_att_tlvdef;
+extern const char *cc_state_names[];
+const char *rr_cause_name(uint8_t cause);
+
+#endif