[PATCH v3 1/4] ussd: Recover idle state after a transaction error

2012-09-05 Thread Philippe Nunes
The USSD terminated by network notification is handled to recover the idle state in case of USSD transaction error. --- src/ussd.c | 12 1 file changed, 12 insertions(+) diff --git a/src/ussd.c b/src/ussd.c index 74888b2..a35f172 100644 --- a/src/ussd.c +++ b/src/ussd.c @@ -414,6

Re: [PATCH v3 1/4] ussd: Recover idle state after a transaction error

2012-09-05 Thread Denis Kenzior
Hi Philippe, On 09/05/2012 11:56 AM, Philippe Nunes wrote: The USSD terminated by network notification is handled to recover the idle state in case of USSD transaction error. --- src/ussd.c | 12 1 file changed, 12 insertions(+) diff --git a/src/ussd.c b/src/ussd.c index