This commit was generated by cvs2svn to compensate for changes in r158,
[gnokii.git] / include / phones / nk6100.h
index 01950a8..ab41fdf 100644 (file)
   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);