Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2010-06-07 | Add test script for enabling cell broadcast | Marcel Holtmann | 2 | -1/+22 | |
2010-06-07 | Reopen the GPRS context channel when the modem closes it after PPP | Marcel Holtmann | 1 | -46/+56 | |
2010-06-07 | Restore GAtChat disconnect handling when resuming a chat session | Marcel Holtmann | 1 | -0/+2 | |
2010-06-06 | Update TODO | Denis Kenzior | 1 | -0/+7 | |
2010-06-06 | Use event channel for SMS, CBS and USSD with Huawei devices | Marcel Holtmann | 1 | -9/+8 | |
2010-06-06 | Add special SMS handling for Huawei based devices | Marcel Holtmann | 1 | -2/+10 | |
2010-06-06 | Enable CBS and USSD for Huawei modems | Marcel Holtmann | 1 | -2/+6 | |
2010-06-06 | Fix detection of Huawei E220 and E270 modems | Marcel Holtmann | 1 | -1/+1 | |
2010-06-06 | Move AT_ODO quirk into HSO driver instead of network registration | Marcel Holtmann | 2 | -19/+19 | |
2010-06-06 | Use hsomodem instead of hso for Option HSO GPRS atom driver | Marcel Holtmann | 2 | -2/+2 | |
2010-06-06 | Enable Option specific radio settings | Marcel Holtmann | 1 | -0/+4 | |
2010-06-06 | Add support for Option specific radio settings | Marcel Holtmann | 4 | -1/+216 | |
2010-06-06 | Use unquoted strings for cell information of Novatel devices | Marcel Holtmann | 1 | -0/+2 | |
2010-06-06 | Set Novatel quirk also for the GPRS atom | Marcel Holtmann | 1 | -2/+4 | |
2010-06-06 | Add support for handling CNTI=0 request with Novatel devices | Marcel Holtmann | 2 | -11/+61 | |