summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-08-18list-operators: Update to the new APIDenis Kenzior1-8/+7
2010-08-18netreg: Update to the new Scan/GetOperators APIDenis Kenzior1-266/+261
2010-08-18doc: Proposed Set Up Call apiAndrzej Zaborowski2-0/+22
The normal sequence for call setup is: * Modem asks user for confirmation using icon1 / alphaId1 * User confirms * Modem starts dialling, screen displays icon2 / alphaId2 * Call is connected, modem replies to the proactive command, screen keeps displaying icon2 / alphaId2 until the phone call is over
2010-08-18Fix small typoMarcel Holtmann1-1/+1
2010-08-18calypso: Subscribe to %SIMREM and %SIMINSAndrzej Zaborowski1-5/+30
These notifications should be emitted on SIM removal and insertion. These notifications don't work very well though, on the hardware this has been tested on, the modem never issued %SIMINS, and %SIMREM was emitted only in some specific circumenstances.
2010-08-18list-modems: Pretty-print main menuAndrzej Zaborowski1-0/+3
2010-08-18stk: Update agent_called with GetInkey & GetInputAndrzej Zaborowski1-0/+2
2010-08-18stkagent: Free pending call when destroying agentAndrzej Zaborowski1-5/+6
Otherwise we leak memory and additionally D-bus invokes the method callback and since the agent is already destroyed, we segfault.
2010-08-17test-sms: Add basic SMS WAP-PUSH decoder testDenis Kenzior1-0/+86
2010-08-17test-sms: Unify some copy-pasted codeDenis Kenzior1-84/+60
2010-08-17smsutil: Get rid of pointless memberDenis Kenzior2-2/+0
2010-08-17smsutil: Simple whitespace fixDenis Kenzior1-2/+1
2010-08-17stemodem: Add polling for SIM ready statusSjur Brændeland1-2/+50
Interim solution until support for SIM 'ready' notification is supported.
2010-08-17plugins: Add STE sample to modem.confSjur Brændeland1-0/+5
2010-08-17modemconf: Add support for Interface for STE pluginSjur Brændeland1-0/+1
2010-08-17ste: Use SOCK_STREAM for CAIF and enable interface specificationSjur Brændeland1-1/+19
2010-08-17ste: Add Radio-SettingsSjur Brændeland1-0/+2
2010-08-17Remove pointless extra empty lineMarcel Holtmann1-1/+0
2010-08-17stemodem: Add Radio Settings to STE ModemSjur Brændeland4-0/+236
2010-08-17ste: Add AT Channel configurationsSjur Brændeland1-1/+2
2010-08-17ste: SIM - STE registers as MBM to utilize mbm quirksSjur Brændeland1-1/+1
2010-08-16phonesim: Should use none_prefixDenis Kenzior1-1/+1
When only OK is expected
2010-08-17atmodem: Allow missing DCS parameter in USSD resultMarcel Holtmann1-9/+9
2010-08-17Add support for multiple response USSD transactions in test scriptMarcel Holtmann1-15/+8
2010-08-16ste: Include STK support from MBM driverSjur Brændeland1-0/+2
2010-08-16zte: Use Qualcomm specific USSD quirkMarcel Holtmann1-1/+2
2010-08-16atmodem: Add Qualcomm specific USSD quirkMarcel Holtmann1-0/+21
2010-08-16atmodem: Add support for storing USSD vendor quirksMarcel Holtmann1-23/+35
2010-08-16TODO: Owner of Status report taskPetteri Tikander1-1/+1
2010-08-16calypsomodem: Remove useless NULL checks before g_freeMarcel Holtmann1-2/+1
2010-08-16stemodem: Remove useless NULL checks before g_freeMarcel Holtmann2-14/+7
2010-08-16mbmmodem: Remove useless NULL checks before g_freeMarcel Holtmann1-6/+3
2010-08-16hsomodem: Remove useless NULL checks before g_freeMarcel Holtmann1-6/+3
2010-08-16hfpmodem: Remove useless NULL checks before g_freeMarcel Holtmann3-16/+8
2010-08-16ussd: Use cb_data instead of custom structureDenis Kenzior1-13/+7
2010-08-16atmodem: Remove useless NULL checks before g_freeMarcel Holtmann15-132/+65
2010-08-16gatchat: Skip string contents in extract_lineDenis Kenzior1-2/+7
2010-08-16gatchat: Handle embedded \r and \n in responsesDenis Kenzior1-1/+17
2010-08-16Add another test script for USSD transactionsMarcel Holtmann3-2/+67
2010-08-16gatutil: Handle non-printable charactersDenis Kenzior1-1/+1
Signed arithmetic and shifts do not work well...
2010-08-16ussd: Be extra pedantic trying to CancelDenis Kenzior1-0/+7
If we initiated a Respond() transaction, but have not returned from the callback. Or if we already called Cancel and it hasn't returned yet.
2010-08-16doc: update USSD api for possible errorsDenis Kenzior1-0/+6
2010-08-16ussd: Properly handle cancellationsDenis Kenzior1-13/+15
2010-08-16dbus: Add Canceled errorDenis Kenzior2-0/+7
2010-08-16Add simple test script to cancel USSD transactionsMarcel Holtmann2-1/+20
2010-08-16zte: Add support for sms, cbs, ussd and phonebook atomsMarcel Holtmann1-1/+13
2010-08-16zte: Add initial support for devinfo, sim and netreg atomsMarcel Holtmann1-2/+156
2010-08-16netreg: Add quirk for ZTE modem without CIND supportMarcel Holtmann2-0/+4
2010-08-16Fix typo in Huawei port detectionMarcel Holtmann1-1/+1
2010-08-16Add udev detection support for ZTE modemsMarcel Holtmann2-5/+72