summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2010-04-14Refactor: Break out stk_file iteratorYang Gu1-69/+97
For use by other data object parsers besides file lists
2010-04-14Add parser for bearer objectsYang Gu2-0/+17
2010-04-14Fix: Handle NULL URLsDenis Kenzior1-0/+7
2010-04-14Add parser for url objectsYang Gu1-0/+10
2010-04-14Fix the logic when parsing c-apdu objectsYang Gu1-1/+0
2010-04-02Fix: Make the C-APDU logic more readableDenis Kenzior1-7/+11
2010-04-02Style: Multiline commentsDenis Kenzior1-3/+6
2010-04-02Fix: Tweak the language parserDenis Kenzior1-2/+9
2010-04-02Fix: Remove erroneous commentDenis Kenzior1-1/+0
2010-04-02Fix: AT Commands are probably just textDenis Kenzior1-3/+3
2010-04-02Fix: Trivial indentation issuesDenis Kenzior1-16/+16
2010-04-02Add parser for browser identity objectsYang Gu2-0/+18
2010-04-02Add parser for language objectsYang Gu1-0/+21
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-02Make function decode_scts publicYang Gu2-6/+9
2010-04-02Add parser for timer value objectsYang Gu2-0/+27
2010-04-02Refactor: Break out semi-octet decoderYang Gu2-6/+13
Refactor decode_scts to use this function
2010-04-02Add parser for timer identifier objectsYang Gu1-0/+11
2010-04-02Add parser for r-apdu objectsYang Gu2-0/+36
2010-04-02Add parser for c-apdu objectsYang Gu2-0/+59
2010-04-02Add parser for card atr objectsYang Gu2-0/+29
2010-04-02Add parser for card reader status objectsYang Gu1-0/+11
2010-04-02Fix: Regression in PIN validity checkingDenis Kenzior1-1/+1
2010-03-31Refactor: Return a string from USSD Respond methodAndrzej Zaborowski1-7/+24
Return network's USSD reponses from the Respond method instead of signaling over D-Bus. This should make the UI writer's job a little easier.
2010-03-31Use stkutil named constants in sim.cAndrzej Zaborowski1-4/+4
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 Gu2-5/+5
2010-03-31Add parser for item icon identifier list objectsYang Gu2-0/+33
2010-03-31Add enum for icon qualifierYang Gu1-0/+5
2010-03-31Add parser for call control requested action objectsYang Gu2-0/+40
2010-03-31Add parser for transaction identifier objectsYang Gu2-0/+29
2010-03-31Add parser for location status objectsYang Gu2-0/+32
2010-03-31Add parser for cause objectsYang Gu2-0/+34
2010-03-31Add parser for event list objectsYang Gu2-0/+53
2010-03-31Add parser for items next action indicator objectsYang Gu2-0/+29
2010-03-31Reorder the declarations of stk data objectsYang Gu1-17/+18
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-29Check for capabilities support via libcap-ngMarcel Holtmann1-2/+10