summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-08-20voicecall: Remove Calls propertyDenis Kenzior1-7/+0
2010-08-20voicecall: emit CallAdded and CallRemoved signalsDenis Kenzior1-41/+51
2010-08-20voicecall: Add GetCalls methodDenis Kenzior1-0/+53
2010-08-20voicecall: Fix up some style issuesDenis Kenzior1-28/+28
2010-08-20voicecall: Break out voicecall_append_propertiesDenis Kenzior1-22/+27
2010-08-20voicecall: Get rid of MultipartyCalls attributeDenis Kenzior1-46/+59
Replaced by Multiparty attribute on the Voicecall object
2010-08-20sms: Add a few more debug statementsMarcel Holtmann1-0/+12
2010-08-20atmodem: Add a few more debug statements for SMS supportMarcel Holtmann1-0/+12
2010-08-20atmodem: Add a few more debug statements for CBS supportMarcel Holtmann1-0/+6
2010-08-20nokia: Add GPRS handlingMarcel Holtmann1-0/+34
2010-08-20zte: Add GPRS handlingMarcel Holtmann1-0/+33
2010-08-20atmodem: Add Nokia specific quirk for AT+CGEREP handlingMarcel Holtmann1-3/+13
2010-08-20atmodem: Fix copy and paste typoMarcel Holtmann1-3/+3
2010-08-20mbm: Remove registration and bearer specific notificationsMarcel Holtmann1-6/+0
2010-08-20atmodem: Enable MBM specific notification for registration and bearerMarcel Holtmann1-1/+8
2010-08-20mbm: Enable notifications for packet switched bearer changesMarcel Holtmann1-0/+2
2010-08-20stk: reorder: Don't access freed memory in Send SMSAndrzej Zaborowski1-4/+4
Responding to the stk->pending_cmd frees it, we need to read it before that.
2010-08-20test: Add some error handling to STK menu test scriptMarcel Holtmann1-9/+11
2010-08-20mbm: Enable CFUN and EREG notificationsMarcel Holtmann1-0/+6
2010-08-20mbmmodem: Enable PDP context setup debug notificationsMarcel Holtmann1-0/+3
2010-08-20stk: Fix error messsage from select item method callMarcel Holtmann1-3/+3
2010-08-20Add support for simple glibc based backtraceMarcel Holtmann3-1/+110
2010-08-20stemodem: Fix whitespace damage in radio settings driverMarcel Holtmann1-3/+3
2010-08-20mbm: Fix naming of MBM driver for GPRS context handlingMarcel Holtmann2-2/+3
2010-08-20mbm: Use proper MBM quirksMarcel Holtmann1-5/+6
2010-08-20ste: Use MBM quirk for network registrationMarcel Holtmann1-1/+1
2010-08-20ste: Use MBM quirk instead of a STE specific oneMarcel Holtmann1-2/+2
2010-08-20atmodem: Turn a STE GPRS quirk into a MBM and STE quirkMarcel Holtmann1-2/+2
2010-08-20test: Rename script for testing STK menusMarcel Holtmann2-1/+1
2010-08-20test: Fix broken build due to renamed test scriptMarcel Holtmann1-1/+0
2010-08-20test: Fix test scripts for new operator interfacesMarcel Holtmann3-6/+43
2010-08-20gprs: Default value for RoamingAllowed should be FALSEMarcel Holtmann1-2/+2
2010-08-20udev: Add check for serial before string operationZhenhua Zhang1-1/+1
'serial' could be NULL in some case. So it need to add check before doing string operation.
2010-08-20test: Fix wrong method name in context deactivation scriptMarcel Holtmann1-1/+1
2010-08-20nokia: Add initial plugin for Nokia Datacard supportMarcel Holtmann2-0/+256
2010-08-20atmodem: Add really nasty hack for Nokia AT+COPS bugMarcel Holtmann1-5/+17
The Nokia modem returns an invalid response when trying to read the numeric value for MCC/MNC of the current network. Control:> AT+COPS?\r Control:< \r\n+COPS: 0,2,"26207,0\r\n\r\nOK\r\n The closing " is just missing and this confuses the AT parser. In case of a Nokia modem skip reading the numerical values for the network.
2010-08-20test: Fix SMS test script to use MessageManager interfaceMarcel Holtmann2-2/+2
2010-08-20atmodem: No CIND for Nokia data cardsMarcel Holtmann1-0/+1
2010-08-20atmodem: Add vendor quirk for Nokia data cardsMarcel Holtmann1-0/+1
2010-08-20udev: Add detection for Nokia data cardsMarcel Holtmann2-0/+40
2010-08-19zte: Use QUALCOMM_MSM quirk for sim driverDenis Kenzior1-1/+2
2010-08-19huawei: Use QUALCOMM_MSM quirk for sim driverDenis Kenzior1-1/+2
2010-08-19gprs: Use "Internet" for default PDP context nameMarcel Holtmann1-1/+1
2010-08-19gprs: Automatically add a context if none definedDenis Kenzior1-23/+39
2010-08-19hso: Use Qualcomm specific USSD quirkMarcel Holtmann1-1/+2
2010-08-19test: update remove-contexts to the new APIDenis Kenzior1-6/+6
2010-08-19test: update process-context-settings to the new APIDenis Kenzior1-10/+5
2010-08-19test: update list-contexts to the new APIDenis Kenzior1-11/+6
2010-08-19test: update deactivate-context to the new APIDenis Kenzior1-7/+7
2010-08-19test: update create-context to the new APIDenis Kenzior1-8/+8