Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-23 | stkutil: Add parser for MMS notification objects | Yang Gu | 1 | -0/+10 | |
2010-04-23 | stkutil: Add parser for mm cid objects | Yang Gu | 2 | -0/+29 | |
2010-04-23 | stkutil: Add parser for MMS transfer status | Yang Gu | 2 | -0/+29 | |
2010-04-23 | stkutil: Add parser for MMS identifier objects | Yang Gu | 2 | -0/+29 | |
2010-04-23 | stkutil: Add parser for MMS reference objects | Yang Gu | 2 | -0/+29 | |
2010-04-23 | stkutil: Add parser for meid objects | Yang Gu | 1 | -0/+20 | |
2010-04-23 | stkutil: Add parser for frames information objects | Yang Gu | 2 | -0/+43 | |
2010-04-23 | stkutil: Add parser for frame layout objects | Yang Gu | 2 | -0/+42 | |
2010-04-23 | stkutil: Add parser for browsing status objects | Yang Gu | 1 | -0/+10 | |
2010-04-23 | Fix a typo in telephony_error_to_str | Zhenhua Zhang | 1 | -1/+1 | |
2010-04-22 | Fix CTLV three-byte tag parsing. | Andrzej Zaborowski | 1 | -6/+6 | |
2010-04-21 | stkutil: Another trivial indentation fix | Denis Kenzior | 1 | -2/+2 | |
2010-04-21 | Add parser for battery state objects | Yang Gu | 2 | -0/+18 | |
2010-04-21 | Add parser for network search mode objects | Yang Gu | 1 | -0/+10 | |
2010-04-21 | Add parser for imeisv objects | Yang Gu | 1 | -0/+45 | |
2010-04-21 | Add parser for item text attribute list objects | Yang Gu | 2 | -0/+32 | |
2010-04-21 | Add parser for cdma sms tpdu objects | Yang Gu | 1 | -0/+10 | |
2010-04-21 | stkutil: Refactor network access name | Denis Kenzior | 1 | -1/+1 | |
Don't allow 0 byte objects | |||||
2010-04-21 | Add parser for network access name objects | Yang Gu | 2 | -0/+29 | |
2010-04-21 | stkutil: Trivial indentation fix | Denis Kenzior | 1 | -2/+2 | |
2010-04-21 | Add parser for esn objects | Yang Gu | 1 | -0/+21 | |
2010-04-21 | stkutil: Refactor remote entity address | Denis Kenzior | 1 | -2/+2 | |
Don't assign to the return structure until we know we can successfully parse. | |||||
2010-04-21 | Add parser for remote entity address objects | Yang Gu | 2 | -0/+43 | |
2010-04-21 | Add parser for service availability objects | Yang Gu | 1 | -0/+10 | |
2010-04-21 | stkutil: Refactor attribute information | Denis Kenzior | 1 | -4/+7 | |
Only Bluetooth & IRDA are really defined by the specification | |||||
2010-04-21 | Add parser for attribute information objects | Yang Gu | 2 | -0/+36 | |
2010-04-21 | stkutil: Refactor service search | Denis Kenzior | 1 | -4/+7 | |
Only Bluetooth & IRDA are really defined by the specification | |||||
2010-04-21 | Add parser for service search objects | Yang Gu | 2 | -0/+36 | |
2010-04-21 | stkutil: refactor device filter | Denis Kenzior | 1 | -4/+7 | |
Only Bluetooth & IRDA are really defined by the specification | |||||
2010-04-21 | Add parser for device filter objects | Yang Gu | 2 | -0/+36 | |
2010-04-21 | Add parser for service record objects | Yang Gu | 2 | -0/+44 | |
2010-04-21 | Add parser for display parameters objects | Yang Gu | 2 | -0/+27 | |
2010-04-21 | Add parser for access technology objects | Yang Gu | 1 | -0/+14 | |
2010-04-20 | Add parser for aid objects | Yang Gu | 2 | -0/+43 | |
2010-04-20 | Add parser for UICC/TE transport interface level | Yang Gu | 2 | -0/+26 | |
2010-04-15 | Fix: Don't crash by calling sim watch too early | Denis Kenzior | 1 | -1/+0 | |
The modem sim watch is only watching for removed and ready conditions, so no need to call it prematurely | |||||
2010-04-15 | Fix: Make distcheck happy | Denis Kenzior | 1 | -1/+0 | |
2010-04-15 | Style: Proper indentation | Denis Kenzior | 1 | -6/+7 | |
2010-04-15 | Refactor: Keep separate lists for pre/post atoms | Denis Kenzior | 1 | -53/+33 | |
2010-04-15 | Refactor: use a switch/case to make more readable | Denis Kenzior | 1 | -14/+11 | |
2010-04-15 | Remove post-sim atoms after SIM is extracted. | Andrzej Zaborowski | 1 | -0/+40 | |
2010-04-15 | Refactor: Store the sim object inside voicecalls | Denis Kenzior | 1 | -35/+26 | |
Makes the logic a bit easier to follow. Also use a switch/case inside the sim state watcher. | |||||
2010-04-15 | Style: Proper indentation | Denis Kenzior | 1 | -1/+2 | |
2010-04-15 | Fix: The null check should be done elsewhere | Denis Kenzior | 1 | -3/+0 | |
2010-04-15 | Fix: Make the name a bit clearer | Denis Kenzior | 1 | -2/+2 | |
2010-04-15 | Fix: No glib types in oFono public API | Denis Kenzior | 1 | -1/+1 | |
2010-04-15 | Handle EFen list when SIM inserted / removed | Andrzej Zaborowski | 1 | -7/+58 | |
2010-04-15 | Fix: Look for the STK atom, not SIM atom | Denis Kenzior | 1 | -1/+1 | |
2010-04-15 | Fix: Process CBS sim downloads if STK atom exists | Denis Kenzior | 1 | -1/+2 | |
2010-04-15 | Add Sim Toolkit atom | Andrzej Zaborowski | 5 | -39/+214 | |
- Add ofono_stk atom in stk.c - Move envelope command from sim driver to stk driver |