summaryrefslogtreecommitdiffstats
path: root/include/gprs-context.h
AgeCommit message (Collapse)AuthorFilesLines
2010-07-19gprs: Update gprs context struct with IPv6 supportDenis Kenzior1-0/+6
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-01Style: Use unsigned int instead of unsignedDenis Kenzior1-1/+2
2009-11-17Support returning settings from context activationDenis Kenzior1-1/+5
2009-11-17Add ofono_gprs_context_get_modemMartin Xu1-0/+2
2009-10-23Add implementation of GPRS context atomDenis Kenzior1-2/+1
2009-10-23Refactor/Implement basic activate logicDenis Kenzior1-1/+2
Not yet tested
2009-10-23Fix: TyposDenis Kenzior1-4/+4
2009-10-23Refactor: Split up GPRS into two atomsDenis Kenzior1-0/+78
Split up GPRS into two atoms: GPRS and GPRS Context. GPRS will handle the areas of GPRS network registration, basic GPRS capability detection and attach / detach. GPRS Context will handle setting up / activating / deactivating the indicidual contexts. This will allow us to use the generic GPRS atom for most devices while customizing the GPRS context accordingly.