summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-08-19gprs: Add support for GetContextsDenis Kenzior1-5/+58
2010-08-19gprs: Tweak context object path namingDenis Kenzior1-6/+23
And support loading of legacy context names
2010-08-19gprs: Break out writing of gprs context settingsDenis Kenzior1-13/+18
2010-08-19gprs: Add ContextRemoved signalDenis Kenzior1-0/+20
2010-08-19gprs: Emit the ContextAdded signalDenis Kenzior1-2/+31
2010-08-19gprs: minor style fixDenis Kenzior1-1/+2
2010-08-19gprs: Break out context properties append functionDenis Kenzior1-25/+30
2010-08-19gprs: Get rid of PrimaryContexts propertyDenis Kenzior1-67/+0
2010-08-19gprs: Update CreateContext to AddContextDenis Kenzior1-15/+10
2010-08-19gprs: Update GPRS related DBus interface namesDenis Kenzior3-47/+42
2010-08-19sms: Update SmsManager to MessageManagerDenis Kenzior3-15/+16
2010-08-19huawei: Add support for switching USSD modeMarcel Holtmann1-5/+56
Some newer Huawei modems have support for ^USSDMODE command which seems to be default to 1. In that mode the text USSD is not working. Switching it to 0 and text USSD works just fine. Assumption is that with this command the modem switches between text and PDU mode for USSD. Currently it is unclear on how the PDU mode is suppose to work all. So default to text mode if this command is supported.
2010-08-19Add printf format attribute for error creation helperMarcel Holtmann1-1/+2
2010-08-19fix: Remove extra comma from NotAvailable errorPekka Pessi1-1/+1
2010-08-19netreg: Make reset_available returning voidMarcel Holtmann1-1/+1
2010-08-18netreg: Minor style issuesDenis Kenzior1-5/+6
2010-08-18netreg: Move more stuff aroundDenis Kenzior1-18/+14
2010-08-18netreg: Move stuff around to avoid forward declDenis Kenzior1-16/+13
2010-08-18test: Update to the new netreg APIDenis Kenzior2-8/+7
2010-08-18netreg: Make logic more readableDenis Kenzior1-5/+11
2010-08-18test: Update to new netreg APIDenis Kenzior1-20/+0
2010-08-18gprs: Update Attached when Auto-Attached succededDenis Kenzior1-2/+5
2010-08-18netreg: Move code around to avoid forward declDenis Kenzior1-53/+49
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