summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-06-09stkutil: Add CBS-PP Data Download envelope builderAndrzej Zaborowski2-0/+31
2010-06-09test-stkutil: SMS-PP Data Download envelope testsAndrzej Zaborowski1-0/+171
2010-06-09stkutil: Add SMS-PP Data Download envelope builderAndrzej Zaborowski2-0/+127
2010-06-09stkutil: Use static buf in stk_pdu_from_responseAndrzej Zaborowski3-24/+32
2010-06-07atmodem: Fix CPUC parserDenis Kenzior1-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-07gatchat: Check for disconnection when resumingDenis Kenzior1-0/+5
If the internal GAtIO is no longer valid, treat it as if our channel was disconnected.
2010-06-07huawei: Rework huawei pluginDenis Kenzior1-90/+42
- Use the PCUI (event) port for all commands unrelated to ppp - Use the Modem port for ppp
2010-06-07netreg: whitespace styleDenis Kenzior1-2/+2
2010-06-07netreg: Add Huawei RSSI unsolicited callbackDenis Kenzior1-4/+20
2010-06-07Mention Florian's contributionsDenis Kenzior1-0/+1
2010-06-07udev: Fixup Huawei detectionDenis Kenzior2-44/+65
2010-06-07udev: Add support for Huawei E176Florian Steinel2-40/+46
2010-06-07cbs: Send ETWS topics lastDenis Kenzior1-2/+2
2010-06-07test: Refactor previous commitDenis Kenzior1-4/+3
2010-06-07test: Set UseDeliveryReports in send-smsPasi Miettinen1-1/+7
2010-06-07sms: style fix, remove extra newlineDenis Kenzior1-1/+0
2010-06-07sms: Add UseDeliveryReports propertyPasi Miettinen1-1/+33
2010-06-07test-sms: Update unit test to the new APIPasi Miettinen1-6/+5
2010-06-07smsutil: Add option to use delivery reportsPasi Miettinen2-3/+5
2010-06-07include: More style issuesDenis Kenzior1-5/+5
2010-06-07network: Some style issuesDenis Kenzior1-3/+3
2010-06-07atmodem: Optimize cops queriesDenis Kenzior1-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-07netreg: Ignore operator info when not registeredDenis Kenzior1-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-07Add test script for enabling cell broadcastMarcel Holtmann2-1/+22
2010-06-07Reopen the GPRS context channel when the modem closes it after PPPMarcel Holtmann1-46/+56
2010-06-07Restore GAtChat disconnect handling when resuming a chat sessionMarcel Holtmann1-0/+2
2010-06-06Update TODODenis Kenzior1-0/+7
2010-06-06Use event channel for SMS, CBS and USSD with Huawei devicesMarcel Holtmann1-9/+8
2010-06-06Add special SMS handling for Huawei based devicesMarcel Holtmann1-2/+10
2010-06-06Enable CBS and USSD for Huawei modemsMarcel Holtmann1-2/+6
2010-06-06Fix detection of Huawei E220 and E270 modemsMarcel Holtmann1-1/+1
2010-06-06Move AT_ODO quirk into HSO driver instead of network registrationMarcel Holtmann2-19/+19
2010-06-06Use hsomodem instead of hso for Option HSO GPRS atom driverMarcel Holtmann2-2/+2
2010-06-06Enable Option specific radio settingsMarcel Holtmann1-0/+4
2010-06-06Add support for Option specific radio settingsMarcel Holtmann4-1/+216
2010-06-06Use unquoted strings for cell information of Novatel devicesMarcel Holtmann1-0/+2
2010-06-06Set Novatel quirk also for the GPRS atomMarcel Holtmann1-2/+4
2010-06-06Add support for handling CNTI=0 request with Novatel devicesMarcel Holtmann2-11/+61
2010-06-06Check the supported technologies for Novatel devices on startupMarcel Holtmann1-0/+4
2010-06-06Add test scripts for radio technology preferenceMarcel Holtmann3-1/+47
2010-06-06Enable Novatel specific radio settingsMarcel Holtmann1-0/+4
2010-06-06Add support for Novatel specific radio settingsMarcel Holtmann4-1/+215
2010-06-06Add Novatel Wireless (NW) specific modem driverMarcel Holtmann3-0/+73
2010-06-05Add disconnect callback handling to Novatel pluginMarcel Holtmann1-0/+16
2010-06-04Use secondary port for everything besides GPRS with Novatel devicesMarcel Holtmann1-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-04Rename Novatel ports into Primary and SecondaryMarcel Holtmann2-39/+40
2010-06-04Mention Pasi's contributionsDenis Kenzior1-0/+1
2010-06-04Enable CBS and USSD for Option HSO based devicesMarcel Holtmann1-0/+4
2010-06-04hso: Enable OUWCTI notificationsDenis Kenzior1-3/+3
2010-06-04smsutil: status reports also lead with SC_ADDRDenis Kenzior1-1/+2