aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/rrlp.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-08-04 01:33:08 +0700
committerHarald Welte <laforge@gnumonks.org>2018-08-05 11:33:20 +0000
commit1b8913090eb33171dd867c35b257e656dc69e396 (patch)
tree9450629c14edf5130b85f0bd950b78c482c6d019 /include/osmocom/msc/rrlp.h
parent1f9b0865ec5a4530b260ba70428e7770b45e60a6 (diff)
RRLP: migrate and share mode definitions from msc_vty.c
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);