All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add null text/alpha identifier and icon check handling
@ 2011-01-04 22:42 Jeevaka Badrappan
  2011-01-04 22:42 ` [PATCH 1/3] stkutil: Allocate for empty string in text dataobj Jeevaka Badrappan
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jeevaka Badrappan @ 2011-01-04 22:42 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 941 bytes --]

Hi,

Following patch adds the missing "text/alpha identifier and icon"
check handling.

As per the ETSI 102 223 section 6.8, Text string is only required in
response to a GetInkey or GetInput proactive command. So, there is no
need to add any specific handling for null or empty strings cases.

As per the ETSI TS 102 223 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"."

Regards,
Jeevaka

Jeevaka Badrappan (3):
  stkutil: Allocate for empty string in text dataobj
  stkutil: add missing text and icon check
  unit: add error status support for failure cases

 src/stkutil.c       |  122 ++++++++++++++++++++++++++++++++++++++++++++-------
 unit/test-stkutil.c |   12 +++--
 2 files changed, 114 insertions(+), 20 deletions(-)


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 0/3] Add null text/alpha identifier and icon check handling
@ 2010-12-31 12:30 Jeevaka Badrappan
  0 siblings, 0 replies; 6+ messages in thread
From: Jeevaka Badrappan @ 2010-12-31 12:30 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 940 bytes --]

Hi,

Following patch adds the missing "text/alpha identifier and icon" check
handling.

As per the ETSI 102 223 section 6.8, Text string is only required in response
to a GetInkey or GetInput proactive command. So, there is no need to add any
specific handling for null or empty strings cases.

As per the ETSI TS 102 223 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"."

Regards,
Jeevaka

Jeevaka Badrappan (3):
  stkutil: Allocate for empty string in text dataobj
  stkutil: add missing text and icon check
  unit: add error status support for failure cases

 src/stkutil.c       |  189 ++++++++++++++++++++++++++++++++++++++++++++++-----
 unit/test-stkutil.c |   12 ++-
 2 files changed, 180 insertions(+), 21 deletions(-)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-01-05 16:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-04 22:42 [PATCH 0/3] Add null text/alpha identifier and icon check handling Jeevaka Badrappan
2011-01-04 22:42 ` [PATCH 1/3] stkutil: Allocate for empty string in text dataobj Jeevaka Badrappan
2011-01-04 22:42 ` [PATCHv2 2/3] stkutil: add missing text and icon check Jeevaka Badrappan
2011-01-04 22:42 ` [PATCH 3/3] unit: add error status support for failure cases Jeevaka Badrappan
2011-01-05 16:07 ` [PATCH 0/3] Add null text/alpha identifier and icon check handling Denis Kenzior
  -- strict thread matches above, loose matches on Subject: below --
2010-12-31 12:30 Jeevaka Badrappan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.