Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-15 | stkutil: Add the Timer Expiration envelope builder | Andrzej Zaborowski | 2 | -0/+19 | |
2010-06-15 | test-stkutil: Tests for Event Download envelope | Andrzej Zaborowski | 1 | -0/+1204 | |
2010-06-15 | stkutil: Add the Event Download envelope builder | Andrzej Zaborowski | 2 | -0/+728 | |
2010-06-15 | stkutil: Refactor struct stk_frames_info | Andrzej Zaborowski | 2 | -3/+12 | |
2010-06-15 | stkutil: Refactor struct stk_other_address | Andrzej Zaborowski | 4 | -3/+9 | |
2010-06-15 | test-stkutil: Tests for Call Control envelope | Andrzej Zaborowski | 1 | -0/+158 | |
2010-06-15 | stkutil: Add the Call Control envelope builder | Andrzej Zaborowski | 2 | -0/+242 | |
2010-06-15 | Remove all voice related atoms from MBM modem support | Marcel Holtmann | 1 | -23/+4 | |
2010-06-14 | atmodem: Couple tiny style fixes | Denis Kenzior | 1 | -4/+4 | |
2010-06-14 | Report cell technology capability for Option HSO modems | Daniel Wagner | 1 | -62/+122 | |
Option modem use OCTI and OUWCTI commands for reporting the cell capability. | |||||
2010-06-13 | Fix memory leak introduced by HSO quirk | Marcel Holtmann | 1 | -4/+2 | |
2010-06-13 | Add nasty quirk to allow HSO devices to read network code length | Marcel Holtmann | 2 | -1/+11 | |
The AT+CRSM=192 commands are failing on HSO devices and thus it might be needed to return its details from a predefined database. Start with testing this for reading the network code length. | |||||
2010-06-13 | Use Qualcomm quirk for CBS on HSO devices | Marcel Holtmann | 1 | -1/+2 | |
2010-06-12 | Release 0.23 | Marcel Holtmann | 2 | -1/+11 | |
2010-06-12 | Just call the feature "net" instead of "netreg" | Marcel Holtmann | 1 | -1/+1 | |
2010-06-11 | atmodem: Shutdown ppp cleanly on remove | Denis Kenzior | 1 | -0/+7 | |
There is a race condition from udev / kernel when a USB dongle is removed. Sometimes all ports are removed first (and the io channels for those ports are signaled as hupped) while other times the udev remove event fires first. If the latter happens, then gprs_context remove is called with a potentially live ppp object. This patch shuts it down cleanly. | |||||
2010-06-11 | atmodem: Always unref ppp when context is down | Denis Kenzior | 1 | -0/+2 | |
2010-06-11 | gatppp: whitespace issues | Denis Kenzior | 1 | -2/+2 | |
2010-06-11 | gatppp: Unref HDLC when unrefing PPP | Denis Kenzior | 1 | -0/+2 | |
2010-06-11 | gathdlc: Free the main HDLC structure on unref | Denis Kenzior | 1 | -0/+1 | |
2010-06-10 | Disable CNMA support for Novatel based devices | Marcel Holtmann | 1 | -1/+2 | |
2010-06-10 | atmodem: Allow ME & SM for status report store | Denis Kenzior | 1 | -5/+13 | |
2010-06-10 | atmodem: Force CDSI delivery for Novatel devices | Denis Kenzior | 1 | -1/+15 | |
2010-06-10 | atmodem: Add support for status report via CDSI | Denis Kenzior | 1 | -2/+30 | |
2010-06-10 | atmodem: Use atutil based functions | Denis Kenzior | 1 | -35/+20 | |
2010-06-10 | atmodem: Add utility for parsing CMTI/CDSI/CBMI | Denis Kenzior | 2 | -0/+52 | |
2010-06-10 | atmodem: Register for notifications after CMGL | Denis Kenzior | 1 | -12/+14 | |
2010-06-10 | atmodem: Split out the +CPMS sender | Denis Kenzior | 1 | -26/+31 | |
Just before sending a CMGR for +CMTI notification, use need to optionally send a CPMS to select the proper storage. This should be done in a separate function for potential re-use by CDSI | |||||
2010-06-10 | Remove hfpmodem's header guard | Gustavo F. Padovan | 1 | -4/+0 | |
2010-06-09 | Add support for Features property on modem interface | Marcel Holtmann | 5 | -15/+81 | |
2010-06-09 | Move data connection manager interface constants into common include | Marcel Holtmann | 2 | -27/+28 | |
2010-06-09 | Rename CbsManger into CellBroadcast | Marcel Holtmann | 5 | -21/+20 | |
Other D-Bus interfaces use clear descriptions like SupplementaryServices or NetworkRegistration. So use CellBroadcast for cell broadcast support. | |||||
2010-06-09 | And some more minor coding style cleanup in SMS driver | Marcel Holtmann | 1 | -3/+3 | |
2010-06-09 | Fix coding style for one comment in SMS driver | Marcel Holtmann | 1 | -1/+1 | |
2010-06-09 | Add test script to enable/disable use of delivery reports | Marcel Holtmann | 2 | -0/+25 | |
2010-06-09 | Add test script for setting CBS topics | Marcel Holtmann | 2 | -0/+25 | |
2010-06-09 | Enable Qualcomm specific CBS quirk for Novatel and Huawei devices | Marcel Holtmann | 2 | -2/+4 | |
2010-06-09 | Add quirk for Qualcomm issues with setting CBS topic ranges | Marcel Holtmann | 1 | -0/+14 | |
2010-06-09 | Coding style fix for the PIN type table | Marcel Holtmann | 1 | -16/+16 | |
2010-06-09 | stkutil: Refactor stk_location_info | Andrzej Zaborowski | 1 | -10/+23 | |
In some cases an empty stk_location_info means that no object should be emitted (e.g. it is optional) and in other cases an empty object should be emitted. This is context specific to the terminal response / envelope and thus we break this up into two separate functions. | |||||
2010-06-09 | test-stkutil: MO SMS Control envelope tests | Andrzej Zaborowski | 1 | -0/+79 | |
2010-06-09 | stkutil: Add MO SMS Control envelope builder | Andrzej Zaborowski | 2 | -0/+23 | |
2010-06-09 | simutil: Remove unneeded forward-declaration | Denis Kenzior | 1 | -44/+42 | |
2010-06-09 | simutil: Fix MMC MNC encoding for 2-digit MNCs. | Andrzej Zaborowski | 1 | -11/+8 | |
2010-06-09 | util: Add a "sim string" encoding utility. | Andrzej Zaborowski | 3 | -15/+59 | |
2010-06-09 | test-stkutil: Menu Selection envelope tests | Andrzej Zaborowski | 1 | -0/+162 | |
2010-06-09 | stkutil: Add the Menu Selection envelope builder | Andrzej Zaborowski | 2 | -0/+31 | |
2010-06-09 | test-stkutil: CBS-PP Data Download envelope tests | Andrzej Zaborowski | 1 | -0/+112 | |
2010-06-09 | Fix: download CBS to SIM even when "Powered" is 0 | Andrzej Zaborowski | 1 | -5/+5 | |
2010-06-09 | stk: Use envelope encoding utility from stkutil.c | Andrzej Zaborowski | 3 | -16/+17 | |