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-52


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-525-gfd9733f
Date: Wed, 01 May 2013 19:11:48 +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  fd9733fc2e9f4254867739c7958f83697831bcc7 (commit)
      from  794fe8b0eaa6da6f1b765a2d560041cf4fc0d886 (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=fd9733fc2e9f4254867739c7958f83697831bcc7


commit fd9733fc2e9f4254867739c7958f83697831bcc7
Author: Daniele Forsi <address@hidden>
Date:   Wed May 1 21:00:13 2013 +0200

    Add a case for error 0xf0 returned by Series 40 3rd
    
    Error code returned by Series 40 3rd when issuing --getwapbookmark or
    --getwapsetting or --activatewapsetting (tested with Nokia 5300).
    Test case:
    gnokii --getwapbookmark 1

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index 9cb8a02..8bd61f4 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -5921,6 +5921,8 @@ static gn_error NK6510_IncomingWAP(int messagetype, 
unsigned char *message, int
        case 0x19:
                dprintf("WAP setting successfully written!\n");
                break;
+       case 0xf0:
+               return GN_ERR_NOTSUPPORTED;
        default:
                dprintf("%s: Unknown subtype 0x%02x\n", __FUNCTION__, 
message[3]);
                return GN_ERR_UNHANDLEDFRAME;

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

Summary of changes:
 common/phones/nk6510.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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