Re: [PATCH 2/8] stkagent: '+' is considered as a digit

2012-08-23 Thread Philippe Nunes
Hi Denis, On 08/23/2012 12:55 AM, Denis Kenzior wrote: Hi Philippe, On 08/22/2012 11:18 AM, Philippe Nunes wrote: The function 'valid_phone_number_format' does not comply with GCF test cases expectation. For STK, the character '+' should be considered as a whole digit. --- src/stkagent.c | 26

Re: [PATCH 2/8] stkagent: '+' is considered as a digit

2012-08-23 Thread Denis Kenzior
Hi Philippe, +} + static void stk_agent_send_noreply(struct stk_agent *agent, const char *method) { DBusConnection *conn = ofono_dbus_get_connection(); @@ -541,7 +562,7 @@ static void get_digit_cb(DBusPendingCall *call, void *data) DBUS_TYPE_STRING,digit, DBUS_TYPE_INVALID) == FALSE ||

Re: [PATCH 2/8] stkagent: '+' is considered as a digit

2012-08-22 Thread Denis Kenzior
Hi Philippe, On 08/22/2012 11:18 AM, Philippe Nunes wrote: The function 'valid_phone_number_format' does not comply with GCF test cases expectation. For STK, the character '+' should be considered as a whole digit. --- src/stkagent.c | 26 -- 1 file changed, 24