summaryrefslogtreecommitdiffstats
path: root/src/stkutil.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-02Add parser for dtmf string objectsYang Gu1-0/+24
2010-04-02Add parser for bc repeat indicator objectsYang Gu1-0/+10
2010-04-02Add parser for at response objectsYang Gu1-0/+10
2010-04-02Add parser for at command objectsYang Gu1-0/+32
2010-04-02Add parser for date-time and time zone objectsYang Gu1-0/+19
2010-04-02Add parser for timer value objectsYang Gu1-0/+20
2010-04-02Add parser for timer identifier objectsYang Gu1-0/+11
2010-04-02Add parser for r-apdu objectsYang Gu1-0/+26
2010-04-02Add parser for c-apdu objectsYang Gu1-0/+44
2010-04-02Add parser for card atr objectsYang Gu1-0/+20
2010-04-02Add parser for card reader status objectsYang Gu1-0/+11
2010-03-31Fix: Be more consistent with other boundary checksDenis Kenzior1-2/+2
2010-03-31Style: indentation fixesDenis Kenzior1-6/+6
2010-03-31Fix: Increate iterator when parsing failsYang Gu1-10/+6
If the comprehension TLV tag matches the expected handler, and the handler fails to parse the tag, then increase the iterator.
2010-03-31Rename stk_icon_identifier to stk_icon_idYang Gu1-1/+1
2010-03-31Add parser for item icon identifier list objectsYang Gu1-0/+21
2010-03-31Add parser for call control requested action objectsYang Gu1-0/+34
2010-03-31Add parser for transaction identifier objectsYang Gu1-0/+20
2010-03-31Add parser for location status objectsYang Gu1-0/+26
2010-03-31Add parser for cause objectsYang Gu1-0/+25
2010-03-31Add parser for event list objectsYang Gu1-0/+20
2010-03-31Add parser for items next action indicator objectsYang Gu1-0/+20
2010-03-30Refactor: Text / Default text parsingDenis Kenzior1-55/+35
2010-03-30Refactor: Break out the STK text decoding utilityDenis Kenzior1-0/+35
This can be used for other data objects than text and default text
2010-03-30Refactor: generic boolean parsersDenis Kenzior1-11/+6
2010-03-30Refactor: Don't repeat tag checking ad naseumDenis Kenzior1-73/+5
The tag checking can be done safely once inside the main parsing function, no need to repeat it in the individual object parsers.
2010-03-30Style: More consistent indentationDenis Kenzior1-5/+5
2010-03-29Fix: measurement results are binary dataDenis Kenzior1-1/+1
2010-03-29Add parser for network measurement results objectsYang Gu1-0/+26
2010-03-25Fix: No need to malloc memory for thisDenis Kenzior1-1/+1
2010-03-25Add parser for help request objectsYang Gu1-0/+10
2010-03-25Refactor: Use common bool to implement imm respYang Gu1-12/+2
2010-03-25Add parser for common bool objectYang Gu1-0/+17
2010-03-25Add parser for imei objectsYang Gu1-0/+43
2010-03-25Add parser for location information objectsYang Gu1-0/+36
2010-03-23Style: Fixup some style issuesDenis Kenzior1-11/+28
- Large if statements should be handled as switchcase - Avoid initialization of variables, even if code needs to be rearranged
2010-03-23Add parser for file list objectsYang Gu1-0/+88
2010-03-16Fix: Use g_try_malloc when parsing stk resultDenis Kenzior1-1/+6
2010-03-16Fix: Use g_try_malloc when parsing stk addressDenis Kenzior1-1/+6
2010-03-16Fix: avoid assigning to return structure on errorDenis Kenzior1-1/+1
2010-03-16Style: Spaces before / after arithmetic operationsDenis Kenzior1-5/+5
2010-03-16Handle the conversion failure when parsing itemYang Gu1-1/+7
2010-03-15Add parser for STK send sms proactive commandsDenis Kenzior1-0/+52
2010-03-15Refactor: stk send_sms datastructureDenis Kenzior1-10/+18
2010-03-15Refactor: stk result dataobjectDenis Kenzior1-2/+2
2010-03-15Refactor: stk item id dataobjDenis Kenzior1-3/+3
2010-03-15Refactor: stk item dataobjectDenis Kenzior1-2/+7
2010-03-15Refactor: stk configuration capability parametersDenis Kenzior1-8/+10
2010-03-15Refactor: Update the subaddress structureDenis Kenzior1-4/+6
2010-03-15Refactor: stk alpha identifier objectDenis Kenzior1-6/+12
Style issues, we must also return FALSE in case conversion fails