gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnokii/Docs/protocol nk6510.txt,1.7,1.8


From: BORBELY Zoltan <address@hidden>
Subject: gnokii/Docs/protocol nk6510.txt,1.7,1.8
Date: Thu, 16 Oct 2003 23:33:07 +0000

Update of /cvsroot/gnokii/gnokii/Docs/protocol
In directory subversions:/tmp/cvs-serv16254/Docs/protocol

Modified Files:
        nk6510.txt 
Log Message:
The blocklength field was hardcoded in the GetSMSFolders reply message


Index: nk6510.txt
===================================================================
RCS file: /cvsroot/gnokii/gnokii/Docs/protocol/nk6510.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** nk6510.txt  9 Oct 2003 22:07:39 -0000       1.7
--- nk6510.txt  16 Oct 2003 23:33:05 -0000      1.8
***************
*** 293,298 ****
  
      s Get folder names      { 0x12, 0x00, 0x00}
!     r Get folder names      { 0x13, 0x00, number of strings, 0x01, 0x28, 
folderID, length, 0x00, name1, 0x00, 
!                           0x55[40-length(name1)], 01 28, folderID, length, 
0x00, name2, 0x00, 0x55[dito] ... }
                                 where: folderID = 0x02 - Inbox
                                                   0x03 - Outbox
--- 293,298 ----
  
      s Get folder names      { 0x12, 0x00, 0x00}
!     r Get folder names      { 0x13, 0x00, number of blocks, blocks... }
!                           where block is: { 0x01, blocklen, folderID, length, 
0x00, 0x00, padding... }
                                 where: folderID = 0x02 - Inbox
                                                   0x03 - Outbox
***************
*** 303,306 ****
--- 303,310 ----
                                              0x08 - third -"-
                                              and so on
+                                     blocklen = length of the block including
+                                                the 0x01 and blocklen itself
+                                                e.g.: 0x28 - 6510
+                                                      0x58 - 6610
  
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]