diff options
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 |