Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-25 | gprs: Fix to attachment race condition | Denis Kenzior | 1 | -6/+4 | |
Sometimes we get unsolicited attachment status before our query finishes. If the client is fast enough they can attempt to attach and get the AttachInProgress error | |||||
2010-06-25 | sms: Update API with UseDeliveryReports property | Denis Kenzior | 1 | -0/+7 | |
2010-06-24 | hso: Don't query tech if not registered or roaming | Denis Kenzior | 1 | -0/+4 | |
{NetworkRegistration} [/hso0] LocationAreaCode = 34591 {NetworkRegistration} [/hso0] CellId = 5903759 {NetworkRegistration} [/hso0] Strength = 32 {NetworkRegistration} [/hso0] Strength = 22 {PrimaryDataContext} [/hso0/primarycontext1] Settings = dbus.Dictionary({}, signature=dbus.Signature('sv'), variant_level=1) {PrimaryDataContext} [/hso0/primarycontext1] Active = 0 {DataConnectionManager} [/hso0] Attached = 0 {NetworkRegistration} [/hso0] Status = searching {NetworkRegistration} [/hso0] Technology = umts <--- Oops {NetworkOperator} [/hso0/operator/26201] Status = available {NetworkRegistration} [/hso0] Name = {NetworkRegistration} [/hso0] Status = registered {NetworkRegistration} [/hso0] LocationAreaCode = 35342 {NetworkRegistration} [/hso0] CellId = 5903759 {NetworkRegistration} [/hso0] Technology = edge | |||||
2010-06-24 | sms: minor style fix | Denis Kenzior | 1 | -1/+2 | |
2010-06-24 | sms: Don't bother setting SCA if we can't query | Denis Kenzior | 1 | -1/+2 | |
2010-06-23 | ppp: Fix incorrect packet length for little-endian | Zhenhua Zhang | 1 | -1/+1 | |
packet->length is in TCP/IP network byte order. It needs to call ntohs() to convert to host byte order, which is little-endian. | |||||
2010-06-23 | stkutil: Alpha Id is optional for Select Item. | Andrzej Zaborowski | 1 | -2/+1 | |
2010-06-23 | stkutil: Refactor command parser error handling | Andrzej Zaborowski | 3 | -557/+446 | |
When parsing the full command fails but Command Details has been parsed, return a struct stk_command containing this information and the type of parsing problem found. We need the command details to be able to even respond to the command. This patch also makes the parser skip over unknown data objects found in the BER-TLV, if they don't have Comprehension Required set. | |||||
2010-06-22 | Check sanity the MNC length value from the SIM card | Marcel Holtmann | 1 | -0/+4 | |
In case the SIM entry is wrong or we force reading of it, nasty things like this can happen: ofonod[12456]: Control:> AT+CRSM=176,28589,0,0,4\r ofonod[12456]: Control:< +CRSM: 144,0,"00FFFF"\r\n\r\nOK\r\n *** buffer overflow detected ***: ./src/ofonod terminated ======= Backtrace: ========= /lib64/libc.so.6(__fortify_fail+0x37)[0x3e42efb417] /lib64/libc.so.6[0x3e42ef9310] /lib64/libc.so.6(__strncpy_chk+0x17b)[0x3e42ef85cb] | |||||
2010-06-22 | Fix huawei udev rules | Denis Kenzior | 1 | -1/+1 | |
2010-06-21 | hfp: Fix style issues | Denis Kenzior | 1 | -1/+2 | |
2010-06-21 | hfp: use bluetooth helpers and remove similar code | Gustavo F. Padovan | 1 | -343/+36 | |
2010-06-21 | bluetooth: Various style issues | Denis Kenzior | 1 | -8/+13 | |
2010-06-21 | bluetooth: add PropertyChanged watch | Gustavo F. Padovan | 1 | -1/+75 | |
This one is a bit diferent from the hfp.c one, so a separated patch for it. | |||||
2010-06-21 | bluetooth: add watches for service and adapters | Gustavo F. Padovan | 1 | -0/+78 | |
Exactly the same code from hfp.c | |||||
2010-06-21 | bluetooth: add device_properties_cb() and has_uuid() | Gustavo F. Padovan | 1 | -2/+69 | |
2010-06-21 | bluetooth: Move functions from hfp.c to bluetooth.c | Gustavo F. Padovan | 1 | -0/+122 | |
The part that call device_properties_cb is commented to permit this patch compile. device_properties_cb() will be changed, so it will have separated patch. | |||||
2010-06-21 | storage: whitespace issue | Denis Kenzior | 1 | -1/+1 | |
2010-06-21 | smsutil: Fix up some comment style | Denis Kenzior | 1 | -18/+36 | |
2010-06-21 | test-common: Avoid accessing an unitialised variable. | Andrzej Zaborowski | 1 | -1/+1 | |
Fixes a segfault, reported by valrgind as: [...] ==6300== Use of uninitialised value of size 4 ==6300== at 0x8048B4D: test_invalid (test-common.c:81) | |||||
2010-06-21 | stkutil: Remove obsolete comment. | Andrzej Zaborowski | 1 | -3/+0 | |
2010-06-21 | atmodem: Support CDS indicators for MBM | Denis Kenzior | 1 | -7/+9 | |
MBM does not advertise support for CNMA, yet only supports CDS style notifications which do not need to be acknowledged. | |||||
2010-06-21 | sms: Only emit property if value actually differs | Denis Kenzior | 1 | -3/+4 | |
2010-06-21 | test: Fix the no-argument case | Denis Kenzior | 1 | -0/+1 | |
2010-06-21 | unit: Add unit tests for status report assembly | Denis Kenzior | 1 | -0/+46 | |
2010-06-21 | smsutil: Take ton_npi into account in sr assembly | Denis Kenzior | 1 | -14/+7 | |
2010-06-21 | smsutil: More code cleanup | Denis Kenzior | 1 | -47/+54 | |
- Change the flow of the code a bit, in the case that all fragments have been sent and an udelivered sr arrives, we can simply remove the node and signal undelivered up - We ignore temporary and temporary final status reports | |||||
2010-06-21 | smsutil: Make code flow easier to understand | Denis Kenzior | 1 | -52/+53 | |
2010-06-21 | smsutil: multiline comments to preferred style | Denis Kenzior | 1 | -3/+7 | |
2010-06-21 | smsutil: Minor code style & indentation fixes | Denis Kenzior | 1 | -10/+9 | |
2010-06-21 | sms: Fixup minor style issues with status reports | Denis Kenzior | 1 | -15/+7 | |
2010-06-21 | sms: Status report notify | Pasi Miettinen | 1 | -1/+70 | |
2010-06-21 | smsutil: memcpy is preferable to struct assignment | Denis Kenzior | 1 | -1/+1 | |
2010-06-21 | smsutil: Streamline flow of sr add_fragment | Denis Kenzior | 1 | -22/+7 | |
2010-06-21 | Fix: Make distcheck pass | Denis Kenzior | 1 | -2/+0 | |
No need to include history.h anyway | |||||
2010-06-21 | history: Make example_history use Delivery Reports | Denis Kenzior | 1 | -2/+8 | |
2010-06-21 | history: API change for status report notify | Pasi Miettinen | 1 | -0/+2 | |
2010-06-21 | smsutil: Status report assembly | Pasi Miettinen | 2 | -0/+214 | |
2010-06-21 | Mention Arun's contributions | Denis Kenzior | 1 | -0/+1 | |
2010-06-21 | Enabling PDP Context support in atmodem. | Arun Ravindran | 1 | -0/+9 | |
2010-06-21 | TODO: PPP server support owner | Zhenhua Zhang | 1 | -0/+1 | |
2010-06-21 | ppp: Fix leak in pppcp_send_protocol_reject | Zhenhua Zhang | 1 | -0/+2 | |
Free the reject pppcp packet after ppp_transmit. | |||||
2010-06-21 | Refactor ussd parser | Yang Gu | 1 | -29/+6 | |
2010-06-19 | Add test script for scanning networks | Marcel Holtmann | 2 | -1/+42 | |
2010-06-18 | atmodem: Use a switch/case in sim.c | Denis Kenzior | 1 | -2/+8 | |
2010-06-18 | mbm: Use MBM vendor quirk of the sim driver. | Andrzej Zaborowski | 1 | -1/+2 | |
2010-06-18 | atmodem: Add PIN entry quirk for mbm. | Andrzej Zaborowski | 1 | -1/+45 | |
Wait for *EPEV unsolicited response after PIN entered, otherwise the next AT+CPIN? query still returns the old value for a fraction of a second and ofono gets stuck until the next PIN entry attempt. | |||||
2010-06-18 | mbm: Register stk driver post sim. | Andrzej Zaborowski | 1 | -1/+2 | |
2010-06-18 | mbmmodem: Allow no response data for envelope. | Andrzej Zaborowski | 1 | -7/+5 | |
Partially reverts http://git.kernel.org/?p=network/ofono/ofono.git;a=commitdiff;h=f98c6dc91702c0d14c0afa2a4e32102d3105568d | |||||
2010-06-18 | test-stkutil: Add a More Time response builder test | Andrzej Zaborowski | 1 | -0/+24 | |