summaryrefslogtreecommitdiffstats
path: root/include/gprs.h
AgeCommit message (Collapse)AuthorFilesLines
2015-12-03gprs: Add ofono_gprs_get_modem()Denis Kenzior1-0/+2
2011-10-10core: Update copyright informationMarcel Holtmann1-1/+1
2011-01-20gprs: Declaration for packet switched bearer notificationsRĂ©mi Denis-Courmont1-0/+1
2010-09-10gprs: add Suspended propertyMika Liljeberg1-0/+10
2010-03-26Refactor: Simplify the internal GPRS APIDenis Kenzior1-6/+3
We no longer expose lac/ci/tech attributes obtained from CGREG (some modems, like ISI, do not even report them for GPRS separately). Simplify the internal gprs driver api to only report the registration status (e.g. home, roaming, searching, not registered, etc)
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-09Refactor: use unsigned ints for cidsDenis Kenzior1-1/+2
2009-10-26Fix: notify_attached was only used when detachedDenis Kenzior1-1/+1
The standard only specifies that the context might have been detached by the network / mobile equipment. Not attached.
2009-10-23Fix: Connect up gprs and gprs_contextDenis Kenzior1-0/+3
2009-10-23Add CID range functionDenis Kenzior1-0/+2
2009-10-23Refactor: Split up GPRS into two atomsDenis Kenzior1-30/+1
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.
2009-10-23Refactor: First round of renamingDenis Kenzior1-44/+55
2009-10-23Refactor: rename data-connection to gprsDenis Kenzior1-0/+89
Keep the name specific to GSM, other implementations will probably require their own interfaces