aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding_scheme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding_scheme.h')
-rw-r--r--src/coding_scheme.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/coding_scheme.h b/src/coding_scheme.h
index b0b85e34..1e8ca78f 100644
--- a/src/coding_scheme.h
+++ b/src/coding_scheme.h
@@ -19,6 +19,8 @@
#pragma once
+#include <osmocom/core/utils.h>
+
enum CodingScheme {
UNKNOWN,
/* GPRS Coding Schemes: */
@@ -28,6 +30,9 @@ enum CodingScheme {
NUM_SCHEMES
};
+extern const struct value_string mcs_names[];
+const char *mcs_name(enum CodingScheme val);
+
enum HeaderType {
HEADER_INVALID,
HEADER_GPRS_CONTROL,