summaryrefslogtreecommitdiffstats
path: root/src/network.c
AgeCommit message (Collapse)AuthorFilesLines
2009-10-16Refactor: Move network registration status utilsAndrzej Zaborowski1-44/+0
Move the status to string functions to common.c so that they can be reused in data connection related network registration code.
2009-10-02Refactor: Move elementary file type checkingDenis Kenzior1-26/+11
Every single EF read callback checks the file type reported out of the SIM is what it expects. Instead this should be done in one place and the errors reported accordingly
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
- Get Location, CellID - Current Operator - Registration Status - Technology
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
Network registration was not removing operator list scan g_source, which was causing a crash in one of two potential places.
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
2009-08-03Make sure SIM read callbacks die cleanly.Andrzej Zaborowski1-3/+9
2009-07-29Remove all uses of modem.hDenis Kenzior1-1/+0
2009-07-29Rename modem_add_interface / modem_remove_interfaceDenis Kenzior1-2/+2
Move to ofono_modem_add_interface, ofono_modem_remove_interface and put in ofono/modem.h
2009-07-29Get rid of dbus-gsm.hDenis Kenzior1-7/+4
2009-07-29Rename dbus_gsm_dict_append_arrayDenis Kenzior1-1/+1
2009-07-29Rename dbus_gsm_dict_appendDenis Kenzior1-14/+14
2009-07-29Move & Rename PROPERTIES_ARRAY_SIGNATUREDenis Kenzior1-2/+2
2009-07-29Rename dbus_gsm_signal_array_property_changedDenis Kenzior1-1/+1
2009-07-29Rename dbus_gsm_signal_property_changedDenis Kenzior1-15/+15
2009-07-29Rename dbus_gsm error functions to __ofono_errorDenis Kenzior1-7/+7
2009-07-29Get rid of dbus_gsm_free_string_arrayDenis Kenzior1-3/+3
Use g_strfreev instead.
2009-07-29Move & Rename dbus_gsm_connectionDenis Kenzior1-19/+19
Move to ofono/dbus.h ofono_dbus_get_connection
2009-07-17Use registration status constants consistently.Andrzej Zaborowski1-3/+7
2009-07-17Don't dereference before the null check.Andrzej Zaborowski1-2/+4
2009-07-17Clean-up in sim.c.Andrzej Zaborowski1-4/+4
2009-07-17Make PNN / OPL work.Andrzej Zaborowski1-2/+2
2009-07-15Fix uninitialized warningDenis Kenzior1-2/+2
2009-07-14Refactor how EONS is usedDenis Kenzior1-6/+81
2009-07-14This function now uses on network_operator_dataDenis Kenzior1-2/+2
2009-07-14Refactor Network Registration for EONS capabilityDenis Kenzior1-90/+105
2009-07-14Get rid of some div by zero errorsDenis Kenzior1-2/+6
2009-07-14Refactor OPL codeDenis Kenzior1-10/+38
2009-07-14Fix CellId data type to be uint32 as intendedDenis Kenzior1-1/+1
2009-07-14Move SPDI to network.cDenis Kenzior1-12/+56
2009-07-14Preserve PNN orderDenis Kenzior1-1/+3
2009-07-14Move SPN reading to network.cDenis Kenzior1-41/+68
2009-07-14Move PNN reading to network.cDenis Kenzior1-0/+42
2009-07-14Read EF-PNN, EF-OPL and override network names accordingly.Andrzej Zaborowski1-20/+34
2009-07-07Fix status of operator unknown caseDenis Kenzior1-0/+2
When the current operator is reported, it's status is listed as unknown if no other operators are in the operator list
2009-06-25Add E-UTRAN as access technology of network opYang Gu1-0/+2