Hi Nicolas, On 08/24/2012 03:32 AM, Nicolas Bertrand wrote: > Add to phonesim the capability to symply send STK APDU > > Nicolas Bertrand (3): > phonesim: accept STK command without application > controlbase_ui: Add manual stk command editor > control: Link functionnality to STK command editor > > src/control.cpp | 12 ++++++++++++ > src/control.h | 2 ++ > src/controlbase.ui | 46 ++++++++++++++++++++++++++++++++++++++++++++++ > src/phonesim.cpp | 8 ++++++-- > 4 files changed, 66 insertions(+), 2 deletions(-) > I don't like this idea at all, pasting arbitrary PDUs is slow, error prone and does not encourage any sort of automation. While Phonesim is meant for people who know what they're doing, I'd still like to maintain at least some resemblance of user-friendliness. If you really need some way of sending PDUs that phonesim is incapable of, feel free to modify the conformance application to emit the PDU in question. Regards, -Denis