Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-18 | list-operators: Update to the new API | Denis Kenzior | 1 | -8/+7 | |
2010-08-18 | netreg: Update to the new Scan/GetOperators API | Denis Kenzior | 1 | -266/+261 | |
2010-08-18 | doc: Proposed Set Up Call api | Andrzej Zaborowski | 2 | -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-18 | Fix small typo | Marcel Holtmann | 1 | -1/+1 | |
2010-08-18 | calypso: Subscribe to %SIMREM and %SIMINS | Andrzej Zaborowski | 1 | -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-18 | list-modems: Pretty-print main menu | Andrzej Zaborowski | 1 | -0/+3 | |
2010-08-18 | stk: Update agent_called with GetInkey & GetInput | Andrzej Zaborowski | 1 | -0/+2 | |
2010-08-18 | stkagent: Free pending call when destroying agent | Andrzej Zaborowski | 1 | -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-17 | test-sms: Add basic SMS WAP-PUSH decoder test | Denis Kenzior | 1 | -0/+86 | |
2010-08-17 | test-sms: Unify some copy-pasted code | Denis Kenzior | 1 | -84/+60 | |
2010-08-17 | smsutil: Get rid of pointless member | Denis Kenzior | 2 | -2/+0 | |
2010-08-17 | smsutil: Simple whitespace fix | Denis Kenzior | 1 | -2/+1 | |
2010-08-17 | stemodem: Add polling for SIM ready status | Sjur Brændeland | 1 | -2/+50 | |
Interim solution until support for SIM 'ready' notification is supported. | |||||
2010-08-17 | plugins: Add STE sample to modem.conf | Sjur Brændeland | 1 | -0/+5 | |
2010-08-17 | modemconf: Add support for Interface for STE plugin | Sjur Brændeland | 1 | -0/+1 | |
2010-08-17 | ste: Use SOCK_STREAM for CAIF and enable interface specification | Sjur Brændeland | 1 | -1/+19 | |
2010-08-17 | ste: Add Radio-Settings | Sjur Brændeland | 1 | -0/+2 | |
2010-08-17 | Remove pointless extra empty line | Marcel Holtmann | 1 | -1/+0 | |
2010-08-17 | stemodem: Add Radio Settings to STE Modem | Sjur Brændeland | 4 | -0/+236 | |
2010-08-17 | ste: Add AT Channel configurations | Sjur Brændeland | 1 | -1/+2 | |
2010-08-17 | ste: SIM - STE registers as MBM to utilize mbm quirks | Sjur Brændeland | 1 | -1/+1 | |
2010-08-16 | phonesim: Should use none_prefix | Denis Kenzior | 1 | -1/+1 | |
When only OK is expected | |||||
2010-08-17 | atmodem: Allow missing DCS parameter in USSD result | Marcel Holtmann | 1 | -9/+9 | |
2010-08-17 | Add support for multiple response USSD transactions in test script | Marcel Holtmann | 1 | -15/+8 | |
2010-08-16 | ste: Include STK support from MBM driver | Sjur Brændeland | 1 | -0/+2 | |
2010-08-16 | zte: Use Qualcomm specific USSD quirk | Marcel Holtmann | 1 | -1/+2 | |
2010-08-16 | atmodem: Add Qualcomm specific USSD quirk | Marcel Holtmann | 1 | -0/+21 | |
2010-08-16 | atmodem: Add support for storing USSD vendor quirks | Marcel Holtmann | 1 | -23/+35 | |
2010-08-16 | TODO: Owner of Status report task | Petteri Tikander | 1 | -1/+1 | |
2010-08-16 | calypsomodem: Remove useless NULL checks before g_free | Marcel Holtmann | 1 | -2/+1 | |
2010-08-16 | stemodem: Remove useless NULL checks before g_free | Marcel Holtmann | 2 | -14/+7 | |
2010-08-16 | mbmmodem: Remove useless NULL checks before g_free | Marcel Holtmann | 1 | -6/+3 | |
2010-08-16 | hsomodem: Remove useless NULL checks before g_free | Marcel Holtmann | 1 | -6/+3 | |
2010-08-16 | hfpmodem: Remove useless NULL checks before g_free | Marcel Holtmann | 3 | -16/+8 | |
2010-08-16 | ussd: Use cb_data instead of custom structure | Denis Kenzior | 1 | -13/+7 | |
2010-08-16 | atmodem: Remove useless NULL checks before g_free | Marcel Holtmann | 15 | -132/+65 | |
2010-08-16 | gatchat: Skip string contents in extract_line | Denis Kenzior | 1 | -2/+7 | |
2010-08-16 | gatchat: Handle embedded \r and \n in responses | Denis Kenzior | 1 | -1/+17 | |
2010-08-16 | Add another test script for USSD transactions | Marcel Holtmann | 3 | -2/+67 | |
2010-08-16 | gatutil: Handle non-printable characters | Denis Kenzior | 1 | -1/+1 | |
Signed arithmetic and shifts do not work well... | |||||
2010-08-16 | ussd: Be extra pedantic trying to Cancel | Denis Kenzior | 1 | -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-16 | doc: update USSD api for possible errors | Denis Kenzior | 1 | -0/+6 | |
2010-08-16 | ussd: Properly handle cancellations | Denis Kenzior | 1 | -13/+15 | |
2010-08-16 | dbus: Add Canceled error | Denis Kenzior | 2 | -0/+7 | |
2010-08-16 | Add simple test script to cancel USSD transactions | Marcel Holtmann | 2 | -1/+20 | |
2010-08-16 | zte: Add support for sms, cbs, ussd and phonebook atoms | Marcel Holtmann | 1 | -1/+13 | |
2010-08-16 | zte: Add initial support for devinfo, sim and netreg atoms | Marcel Holtmann | 1 | -2/+156 | |
2010-08-16 | netreg: Add quirk for ZTE modem without CIND support | Marcel Holtmann | 2 | -0/+4 | |
2010-08-16 | Fix typo in Huawei port detection | Marcel Holtmann | 1 | -1/+1 | |
2010-08-16 | Add udev detection support for ZTE modems | Marcel Holtmann | 2 | -5/+72 | |