Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2010-06-06 | Check the supported technologies for Novatel devices on startup | Marcel Holtmann | 1 | -0/+4 | |
2010-06-06 | Add test scripts for radio technology preference | Marcel Holtmann | 3 | -1/+47 | |
2010-06-06 | Enable Novatel specific radio settings | Marcel Holtmann | 1 | -0/+4 | |
2010-06-06 | Add support for Novatel specific radio settings | Marcel Holtmann | 4 | -1/+215 | |
2010-06-06 | Add Novatel Wireless (NW) specific modem driver | Marcel Holtmann | 3 | -0/+73 | |
2010-06-05 | Add disconnect callback handling to Novatel plugin | Marcel Holtmann | 1 | -0/+16 | |
2010-06-04 | Use secondary port for everything besides GPRS with Novatel devices | Marcel Holtmann | 1 | -65/+58 | |
If a Novatel device allows to enable a secondary AT command based channel, then use that for device information, SIM handling, network registration etc. and only leave the GPRS context setup to the first command port. | |||||
2010-06-04 | Rename Novatel ports into Primary and Secondary | Marcel Holtmann | 2 | -39/+40 | |
2010-06-04 | Mention Pasi's contributions | Denis Kenzior | 1 | -0/+1 | |
2010-06-04 | Enable CBS and USSD for Option HSO based devices | Marcel Holtmann | 1 | -0/+4 | |
2010-06-04 | hso: Enable OUWCTI notifications | Denis Kenzior | 1 | -3/+3 | |
2010-06-04 | smsutil: status reports also lead with SC_ADDR | Denis Kenzior | 1 | -1/+2 | |