aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-12-30 01:22:26 +0100
committerHarald Welte <laforge@gnumonks.org>2014-12-30 01:22:26 +0100
commitbe4bbeb01b85cbe38c70e0f272e59e4c57f13aa2 (patch)
treed6ba69dbd768f8e7b3c02ef86c14a2ad898f6a99 /include
parent65f676dac581d5ff6240aa76104d38df2cbf93ab (diff)
add missing gsm0341.h
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/gsm/gsm0341.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/osmocom/gsm/gsm0341.h b/include/osmocom/gsm/gsm0341.h
new file mode 100644
index 00000000..29ba3e16
--- /dev/null
+++ b/include/osmocom/gsm/gsm0341.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#include <osmocom/gsm/protocol/gsm_03_41.h>
+
+struct gsm341_ms_message *
+gsm0341_build_msg(void *ctx, uint8_t geo_scope, uint8_t msg_code,
+ uint8_t update, uint16_t msg_id, uint8_t dcs,
+ uint8_t page_total, uint8_t page_cur,
+ uint8_t *data, uint8_t len);