aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/rrlp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/rrlp.h')
-rw-r--r--include/osmocom/msc/rrlp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/osmocom/msc/rrlp.h b/include/osmocom/msc/rrlp.h
index 319af7055..7d1369de5 100644
--- a/include/osmocom/msc/rrlp.h
+++ b/include/osmocom/msc/rrlp.h
@@ -1,3 +1,8 @@
#pragma once
+#include <osmocom/msc/gsm_data_shared.h>
+
+enum rrlp_mode msc_rrlp_mode_parse(const char *arg);
+const char *msc_rrlp_mode_name(enum rrlp_mode mode);
+
void msc_rrlp_init(void);