isimodem: Add missing CBS codepoint

This commit is contained in:
Aki Niemi 2010-11-15 11:56:10 +02:00
parent 346ee5b051
commit 66d1cfa347
2 changed files with 2 additions and 0 deletions

View File

@ -280,6 +280,7 @@ const char *sms_subblock_name(enum sms_subblock value)
_(SMS_GSM_DELIVER_REPORT); _(SMS_GSM_DELIVER_REPORT);
_(SMS_GSM_REPORT); _(SMS_GSM_REPORT);
_(SMS_GSM_ROUTING); _(SMS_GSM_ROUTING);
_(SMS_GSM_CB_MESSAGE);
_(SMS_GSM_TPDU); _(SMS_GSM_TPDU);
_(SMS_COMMON_DATA); _(SMS_COMMON_DATA);
_(SMS_ADDRESS); _(SMS_ADDRESS);

View File

@ -136,6 +136,7 @@ enum sms_subblock {
SMS_GSM_DELIVER_REPORT = 0x06, SMS_GSM_DELIVER_REPORT = 0x06,
SMS_GSM_REPORT = 0x0C, SMS_GSM_REPORT = 0x0C,
SMS_GSM_ROUTING = 0x0D, SMS_GSM_ROUTING = 0x0D,
SMS_GSM_CB_MESSAGE = 0x0E,
SMS_GSM_TPDU = 0x11, SMS_GSM_TPDU = 0x11,
SMS_COMMON_DATA = 0x80, SMS_COMMON_DATA = 0x80,
SMS_ADDRESS = 0x82, SMS_ADDRESS = 0x82,