Hi, As per the ETSI TS 102 223 specification section 6.5.4,
"If the terminal receives an icon, and either an empty or no alpha identifier/text string is given by the UICC, than the terminal shall reject the command with general result "Command data not understood by terminal". In all the other cases, null text string(len=0) and empty text string(len=1) are valid cases. Following patch fixes the issue with no text string when icon is also supplied. Regards, Jeevaka Jeevaka Badrappan (3): stkutil: fix issue in null text string stk: fix issue with null text string unit: remove usage of empty text for null case src/stk.c | 42 ++++++++++++++++++++++++++++++++---------- src/stkutil.c | 4 ++-- unit/test-stkutil.c | 5 +---- 3 files changed, 35 insertions(+), 16 deletions(-) _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
