summaryrefslogtreecommitdiffstats
path: root/src/gprs.c
AgeCommit message (Collapse)AuthorFilesLines
2009-11-17Add ofono_gprs_context_get_modemMartin Xu1-0/+5
2009-11-05Fix: Load GPRS settings before finding netregDenis Kenzior1-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-02Add ability to restore GPRS contexts from settingsDenis Kenzior1-5/+113
2009-11-02Save GPRS context settingsDenis Kenzior1-2/+67
2009-11-02Add Basic save/restore code for GPRS settingDenis Kenzior1-3/+76
2009-11-02Limit the number of contexts that we manageDenis Kenzior1-0/+4
2009-11-02Update CreateContext APIDenis Kenzior1-10/+26
2009-11-02Add utility to convert strings to context typeDenis Kenzior1-8/+17
2009-11-02Fix: Default to type internetDenis Kenzior1-1/+1
2009-10-30Add checking for valid APN formatDenis Kenzior1-0/+3
2009-10-29Fix: Don't pass ofono_network_operator structuresDenis Kenzior1-1/+1
2009-10-27Fix: Obscure crash when GPRS is not supportedDenis Kenzior1-0/+5
2009-10-27Fix: Properly unregister context on exitDenis Kenzior1-0/+7
2009-10-26Fix: Use driver_attached instead of attachedDenis Kenzior1-1/+1
2009-10-26Make netreg_update based on CREG, not CGREGDenis Kenzior1-5/+2
2009-10-26Simplify logic in netreg_updateDenis Kenzior1-13/+14
2009-10-26Fix unused variable warningDenis Kenzior1-2/+1
2009-10-26Don't cause an infinite loopDenis Kenzior1-5/+4
2009-10-26Get rid of the AFTER_ROAMING stuffDenis Kenzior1-18/+1
2009-10-26Ignore gprs status when not attached/attachingDenis Kenzior1-0/+5
2009-10-26Update attached status when gprs status changesDenis Kenzior1-5/+1
2009-10-26Fix: notify_attached was only used when detachedDenis Kenzior1-6/+10
The standard only specifies that the context might have been detached by the network / mobile equipment. Not attached.
2009-10-26Add a master function for updating attached stateDenis Kenzior1-11/+15
2009-10-26Fixup initialization logicDenis Kenzior1-2/+6
2009-10-26Fix: Initialize registration statusesDenis Kenzior1-0/+2
2009-10-26Refactor: Make GPRS use information from netregAndrzej Zaborowski1-41/+106
2009-10-26Fix: Don't attach if searchingAndrzej Zaborowski1-3/+5
Don't ask driver to attach GPRS if modem is already searching for an operator.
2009-10-26Fix interpretation of new GPRS registration status signal.Andrzej Zaborowski1-2/+2
2009-10-24Fix: Fix segfault from improperly initialized dataDenis Kenzior1-0/+1
2009-10-24Just return success when value already set in SetProperty.Andrzej Zaborowski1-0/+6
2009-10-23Fix: Connect up gprs and gprs_contextDenis Kenzior1-4/+21
2009-10-23Fix: Typo in property nameDenis Kenzior1-1/+1
2009-10-23Remove unused code and make compiler happyDenis Kenzior1-25/+0
2009-10-23Add implementation of GPRS context atomDenis Kenzior1-0/+88
2009-10-23Fix: Rename FlagDenis Kenzior1-8/+8
2009-10-23Deactivate the context for removal if activeDenis Kenzior1-3/+44
2009-10-23Refactor/Implement basic activate logicDenis Kenzior1-2/+55
Not yet tested
2009-10-23Add stub of gprs context deactivatedDenis Kenzior1-0/+32
2009-10-23Fix: StyleDenis Kenzior1-4/+2
2009-10-23Remove unused functionsDenis Kenzior1-59/+1
2009-10-23Refactor: Deactivate all contexts functionDenis Kenzior1-8/+1
2009-10-23Remove unused functionDenis Kenzior1-8/+0
2009-10-23Refactor: GPRS Remove Context functionDenis Kenzior1-15/+18
2009-10-23Refactor: GPRS CreateContext functionDenis Kenzior1-60/+23
2009-10-23Remove unused functionDenis Kenzior1-26/+0
2009-10-23Refactor: context object path listDenis Kenzior1-4/+3
2009-10-23Refactor: Context set_property functionDenis Kenzior1-57/+123
2009-10-23Refactor: Context get_propertiesDenis Kenzior1-9/+13
2009-10-23Refactor: context finding by pathDenis Kenzior1-11/+3
2009-10-23Remove unused functionDenis Kenzior1-11/+0