X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Fphones%2Fnk6100.h;fp=include%2Fphones%2Fnk6100.h;h=ab41fdf662574ec2213320e88637dc3791d924c0;hp=01950a839bb8604f482a29e00e3f55294490cfe2;hb=1379b6d01c3c3bd082a8ab32433450d8a2f3419c;hpb=a363234939c6030f24d092e9d4d97ee40f50ce03 diff --git a/include/phones/nk6100.h b/include/phones/nk6100.h index 01950a8..ab41fdf 100644 --- a/include/phones/nk6100.h +++ b/include/phones/nk6100.h @@ -14,14 +14,8 @@ See README for more details on supported mobile phones. $Log$ - Revision 1.1.1.1 2001/11/25 21:59:22 short - :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001 - - Revision 1.3 2001/11/17 16:44:07 pkot - Cleanup. Reading SMS for 6100 series. Not that it has some bugs more and does not support UDH yet - - Revision 1.2 2001/11/15 12:15:04 pkot - smslib updates. begin work on sms in 6100 series + Revision 1.1.1.2 2002/04/03 00:08:20 short + Found in "gnokii-working" directory, some November-patches version Revision 1.1 2001/07/09 23:55:36 pkot Initial support for 6100 series in the new structure (me) @@ -60,10 +54,8 @@ static GSM_Error Identify(GSM_Data *data, GSM_Statemachine *state); static GSM_Error GetBatteryLevel(GSM_Data *data, GSM_Statemachine *state); static GSM_Error GetRFLevel(GSM_Data *data, GSM_Statemachine *state); static GSM_Error GetMemoryStatus(GSM_Data *data, GSM_Statemachine *state); -static GSM_Error GetSMSMessage(GSM_Data *data, GSM_Statemachine *state); static GSM_Error IncomingPhoneInfo(int messagetype, unsigned char *buffer, int length, GSM_Data *data); static GSM_Error IncomingModelInfo(int messagetype, unsigned char *buffer, int length, GSM_Data *data); -static GSM_Error IncomingSMS(int messagetype, unsigned char *buffer, int length, GSM_Data *data); static GSM_Error Incoming0x03(int messagetype, unsigned char *buffer, int length, GSM_Data *data); static GSM_Error Incoming0x0a(int messagetype, unsigned char *buffer, int length, GSM_Data *data); static GSM_Error Incoming0x17(int messagetype, unsigned char *buffer, int length, GSM_Data *data);