summaryrefslogtreecommitdiffstats
path: root/src/network.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-25Refactor: Rename netreg Operator property to NameDenis Kenzior1-6/+6
2010-03-25Rename AvailableOperators to OperatorsDenis Kenzior1-2/+2
2010-03-23Fix: Handle broken modems that returns empty COPSDenis Kenzior1-0/+20
2010-03-23Move netreg interface definitions to dbus.hDenis Kenzior1-60/+57
2010-02-08Fix: Don't use ofono_debug directly in the coreDenis Kenzior1-6/+6
2010-02-03Fix: Wrong variables useDenis Kenzior1-2/+2
2010-01-13Fix: Don't try to unregister a null mcc/mncDenis Kenzior1-1/+7
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-17Style: Fix a few more occurences of if/elseDenis Kenzior1-1/+2
2009-11-24Fix: Add check for register_auto methodZhenhua Zhang1-2/+5
2009-11-18Add ProposeScan methodDenis Kenzior1-12/+65
2009-11-18Fix: Use a different function for initial registerDenis Kenzior1-1/+10
2009-11-18Refactor: Reshuffle bit flagsDenis Kenzior1-2/+2
2009-11-18Refactor: Remove period operator scanDenis Kenzior1-50/+0
2009-11-18Refactor: Get rid of PENDING flag in netregDenis Kenzior1-9/+3
2009-11-04Fix: Handle the case where only PLMN name is givenDenis Kenzior1-7/+17
2009-10-30Fix: Quiet compiler warningsDenis Kenzior1-2/+0
2009-10-30Add saving / restoring of netreg settingsDenis Kenzior1-0/+52
2009-10-30Add Mode property to NetworkRegistrationDenis Kenzior1-2/+52
2009-10-29Fix: Properly update technologiesDenis Kenzior1-3/+10
2009-10-29Compress the operator list before processingDenis Kenzior1-10/+30
2009-10-29Add utility to compress plmns that vary by techDenis Kenzior1-0/+30
2009-10-29Refactor: Get rid of useless netreg parameterDenis Kenzior1-16/+12
2009-10-29Refactor: Use Technologies instead of TechnologyDenis Kenzior1-18/+24
2009-10-29Add utility to create a list of supported techsDenis Kenzior1-0/+24
2009-10-29Refactor: Operator registration to DBUSDenis Kenzior1-30/+21
2009-10-29Refactor: Internal data structuresDenis Kenzior1-61/+71
2009-10-29Fix: Also auto register when status is unknownDenis Kenzior1-1/+2
2009-10-27Refactor: replace netreg get_operator with mcc/mncDenis Kenzior1-3/+13
2009-10-27Fix: Don't emit spurious Base Station Name signalDenis Kenzior1-0/+4
2009-10-16Refactor: Move network registration status utilsAndrzej Zaborowski1-44/+0
2009-10-02Refactor: Move elementary file type checkingDenis Kenzior1-26/+11
2009-09-22Assume netreg is registered when sim readyDenis Kenzior1-56/+16
2009-09-12Fix compilation error with missing return valueMarcel Holtmann1-1/+2
2009-09-11Add utility for setting the netreg base stationDenis Kenzior1-0/+37
2009-09-11Add network registration status watch capabilityDenis Kenzior1-0/+59
2009-09-10Add netreg getter functionsDenis Kenzior1-0/+44
2009-09-01change int vendor to unsigned int vendorDenis Kenzior1-1/+1
2009-09-01Add vendor flag capability to netregDenis Kenzior1-3/+2
2009-08-25Fix typo in technology nameAki Niemi1-1/+1
2009-08-19Evolve the netreg driverDenis Kenzior1-280/+317
2009-08-19Update network registration to the new SIM APIDenis Kenzior1-14/+61
2009-08-19Fix whitespace and style issuesDenis Kenzior1-5/+4
2009-08-17Move network-operator status enum out of common.hDenis Kenzior1-0/+8
2009-08-07Quiet an error if a modem is removed quicklyDenis Kenzior1-0/+3
2009-08-07Fix segfault upon modem removal due to g_sourceDenis Kenzior1-7/+16
2009-08-07Re-enable reading of SPN & PNN on phonesimDenis Kenzior1-0/+4
2009-08-06Fix trailing whitespaceDenis Kenzior1-1/+1
2009-08-04Fix segfault when pnn record doesn't existDenis Kenzior1-1/+1
2009-08-03Fix over-complicated code flow that results in uninitialized variablesMarcel Holtmann1-1/+4