Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-17 | Add ofono_gprs_context_get_modem | Martin Xu | 1 | -0/+5 | |
2009-11-05 | Fix: Load GPRS settings before finding netreg | Denis Kenzior | 1 | -9/+9 | |
GPRS Settings should be loaded before we try to find netreg atom and potentially try to make the attach/detach decisions. | |||||
2009-11-02 | Add ability to restore GPRS contexts from settings | Denis Kenzior | 1 | -5/+113 | |
2009-11-02 | Save GPRS context settings | Denis Kenzior | 1 | -2/+67 | |
2009-11-02 | Add Basic save/restore code for GPRS setting | Denis Kenzior | 1 | -3/+76 | |
2009-11-02 | Limit the number of contexts that we manage | Denis Kenzior | 1 | -0/+4 | |
2009-11-02 | Update CreateContext API | Denis Kenzior | 1 | -10/+26 | |
2009-11-02 | Add utility to convert strings to context type | Denis Kenzior | 1 | -8/+17 | |
2009-11-02 | Fix: Default to type internet | Denis Kenzior | 1 | -1/+1 | |
2009-10-30 | Add checking for valid APN format | Denis Kenzior | 1 | -0/+3 | |
2009-10-29 | Fix: Don't pass ofono_network_operator structures | Denis Kenzior | 1 | -1/+1 | |
2009-10-27 | Fix: Obscure crash when GPRS is not supported | Denis Kenzior | 1 | -0/+5 | |
2009-10-27 | Fix: Properly unregister context on exit | Denis Kenzior | 1 | -0/+7 | |
2009-10-26 | Fix: Use driver_attached instead of attached | Denis Kenzior | 1 | -1/+1 | |
2009-10-26 | Make netreg_update based on CREG, not CGREG | Denis Kenzior | 1 | -5/+2 | |
2009-10-26 | Simplify logic in netreg_update | Denis Kenzior | 1 | -13/+14 | |
2009-10-26 | Fix unused variable warning | Denis Kenzior | 1 | -2/+1 | |
2009-10-26 | Don't cause an infinite loop | Denis Kenzior | 1 | -5/+4 | |
2009-10-26 | Get rid of the AFTER_ROAMING stuff | Denis Kenzior | 1 | -18/+1 | |
2009-10-26 | Ignore gprs status when not attached/attaching | Denis Kenzior | 1 | -0/+5 | |
2009-10-26 | Update attached status when gprs status changes | Denis Kenzior | 1 | -5/+1 | |
2009-10-26 | Fix: notify_attached was only used when detached | Denis Kenzior | 1 | -6/+10 | |
The standard only specifies that the context might have been detached by the network / mobile equipment. Not attached. | |||||
2009-10-26 | Add a master function for updating attached state | Denis Kenzior | 1 | -11/+15 | |
2009-10-26 | Fixup initialization logic | Denis Kenzior | 1 | -2/+6 | |
2009-10-26 | Fix: Initialize registration statuses | Denis Kenzior | 1 | -0/+2 | |
2009-10-26 | Refactor: Make GPRS use information from netreg | Andrzej Zaborowski | 1 | -41/+106 | |
2009-10-26 | Fix: Don't attach if searching | Andrzej Zaborowski | 1 | -3/+5 | |
Don't ask driver to attach GPRS if modem is already searching for an operator. | |||||
2009-10-26 | Fix interpretation of new GPRS registration status signal. | Andrzej Zaborowski | 1 | -2/+2 | |
2009-10-24 | Fix: Fix segfault from improperly initialized data | Denis Kenzior | 1 | -0/+1 | |
2009-10-24 | Just return success when value already set in SetProperty. | Andrzej Zaborowski | 1 | -0/+6 | |
2009-10-23 | Fix: Connect up gprs and gprs_context | Denis Kenzior | 1 | -4/+21 | |
2009-10-23 | Fix: Typo in property name | Denis Kenzior | 1 | -1/+1 | |
2009-10-23 | Remove unused code and make compiler happy | Denis Kenzior | 1 | -25/+0 | |
2009-10-23 | Add implementation of GPRS context atom | Denis Kenzior | 1 | -0/+88 | |
2009-10-23 | Fix: Rename Flag | Denis Kenzior | 1 | -8/+8 | |
2009-10-23 | Deactivate the context for removal if active | Denis Kenzior | 1 | -3/+44 | |
2009-10-23 | Refactor/Implement basic activate logic | Denis Kenzior | 1 | -2/+55 | |
Not yet tested | |||||
2009-10-23 | Add stub of gprs context deactivated | Denis Kenzior | 1 | -0/+32 | |
2009-10-23 | Fix: Style | Denis Kenzior | 1 | -4/+2 | |
2009-10-23 | Remove unused functions | Denis Kenzior | 1 | -59/+1 | |
2009-10-23 | Refactor: Deactivate all contexts function | Denis Kenzior | 1 | -8/+1 | |
2009-10-23 | Remove unused function | Denis Kenzior | 1 | -8/+0 | |
2009-10-23 | Refactor: GPRS Remove Context function | Denis Kenzior | 1 | -15/+18 | |
2009-10-23 | Refactor: GPRS CreateContext function | Denis Kenzior | 1 | -60/+23 | |
2009-10-23 | Remove unused function | Denis Kenzior | 1 | -26/+0 | |
2009-10-23 | Refactor: context object path list | Denis Kenzior | 1 | -4/+3 | |
2009-10-23 | Refactor: Context set_property function | Denis Kenzior | 1 | -57/+123 | |
2009-10-23 | Refactor: Context get_properties | Denis Kenzior | 1 | -9/+13 | |
2009-10-23 | Refactor: context finding by path | Denis Kenzior | 1 | -11/+3 | |
2009-10-23 | Remove unused function | Denis Kenzior | 1 | -11/+0 | |