Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2010-06-09 | stkutil: Add CBS-PP Data Download envelope builder | Andrzej Zaborowski | 2 | -0/+31 | |
2010-06-09 | test-stkutil: SMS-PP Data Download envelope tests | Andrzej Zaborowski | 1 | -0/+171 | |
2010-06-09 | stkutil: Add SMS-PP Data Download envelope builder | Andrzej Zaborowski | 2 | -0/+127 | |
2010-06-09 | stkutil: Use static buf in stk_pdu_from_response | Andrzej Zaborowski | 3 | -24/+32 | |
2010-06-07 | atmodem: Fix CPUC parser | Denis Kenzior | 1 | -6/+12 | |
Apparently some modems are extra stupid: AT+CPUC?\r \r\n+CPUC: \r\nOK\r\n So if we fail to parse the response, return an error | |||||
2010-06-07 | gatchat: Check for disconnection when resuming | Denis Kenzior | 1 | -0/+5 | |
If the internal GAtIO is no longer valid, treat it as if our channel was disconnected. | |||||
2010-06-07 | huawei: Rework huawei plugin | Denis Kenzior | 1 | -90/+42 | |
- Use the PCUI (event) port for all commands unrelated to ppp - Use the Modem port for ppp | |||||
2010-06-07 | netreg: whitespace style | Denis Kenzior | 1 | -2/+2 | |
2010-06-07 | netreg: Add Huawei RSSI unsolicited callback | Denis Kenzior | 1 | -4/+20 | |
2010-06-07 | Mention Florian's contributions | Denis Kenzior | 1 | -0/+1 | |
2010-06-07 | udev: Fixup Huawei detection | Denis Kenzior | 2 | -44/+65 | |
2010-06-07 | udev: Add support for Huawei E176 | Florian Steinel | 2 | -40/+46 | |
2010-06-07 | cbs: Send ETWS topics last | Denis Kenzior | 1 | -2/+2 | |
2010-06-07 | test: Refactor previous commit | Denis Kenzior | 1 | -4/+3 | |
2010-06-07 | test: Set UseDeliveryReports in send-sms | Pasi Miettinen | 1 | -1/+7 | |
2010-06-07 | sms: style fix, remove extra newline | Denis Kenzior | 1 | -1/+0 | |
2010-06-07 | sms: Add UseDeliveryReports property | Pasi Miettinen | 1 | -1/+33 | |
2010-06-07 | test-sms: Update unit test to the new API | Pasi Miettinen | 1 | -6/+5 | |
2010-06-07 | smsutil: Add option to use delivery reports | Pasi Miettinen | 2 | -3/+5 | |
2010-06-07 | include: More style issues | Denis Kenzior | 1 | -5/+5 | |
2010-06-07 | network: Some style issues | Denis Kenzior | 1 | -3/+3 | |
2010-06-07 | atmodem: Optimize cops queries | Denis Kenzior | 1 | -20/+25 | |
This patch is meant to do two things: - Some modems, like the Novatel, report bogus operator information when not registered, as opposed to simply returning empty strings. In this case we're a little bit more explicit about checking the returned mcc/mnc string - If we determine that the mcc/mnc string is bogus, we don't schedule the alphanumeric cops query and return early. | |||||
2010-06-07 | netreg: Ignore operator info when not registered | Denis Kenzior | 1 | -0/+9 | |
Sometimes when we roam off the cell or are simply not registered, the modem still reports a bogus operator. We explicitly ignore this condition in the core. |