summaryrefslogtreecommitdiffstats
path: root/include/netreg.h
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10core: Update copyright informationMarcel Holtmann1-1/+1
2011-01-20api: Remove deregister from modem driver APIAki Niemi1-2/+0
2010-06-07include: More style issuesDenis Kenzior1-5/+5
2010-05-19Add network time supportAki Niemi1-0/+2
Adding a new notify function in the netreg atom for notifying a received Network Identification and Timezone (NITZ) indication. This data is consumed via a nettime plugin, of which there is also an example.
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-10-29Update the netreg driver to use mcc/mncDenis Kenzior1-2/+2
Don't use the ofono_network_operator structure anymore
2009-10-27Refactor: replace netreg get_operator with mcc/mncDenis Kenzior1-2/+2
The full operator information is useless as only mcc/mnc are really required. The internal structures will be changing soon
2009-09-10Add netreg getter functionsDenis Kenzior1-0/+7
- Get Location, CellID - Current Operator - Registration Status - Technology
2009-09-10Fix cut-paste errorDenis Kenzior1-1/+1
2009-09-01Make remove functions not return anythingDenis Kenzior1-1/+1
2009-09-01change int vendor to unsigned int vendorDenis Kenzior1-3/+6
2009-09-01Add vendor flag capability to netregDenis Kenzior1-2/+2
2009-08-19Evolve the netreg driverDenis Kenzior1-0/+112