From 7247d56f6787bc1c7e573c2b3df78d0d46fee9eb Mon Sep 17 00:00:00 2001 From: jserv Date: Wed, 17 Oct 2007 06:14:20 +0000 Subject: Added 'Ask Status report' option in shell. From: Andrzej Zaborowski I also moved the .ask_ds field from struct gsmd_sms into struct gsmd_sms_submit because it seemed more logical being a property of SMS-SUBMIT PDU. git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3201 99fdad57-331a-0410-800a-d7fa5415bdb3 --- include/libgsmd/sms.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libgsmd') diff --git a/include/libgsmd/sms.h b/include/libgsmd/sms.h index 3ada62d..9808442 100644 --- a/include/libgsmd/sms.h +++ b/include/libgsmd/sms.h @@ -46,6 +46,7 @@ struct lgsm_sms { enum gsmd_sms_alphabet alpha; u_int8_t data[LGSM_SMS_DATA_MAXLEN+1]; int length; + int ask_ds; }; /* GSM 03.40 subclause 9.2.2.2 and GSM 07.05 subclause 4.4 and subclause 3.1 */ -- cgit v1.2.3