Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-17 | Style: Flip the if statement | Denis Kenzior | 1 | -3/+3 | |
The if case should have the multiple expressions | |||||
2009-12-17 | Style: Add empty lines where needed | Denis Kenzior | 1 | -0/+2 | |
2009-12-17 | Add Powered property to CbsManager. | Andrzej Zaborowski | 1 | -12/+160 | |
2009-12-17 | Style: Fixup style issues | Denis Kenzior | 1 | -1/+3 | |
2009-12-17 | Handle EF-CBSMID contents. | Andrzej Zaborowski | 3 | -10/+59 | |
2009-12-17 | Add utility for checking if CBS topic is in range | Andrzej Zaborowski | 2 | -1/+23 | |
2009-12-16 | Support 51.011 EFecc format. | Andrzej Zaborowski | 1 | -4/+43 | |
EFecc has different formats in G2 and G3 UICC specs. | |||||
2009-12-14 | Fix: Concatenation of datagram SMS messages | Denis Kenzior | 1 | -4/+8 | |
The 16 bit port address was not being computed correctly. | |||||
2009-12-09 | Add context-id allocation / deallocation code | Denis Kenzior | 1 | -3/+76 | |
This also disables attempts to use multiple active contexts. The code isn't setup to do this yet. | |||||
2009-12-09 | Refactor: use unsigned ints for cids | Denis Kenzior | 1 | -3/+4 | |
2009-12-08 | Fix: Reset active contexts if gprs is detached | Denis Kenzior | 1 | -0/+21 | |
When we lose network registration or are forcefully detached from the network we must reset all active contexts to inactive. | |||||
2009-12-08 | Reset context settings when context is deactivated | Denis Kenzior | 1 | -0/+1 | |
2009-12-08 | Style: Remove extra blank line | Denis Kenzior | 1 | -1/+0 | |
2009-12-08 | Fix: Be more paranoid even during shutdown | Denis Kenzior | 1 | -1/+1 | |
2009-12-08 | Fix: Print a warning in set_powered | Denis Kenzior | 1 | -4/+8 | |
If ofono_modem_set_powered is used with no driver set, print a warning | |||||
2009-12-08 | Fix remove all atoms in ofono_modem_set_powered | Zhenhua Zhang | 1 | -0/+3 | |
We should remove all atoms when we disable the modem. In function set_powered, we remove all atoms if modem is powered down by dbus call. | |||||
2009-12-08 | Remove: Unused code related to modem powered prefs | Denis Kenzior | 1 | -8/+0 | |
2009-12-08 | Revert: Previous powered patch | Denis Kenzior | 1 | -4/+4 | |
2009-12-08 | Fix a crash during isimodem initialization | Alexander Kanavin | 1 | -4/+4 | |
2009-12-04 | Don't generate multiple g_sources, 1 is enough | Denis Kenzior | 1 | -3/+8 | |
2009-12-04 | Use signalfd for signal handling | Denis Kenzior | 1 | -32/+58 | |
2009-12-04 | Optimize: call list signal emission | Denis Kenzior | 1 | -9/+0 | |
2009-12-04 | Update voicecall atom to use new callid api | Denis Kenzior | 1 | -9/+7 | |
2009-12-04 | Add utility to get the next free call id | Denis Kenzior | 1 | -0/+11 | |
2009-12-04 | Refactor: call id allocation / release | Denis Kenzior | 2 | -5/+10 | |
2009-12-03 | Fix: Exit right away | Denis Kenzior | 1 | -0/+3 | |
If no plugin needs to run the eventloop to shutdown cleanly, exit right away. | |||||
2009-12-02 | Fix: Be a bit more signal-handler safe | Denis Kenzior | 1 | -5/+12 | |
2009-12-02 | Fix: Paste error | Denis Kenzior | 1 | -2/+0 | |
2009-12-02 | When SIGTERM is received, run the event loop | Denis Kenzior | 3 | -13/+71 | |
This feature will continue running the event loop for another 10 seconds or so or until all the modems have been shut down. This will allow the modem drivers to properly shutdown their respective devices. | |||||
2009-12-02 | Refactor: Set powered to false if disable timedout | Denis Kenzior | 1 | -1/+12 | |
2009-12-02 | Fix: unregister modem when unregistering driver | Denis Kenzior | 1 | -0/+12 | |
2009-12-02 | Refactor: modem de-registration | Denis Kenzior | 1 | -9/+3 | |
2009-12-02 | Fix: Remove all atoms when attempting to power off | Denis Kenzior | 1 | -9/+9 | |
The current behavior is to remove atoms when the modem has powered off successfully. The modem driver must now take special precautions to cancel all pending actions of the atom drivers, since they would have been destroyed. | |||||
2009-12-02 | Fix: Store refs as 16 bits, not 8 | Denis Kenzior | 1 | -1/+1 | |
Refs are handled as 16 bits properly everywhere, yet are stored as 8 bits in the assembly. | |||||
2009-12-01 | Fix: Don't forget to cleanup the atom watch | Denis Kenzior | 1 | -0/+7 | |
2009-12-01 | Fix: Simplify logic to use g_memdup | Denis Kenzior | 1 | -5/+3 | |
2009-12-01 | Fix: Be more signed/unsigned correct | Denis Kenzior | 1 | -3/+3 | |
2009-12-01 | Style: Use unsigned int instead of unsigned | Denis Kenzior | 1 | -1/+2 | |
2009-11-26 | Fix: Reset call_ids when modem is powered off | Zhenhua Zhang | 1 | -0/+3 | |
2009-11-24 | Fix: Add check for register_auto method | Zhenhua Zhang | 1 | -2/+5 | |
Add check for register_auto method to avoid crash. HFP backend does not provide implementation for register_auto. | |||||
2009-11-24 | Fix: Send all SMS segments | Zhigang Li | 1 | -1/+1 | |
2009-11-24 | Get rid of the pointless checks before g_free in GPRS engine | Marcel Holtmann | 1 | -30/+11 | |
2009-11-24 | Add support bringing GPRS interfaces up and down as needed | Marcel Holtmann | 1 | -0/+50 | |
2009-11-23 | Emit settings signal before active signal | Martin Xu | 1 | -6/+7 | |
2009-11-18 | Report AttachInProgress Error | Denis Kenzior | 3 | -1/+9 | |
If one tries to activate a context and we're currently attaching or detaching from GPRS, report the AttachInProgress error | |||||
2009-11-18 | Refactor: Send NotAttached error | Denis Kenzior | 3 | -3/+10 | |
If one tries to activate the context and we're currently not attached to GPRS, report a NotAttached error instead of a failure | |||||
2009-11-18 | Add ProposeScan method | Denis Kenzior | 1 | -12/+65 | |
This is the replacement for automatic operator scanning | |||||
2009-11-18 | Fix: Use a different function for initial register | Denis Kenzior | 1 | -1/+10 | |
Just in case pending variable gets set to something | |||||
2009-11-18 | Refactor: Reshuffle bit flags | Denis Kenzior | 1 | -2/+2 | |
2009-11-18 | Refactor: Remove period operator scan | Denis Kenzior | 1 | -50/+0 | |