Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2010-06-04 | atmodem: Put some common code into a utility | Denis Kenzior | 1 | -20/+17 | |
2010-06-04 | Change in at_cds_notify for status report | Pasi Miettinen | 1 | -4/+15 | |
2010-06-04 | Use Internet access instead of Example for context name | Marcel Holtmann | 1 | -1/+1 | |
2010-06-04 | Send OWCTI query when bringing up Option based devices | Marcel Holtmann | 1 | -0/+2 | |
2010-06-04 | Use AT_OUWCTI instead of AT_OWCTI as expected | Marcel Holtmann | 1 | -1/+1 | |
The Option firmware is so funny. It has a typo in the AT command :) | |||||
2010-06-04 | Enable Option specific OWCTI unsolicited notifications | Marcel Holtmann | 1 | -0/+2 | |
2010-06-04 | Fix clean-local make rule | Marcel Holtmann | 1 | -2/+2 | |
2010-06-03 | Add Option specific SMS quirk since ack pdu is broken | Marcel Holtmann | 1 | -1/+1 | |
2010-06-03 | The ack pdu support is not working on Novatel or Option devices | Marcel Holtmann | 1 | -1/+6 | |
2010-06-03 | Fix wrong spelling of the word usage | Marcel Holtmann | 6 | -10/+10 | |
2010-06-03 | Enable USSD and CBS support for Novatel based devices | Marcel Holtmann | 1 | -0/+4 | |
2010-06-03 | Enable SMS support for Novatel based devices | Marcel Holtmann | 1 | -0/+3 | |
The important part here is that the SMS atom needs to be on the second AT command port since the main port doesn't handle sending correctly. It never returns any success or error after the submission of the PDU. | |||||
2010-06-03 | Quirk SMS handling for Novatel based devices | Marcel Holtmann | 1 | -2/+3 | |
The Novatel based devices with Qualcomm chips seems to have various problems. First they advertise CNMI mode 2, but don't support it. And second they don't support CNMA acknowledgement with a PDU. So fall back to acks without PDU. | |||||
2010-06-03 | Use new Novatel quirk for network registration | Marcel Holtmann | 1 | -5/+4 | |
2010-06-03 | Add special quirk for Novatel based devices | Marcel Holtmann | 2 | -0/+7 | |
2010-06-03 | The default PPP netmask should be 255.255.255.255 | Marcel Holtmann | 1 | -1/+1 | |
2010-06-02 | Add GPRS support for Novatel based devices | Marcel Holtmann | 1 | -7/+145 | |
2010-06-02 | Fix debug channel prefix strings for Huawei plugin | Marcel Holtmann | 1 | -2/+2 | |
2010-06-02 | Add support for detecting second port of Novatel devices | Marcel Holtmann | 1 | -9/+19 | |
2010-06-02 | Release 0.22 | Marcel Holtmann | 2 | -1/+7 | |