Re: [PATCH_v3 3/3] test: Add hangup-call script for GCF testing

2012-08-03 Thread Guillaume Zajac
Hi Marcel, On 02/08/2012 21:21, Marcel Holtmann wrote: Hi Guillaume, Makefile.am |3 ++- test/hangup-call | 39 +++ 2 files changed, 41 insertions(+), 1 deletions(-) create mode 100755 test/hangup-call diff --git a/Makefile.am

[PATCH_v2 0/2] Fix padding character issue in CBS message

2012-08-03 Thread Guillaume Zajac
Change log from v1: - Simplify cbs_decode_text() for more clarity - Fix M3 issue in previous patch - Add unit test to check padding character is correctly handled Guillaume Zajac (1): unit: Add padding character decoding test Philippe Nunes (1): smsutil: CR is not

[PATCH_v2 1/2] smsutil: CR is not necessarily a padding character in CBS message

2012-08-03 Thread Guillaume Zajac
From: Philippe Nunes philippe.nu...@linux.intel.com --- src/smsutil.c | 142 +--- 1 files changed, 94 insertions(+), 48 deletions(-) diff --git a/src/smsutil.c b/src/smsutil.c index a541964..347c9d2 100644 --- a/src/smsutil.c +++

[PATCH_v2 2/2] unit: Add padding character decoding test

2012-08-03 Thread Guillaume Zajac
--- unit/test-sms.c | 58 +++ 1 files changed, 58 insertions(+), 0 deletions(-) diff --git a/unit/test-sms.c b/unit/test-sms.c index e510554..04a8874 100644 --- a/unit/test-sms.c +++ b/unit/test-sms.c @@ -1236,6 +1236,10 @@ static const char

[PATCH_v3 0/2] Fix padding character issue in CBS message

2012-08-03 Thread Guillaume Zajac
Change log from v2: - Fix functions returning unsigned char * although it should not. Guillaume Zajac (1): unit: Add padding character decoding test Philippe Nunes (1): smsutil: CR is not necessarily a padding character in CBS message src/smsutil.c | 138

[PATCH_v3 1/2] smsutil: CR is not necessarily a padding character in CBS message

2012-08-03 Thread Guillaume Zajac
From: Philippe Nunes philippe.nu...@linux.intel.com --- src/smsutil.c | 138 + 1 files changed, 90 insertions(+), 48 deletions(-) diff --git a/src/smsutil.c b/src/smsutil.c index a541964..b2efe01 100644 --- a/src/smsutil.c +++

[PATCH_v3 2/2] unit: Add padding character decoding test

2012-08-03 Thread Guillaume Zajac
--- unit/test-sms.c | 58 +++ 1 files changed, 58 insertions(+), 0 deletions(-) diff --git a/unit/test-sms.c b/unit/test-sms.c index e510554..04a8874 100644 --- a/unit/test-sms.c +++ b/unit/test-sms.c @@ -1236,6 +1236,10 @@ static const char

[PATCH_v3 1/2] test: Add hangup-multiparty script for GCF testing

2012-08-03 Thread Guillaume Zajac
--- Makefile.am|3 ++- test/hangup-multiparty | 20 2 files changed, 22 insertions(+), 1 deletions(-) create mode 100755 test/hangup-multiparty diff --git a/Makefile.am b/Makefile.am index 99d4ab0..7e8f12c 100644 --- a/Makefile.am +++ b/Makefile.am @@

[PATCH_v3 0/2] Add scripts for GCF testing

2012-08-03 Thread Guillaume Zajac
Change log from v2: - Replace hangup-call-state by hangup-multiparty - Use call path instead of index to clear a specific call Guillaume Zajac (2): test: Add hangup-multiparty script for GCF testing test: Add hangup-call script for GCF testing Makefile.am|4

[PATCH_v3 2/2] test: Add hangup-call script for GCF testing

2012-08-03 Thread Guillaume Zajac
--- Makefile.am |3 ++- test/hangup-call | 36 2 files changed, 38 insertions(+), 1 deletions(-) create mode 100755 test/hangup-call diff --git a/Makefile.am b/Makefile.am index 7e8f12c..8cf6920 100644 --- a/Makefile.am +++ b/Makefile.am @@ -625,7

Re: [PATCH_v3 3/3] test: Add hangup-call script for GCF testing

2012-08-03 Thread Marcel Holtmann
Hi Guillaume, Makefile.am |3 ++- test/hangup-call | 39 +++ 2 files changed, 41 insertions(+), 1 deletions(-) create mode 100755 test/hangup-call diff --git a/Makefile.am b/Makefile.am index a689483..534245e 100644 ---

Re: [PATCH_v3 1/2] test: Add hangup-multiparty script for GCF testing

2012-08-03 Thread Marcel Holtmann
Hi Guillaume, Makefile.am|3 ++- test/hangup-multiparty | 20 2 files changed, 22 insertions(+), 1 deletions(-) create mode 100755 test/hangup-multiparty patch has been applied. Regards Marcel ___ ofono

Re: [PATCH_v3 2/2] test: Add hangup-call script for GCF testing

2012-08-03 Thread Marcel Holtmann
Hi Guillaume, Makefile.am |3 ++- test/hangup-call | 36 2 files changed, 38 insertions(+), 1 deletions(-) create mode 100755 test/hangup-call diff --git a/Makefile.am b/Makefile.am index 7e8f12c..8cf6920 100644 --- a/Makefile.am +++