summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2010-04-15Add Sim Toolkit atomAndrzej Zaborowski5-39/+214
- Add ofono_stk atom in stk.c - Move envelope command from sim driver to stk driver
2010-04-15Fix: Minor style issuesDenis Kenzior1-2/+2
2010-04-15Fix: Uncomplicate the logic for SIM initializationDenis Kenzior1-30/+29
If we get a sim inserted notify before we are registered, we need to initialize the SIM once ofono_sim_register is called. The logic for doing so is rather twisted, simplify it.
2010-04-15Add SIM "Present" property.Andrzej Zaborowski1-40/+77
2010-04-15Drivers can notify core of SIM insertion / removalAndrzej Zaborowski1-23/+55
Add ofono_sim_inserted_notify function to notify the core of SIM insertion / removal. Make every plugin generate a sim inserted event on start. For devices with removable card, the event should be emitted after the plugin detects such event. For devices that need to wait for SIM card initialization, they can emit this event later.
2010-04-15Extend sim-ready watch with card insert/ejectAndrzej Zaborowski3-30/+32
2010-04-14Fix: Use a union for other address objectsDenis Kenzior2-2/+6
2010-04-14Add parser for other address objectsYang Gu2-0/+37
2010-04-14Add parser for card reader identifier objectsYang Gu2-0/+29
2010-04-14Add parser for channel status objectsYang Gu1-0/+20
2010-04-14Add parser for buffer size objectsYang Gu1-0/+18
2010-04-14Add parser for channel data length objectsYang Gu1-0/+10
2010-04-14Add parser for channel data objectsYang Gu1-0/+10
2010-04-14Add parser for bearer description objectsYang Gu2-0/+44
2010-04-14Add parser for browser termination cause objectsYang Gu2-0/+15
2010-04-14Add parser for provisioning file reference objectsYang Gu1-0/+28
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