[PATCH 0/4] Immediate digit response

2012-08-24 Thread Philippe Nunes
For GET-INPUT proactive command, the command qualifier can require
to send the response immediately after the user has entered a digit.
In this mode, the entered digit shall not be displayed and the character
'+' is not allowed for user input.

Philippe Nunes (4):
  stk: check if immediate digit response is requested
  stkagent: Add argument to notify when immediate digit response is
required
  doc: Update STK API regarding the new argument immediate_response
  test: Print the immediate_response argument for RequestDigit

 doc/stk-api.txt|   13 +
 src/stk.c  |6 --
 src/stkagent.c |6 --
 src/stkagent.h |5 +++--
 test/test-stk-menu |5 +++--
 5 files changed, 23 insertions(+), 12 deletions(-)

-- 
1.7.9.5

___
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono


Re: [PATCH 0/4] Immediate digit response

2012-08-24 Thread Denis Kenzior

Hi Philippe,

On 08/24/2012 09:28 AM, Philippe Nunes wrote:

For GET-INPUT proactive command, the command qualifier can require
to send the response immediately after the user has entered a digit.
In this mode, the entered digit shall not be displayed and the character
'+' is not allowed for user input.

Philippe Nunes (4):
   stk: check if immediate digit response is requested
   stkagent: Add argument to notify when immediate digit response is
 required
   doc: Update STK API regarding the new argument immediate_response
   test: Print the immediate_response argument for RequestDigit



This patch ordering makes no sense.  The doc changes should be first, 
followed by stkagent changes followed by stk changes and then the test 
scripts.  Remember you want to break git bisect as little as possible.


Regards,
-Denis
___
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono