summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/mobile/gsm411_sms.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2017-11-17 15:45:12 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2017-12-03 12:58:52 +0000
commit714cb53282c89d50055a17b67047d50b03d69521 (patch)
treeeed4df09569286817505c123262a36673c6b1d5e /src/host/layer23/include/osmocom/bb/mobile/gsm411_sms.h
parent88060f462cde2e3e6f4fc3cbf9c3708083e27dac (diff)
mobile: Inform the primitive layer about status and new sms
Inform the layer about new SMS and inform about the cause of it. In both cases pass the SMS. Change-Id: Ib7ab34b1b85b62ef0e8fff347adccbc5dc414161
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/mobile/gsm411_sms.h')
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/gsm411_sms.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/gsm411_sms.h b/src/host/layer23/include/osmocom/bb/mobile/gsm411_sms.h
index a94d1aa7..d3074fb3 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/gsm411_sms.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/gsm411_sms.h
@@ -4,6 +4,12 @@
#define SMS_HDR_SIZE 128
#define SMS_TEXT_SIZE 256
+#include <stdint.h>
+#include <time.h>
+
+struct osmocom_ms;
+struct msgb;
+
struct gsm_sms {
unsigned long validity_minutes;
uint8_t reply_path_req;