diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-03-15 20:59:02 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-03-15 21:02:06 -0500 |
commit | a16f270eb1795cf1d96dc8b9f0d879861214eee8 (patch) | |
tree | f6d1cf9c4f3293635d144122b0c43635e6aa381f /src/stkutil.h | |
parent | 6986cc4760f61eb1d5d078051cdab8ef1489927a (diff) | |
download | ofono-a16f270eb1795cf1d96dc8b9f0d879861214eee8.tar.bz2 |
Refactor: stk send_sms datastructure
Diffstat (limited to 'src/stkutil.h')
-rw-r--r-- | src/stkutil.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/stkutil.h b/src/stkutil.h index 116fe777..9c09b96f 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -91,7 +91,7 @@ enum stk_data_object_type { STK_DATA_OBJECT_TYPE_SUBADDRESS = 0x08, STK_DATA_OBJECT_TYPE_SS_STRING = 0x09, STK_DATA_OBJECT_TYPE_USSD_STRING = 0x0A, - STK_DATA_OBJECT_TYPE_SMS_TPDU = 0x0B, + STK_DATA_OBJECT_TYPE_GSM_SMS_TPDU = 0x0B, STK_DATA_OBJECT_TYPE_CBS_PAGE = 0x0C, STK_DATA_OBJECT_TYPE_TEXT = 0x0D, STK_DATA_OBJECT_TYPE_TONE = 0x0E, @@ -314,12 +314,6 @@ struct stk_result { unsigned char *additional; }; -/* Defined in TS 102.223 Section 8.13 */ -struct stk_sms_tpdu { - unsigned int tpdu_len; - unsigned char *tpdu; -}; - /* * According to 102.223 Section 8.72 the length of text attribute CTLV is 1 * byte. This means that the maximum size is 127 according to the rules |