/[gnokii]/gnokii/common/gsm-sms.c
ViewVC logotype

Diff of /gnokii/common/gsm-sms.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.146 by pkot, Wed Apr 20 22:33:36 2005 UTC revision 1.147 by pkot, Thu Jun 30 21:27:43 2005 UTC
# Line 80  static struct sms_udh_data headers[] = { Line 80  static struct sms_udh_data headers[] = {
80          { 0x04, "\x01\x02\x01\x00" },         /* Fax Messages */          { 0x04, "\x01\x02\x01\x00" },         /* Fax Messages */
81          { 0x04, "\x01\x02\x02\x00" },         /* Email Messages */          { 0x04, "\x01\x02\x02\x00" },         /* Email Messages */
82          { 0x06, "\x05\x04\x0b\x84\x23\xf0" }, /* WAP PUSH */          { 0x06, "\x05\x04\x0b\x84\x23\xf0" }, /* WAP PUSH */
83            { 0x06, "\x05\x04\x0b\x84\x0b\x84" },
84          { 0x00, "" },          { 0x00, "" },
85  };  };
86    
# Line 511  static gn_error sms_udh_decode(unsigned Line 512  static gn_error sms_udh_decode(unsigned
512                                  dprintf("WAP vCalendarSecure\n");                                  dprintf("WAP vCalendarSecure\n");
513                                  udh->udh[nr].type = GN_SMS_UDH_WAPvCalendarSecure;                                  udh->udh[nr].type = GN_SMS_UDH_WAPvCalendarSecure;
514                                  break;                                  break;
515                            case 0x0b84:
516                                    dprintf("WAP Push\n");
517                                    udh->udh[nr].type = GN_SMS_UDH_WAPPush;
518                                    break;
519                          default:                          default:
520                                  dprintf("Unknown\n");                                  dprintf("Unknown\n");
521                                  udh->udh[nr].type = GN_SMS_UDH_Unknown;                                  udh->udh[nr].type = GN_SMS_UDH_Unknown;

Legend:
Removed from v.1.146  
changed lines
  Added in v.1.147

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26