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


From: Pawel Kot
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-189-g12abc0f
Date: Sat, 19 Feb 2011 14:45:54 +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  12abc0f8e87c61e02d2e2ad387f4069d270326e4 (commit)
      from  bc8b3cd0f55e571cf84dbd3473bde59498886c06 (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=12abc0f8e87c61e02d2e2ad387f4069d270326e4


commit 12abc0f8e87c61e02d2e2ad387f4069d270326e4
Author: Pawel Kot <address@hidden>
Date:   Sat Feb 19 15:45:19 2011 +0100

    Add multipart message to fake driver SMS inbox.

diff --git a/ChangeLog b/ChangeLog
index 5dde3ee..fd5a625 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,8 @@
  * gnokii updates
     o create path to gnokii-errors even on Windows      (Paweł Kot)
     o allow to specify custom path for gnokii-errors    (Paweł Kot)
+ * fake driver updates
+    o add multipart message to SMS inbox                (Paweł Kot)
 
 0.6.30
 ======
diff --git a/common/phones/fake.c b/common/phones/fake.c
index fc7b2af..0123ff2 100644
--- a/common/phones/fake.c
+++ b/common/phones/fake.c
@@ -141,13 +141,23 @@ static char *sms_inbox[] = {
        /* From: gnokii */
        /* Text: Configure gnokii prior to using it. You can get some clues 
from comments included in sample config file or try with gnokii-configure from 
utils dir. */
        
"0791214365870921240BD067F77B9D4E0300009011800000004094C3B7DB9C3ED7E565D0D9FD5EA7D320B83CFD9683E86F507D9E769F4169BA0B947DD741E3B01B742ED341F377BB0C1AB3EBE539C82C7FB741E377BB5D76D3E7A0B47BCCAE93CB6450DA0D9A87DB707619347EBBCDE933C89C6697416F39882ECF83EE693A1A7476BFD7E9746BFC769BD3E7BABC0C32CBDF6D509D9E66CF41E4B4DC05",
+       /* SMS-DELIVER */
        /* Text: Hello! vowels àèìòù euro € */
        
"0791214365870921240B919999999999F90000902072129025401BC8329BFD0E81ECEF7B993D07FD0907840154AECBDFA04D19",
+       /* SMS-DELIVER */
        /* Text: € */
        "0791214365870921240B919999999999F9000090907000920480029B32",
        /* SMS-STATUS-REPORT */
        /* Status: delivered */
-       
"07914366999999F906CD098186666666F89080709002818090807002336080009FD6E494"
+       
"07914366999999F906CD098186666666F89080709002818090807002336080009FD6E494",
+       /* SMS-DELIVER */
+       /* Linked (1/2) */
+       /* Text: 
1234567890ABCDEFGHIJKLMNOPQRTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRTUV
 */
+       
"07918406010013F0400B918405000000F0000011209151335140A0050003C5020163B219AD66BBE172B0A070482C1A8FC8A472C96C3A9FD0A8945AB55EB1596D583C2697CD67745ABD66B7DD6F785C3EA7D7ED777C5E1F93CD6835DB0D978305854362D1784426954B66D3F98446A5D4AAF58ACD6AC3E231B96C3EA3D3EA35BBED7EC3E3F239BD6EBFE3F3FA986C46ABD96EB81C2C281C128BC62332A95C329BCE27342AA556AD",
+       /* SMS-DELIVER */
+       /* Linked (2/2) */
+       /* Text: WXYZabcdefghijklmnopqrstuvwxyz */
+       
"07918406010013F0440B918405000000F000001120915133714025050003C50202AFD8AC362C1E93CBE6333AAD5EB3DBEE373C2E9FD3EBF63B3EAF07"
 };
 
 static gn_error at_sms_get_generic(gn_data *data, struct gn_statemachine 
*state, char *sms)
diff --git a/testsuite/sms/5 b/testsuite/sms/5
new file mode 100644
index 0000000..762213e
--- /dev/null
+++ b/testsuite/sms/5
@@ -0,0 +1 @@
+07918406010013F0400B918405000000F0000011209151335140A0050003C5020163B219AD66BBE172B0A070482C1A8FC8A472C96C3A9FD0A8945AB55EB1596D583C2697CD67745ABD66B7DD6F785C3EA7D7ED777C5E1F93CD6835DB0D978305854362D1784426954B66D3F98446A5D4AAF
\ No newline at end of file
diff --git a/testsuite/sms/6 b/testsuite/sms/6
new file mode 100644
index 0000000..0dbba68
--- /dev/null
+++ b/testsuite/sms/6
@@ -0,0 +1 @@
+07918406010013F0440B918405000000F000001120915133714025050003C50202AFD8AC362C1E93CBE6333AAD5EB3DBEE373C2E9FD3EBF63B3EAF07
\ No newline at end of file

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

Summary of changes:
 ChangeLog            |    2 ++
 common/phones/fake.c |   12 +++++++++++-
 testsuite/sms/5      |    1 +
 testsuite/sms/6      |    1 +
 4 files changed, 15 insertions(+), 1 deletions(-)
 create mode 100644 testsuite/sms/5
 create mode 100644 testsuite/sms/6


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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