gnokii-commit
[Top][All Lists]
Advanced

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

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-38


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-389-g21bf218
Date: Wed, 21 Mar 2012 18:03:03 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  21bf21894a59f28ea38860362a851a7f120e6b50 (commit)
      from  676d444cd8a2928c7adcc7c0bdaecae46af17c9f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=21bf21894a59f28ea38860362a851a7f120e6b50


commit 21bf21894a59f28ea38860362a851a7f120e6b50
Author: Daniele Forsi <address@hidden>
Date:   Wed Mar 21 19:00:56 2012 +0100

    Fix reading GN_MT_VOICE and drop GN_MT_MT
    
    Use 0x09 as documented in Docs/protocol/ files.
    Tested with Nokia 8310, Nokia 5300 and Nokia 7110.

diff --git a/ChangeLog b/ChangeLog
index 4362abf..32c2091 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,6 +41,9 @@
       output format is subject to change            (Daniele Forsi)
     o change the value used for phonebook memory ON (reading and
       deleting work, but writing fails)             (Daniele Forsi)
+    o change the value used for VOICE phonebook memory, containing
+      the phone number(s) to be used to listen to voicemail, which
+      was used for MT which now is unsupported      (Daniele Forsi)
  * xgnokii updates
     o fix bug that caused to forget subentries after the first one
       when editing the phonebook                    (Daniele Forsi)
@@ -49,6 +52,9 @@
       for GN_OP_GetSMSCenter failures               (Daniele Forsi)
     o add support for phonebook memory SD (Service Dialling
       Numbers)                                      (Daniele Forsi)
+    o change the value used for VOICE phonebook memory, containing
+      the phone number(s) to be used to listen to voicemail, which
+      was used for MT which now is unsupported      (Daniele Forsi)
 
 0.6.31
 ======
diff --git a/include/phones/nk6510.h b/include/phones/nk6510.h
index 03d508c..b8a7137 100644
--- a/include/phones/nk6510.h
+++ b/include/phones/nk6510.h
@@ -127,8 +127,7 @@ typedef enum {
 #define NK6510_MEMORY_ME               0x05    /* ME (Mobile Equipment) 
phonebook */
 #define NK6510_MEMORY_SM               0x06    /* SIM phonebook */
 #define NK6510_MEMORY_EN               0x08    /* ?? SIM (or ME) emergency 
number */
-#define NK6510_MEMORY_MT               0x09    /* ?? combined ME and SIM 
phonebook */
-#define NK6510_MEMORY_VOICE            0x0b    /* Voice Mailbox */
+#define NK6510_MEMORY_VOICE            0x09    /* Voice Mailbox */
 #define NK6510_MEMORY_SD               0x0c    /* SIM Service Dialling Numbers 
*/
 #define NK6510_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK6510_MEMORY_GROUPS           0x10    /* Caller groups */
diff --git a/include/phones/nk7110.h b/include/phones/nk7110.h
index 2cdad14..3bfb733 100644
--- a/include/phones/nk7110.h
+++ b/include/phones/nk7110.h
@@ -122,8 +122,7 @@ typedef enum {
 #define NK7110_MEMORY_SM               0x06    /* SIM phonebook */
 #define NK7110_MEMORY_ON               0x07    /* ?? SIM (or ME) own numbers 
list */
 #define NK7110_MEMORY_EN               0x08    /* ?? SIM (or ME) emergency 
number */
-#define NK7110_MEMORY_MT               0x09    /* ?? combined ME and SIM 
phonebook */
-#define NK7110_MEMORY_VOICE            0x0b    /* Voice Mailbox */
+#define NK7110_MEMORY_VOICE            0x09    /* Voice Mailbox */
 #define NK7110_MEMORY_SD               0x0c    /* SIM Service Dialling Numbers 
*/
 #define NK7110_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK7110_MEMORY_GROUPS           0x10    /* Caller groups */

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog               |    6 ++++++
 include/phones/nk6510.h |    3 +--
 include/phones/nk7110.h |    3 +--
 3 files changed, 8 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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