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