summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-10-28Fix: Don't pass the indexesDenis Kenzior1-7/+9
2009-10-28Fix: No need to set this to NULLDenis Kenzior1-1/+0
2009-10-28Cleanup: Fixup styleDenis Kenzior1-13/+8
2009-10-28Add voicecall driver for Bluetooth HFPZhenhua Zhang5-2/+617
2009-10-28Refactor: Move alloc/release id to atutil.cZhenhua Zhang3-22/+24
2009-10-28Refactor: Move & Rename functions to atutil.cZhenhua Zhang3-32/+35
2009-10-28Cleanup previous patchDenis Kenzior2-87/+47
2009-10-28Add serial settings parser to modemconf pluginRyan Raasch2-4/+103
2009-10-28Cleanup previous patch and update docsDenis Kenzior2-8/+9
2009-10-28Refactor: Capitalize g_at_tty option namesRyan Raasch1-8/+8
2009-10-28Fix: Take care of the logic for DialingDenis Kenzior1-2/+65
2009-10-28Refactor: Avoid unnecessary forward declarationsDenis Kenzior1-45/+44
2009-10-28Refactor: Move more code aroundDenis Kenzior1-69/+67
2009-10-28Refactor: Move code to avoid forward declarationDenis Kenzior1-171/+170
2009-10-28Refactor: Get rid of PENDING_FLAG in voicecallsDenis Kenzior1-128/+44
2009-10-28Add utility to parse CLIR optionDenis Kenzior1-7/+17
2009-10-27Refactor: replace netreg get_operator with mcc/mncDenis Kenzior3-10/+22
2009-10-27Fix: Don't emit spurious Base Station Name signalDenis Kenzior1-0/+4
2009-10-27Fix: Skip empty emergency numbersDenis Kenzior1-1/+3
2009-10-27Fix: Obscure crash when GPRS is not supportedDenis Kenzior1-0/+5
2009-10-27Fix: Properly unregister context on exitDenis Kenzior1-0/+7
2009-10-26Fix: Use driver_attached instead of attachedDenis Kenzior1-1/+1
2009-10-26Make netreg_update based on CREG, not CGREGDenis Kenzior1-5/+2
2009-10-26Simplify logic in netreg_updateDenis Kenzior1-13/+14
2009-10-26Fix unused variable warningDenis Kenzior1-2/+1
2009-10-26Don't cause an infinite loopDenis Kenzior1-5/+4
2009-10-26Get rid of the AFTER_ROAMING stuffDenis Kenzior1-18/+1
2009-10-26Ignore gprs status when not attached/attachingDenis Kenzior1-0/+5
2009-10-26Update attached status when gprs status changesDenis Kenzior1-5/+1
2009-10-26Fix: notify_attached was only used when detachedDenis Kenzior3-8/+12
2009-10-26Add a master function for updating attached stateDenis Kenzior1-11/+15
2009-10-26Fixup initialization logicDenis Kenzior1-2/+6
2009-10-26Fix: Initialize registration statusesDenis Kenzior1-0/+2
2009-10-26Fix: Reset netreg to 0 when unregisteredDenis Kenzior1-0/+1
2009-10-26Refactor: Make GPRS use information from netregAndrzej Zaborowski1-41/+106
2009-10-26Fix: Don't attach if searchingAndrzej Zaborowski1-3/+5
2009-10-26Fix interpretation of new GPRS registration status signal.Andrzej Zaborowski1-2/+2
2009-10-24Fix: Fix segfault from improperly initialized dataDenis Kenzior1-0/+1
2009-10-24Fix: Register for E2NAP notificationsDenis Kenzior1-0/+2
2009-10-24Fix: ENAP=0 is the only way to use thisDenis Kenzior1-4/+1
2009-10-25Remove support for call forwarding and barring from MBM pluginMarcel Holtmann1-4/+0
2009-10-25Add test script for activating the first contextMarcel Holtmann2-1/+39
2009-10-25Add simple test script for creating a context and setting APNMarcel Holtmann2-1/+39
2009-10-25Fix tiny copy-and-past left-overMarcel Holtmann1-2/+2
2009-10-25Add test script for showing primary data contextsMarcel Holtmann2-1/+41
2009-10-25Add some extra special handling to list-modem test scriptMarcel Holtmann1-1/+4
2009-10-24Register gprs-context on calypso modem/phonesim.Andrzej Zaborowski1-1/+8
2009-10-24Just return success when value already set in SetProperty.Andrzej Zaborowski1-0/+6
2009-10-23Fix: Some modems report PDP_type in a listDenis Kenzior1-1/+9
2009-10-23Add GPRS context setup to MBM pluginDenis Kenzior1-0/+10