summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/network-registration.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-19Update netreg AT modem driver to the new APIDenis Kenzior1-91/+104
2009-07-29Rename ofono_modem_userdataDenis Kenzior1-12/+13
2009-07-29Remove supports_tech variableDenis Kenzior1-12/+3
The proper way to register with a particular network technology is to use a band selection command (e.g. select 2G only or 3G only, or hybrid) The tech selection according to 27.007 is non-binding anyway
2009-07-29Tweak CREG notification to be more fault tolerantDenis Kenzior1-0/+10
2009-06-12Fixup style issues with previous MCC/MNC patchDenis Kenzior1-19/+16
- Breakup MCC/MNC LENGTH constant - Don't hardcode numbers - Fix >80 column length - Fix test case to expect strings instead of shorts
2009-06-12Change MNC and MCC variable types to stringAki Niemi1-30/+27
This is to make sure both 2 and 3-digit MNC values are correctly handled. Both the modem plugin API as well as the D-Bus API are affected.
2009-06-03Add check for error pathDenis Kenzior1-0/+3
2009-05-20Remove yet more unused variables.Andrzej Zaborowski1-2/+0
2009-05-10Add initial implementation of AT modem driverDenis Kenzior1-0/+675