Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-18 | stkutil: Add More Time terminal response builder | Andrzej Zaborowski | 2 | -0/+2 | |
2010-06-18 | stkutil: USSD max len is 160 | Denis Kenzior | 1 | -1/+1 | |
2010-06-18 | stk: Add parser for timing advance objects | Yang Gu | 3 | -13/+41 | |
2010-06-18 | teststk: Add test for send ussd parser | Yang Gu | 1 | -0/+1319 | |
2010-06-18 | smsutil: Add a decoder for ussd pdus | Yang Gu | 2 | -0/+46 | |
2010-06-18 | stk: Add parser for send ussd commands | Yang Gu | 2 | -0/+70 | |
2010-06-18 | huawei: Import Huawei rules | Florian Steinel | 1 | -1/+298 | |
From 10-Huawei-Datacard.rules (Linux Driver 4.08.01.108.tar.gz) | |||||
2010-06-18 | gathdlc: Don't crash if unreffed in callback | Denis Kenzior | 1 | -1/+18 | |
2010-06-17 | gsmdial: Unref ppp when we get disconnected | Zhenhua Zhang | 1 | -0/+5 | |
2010-06-17 | test-server: Fix GIOChannel leak in create_tty | Zhenhua Zhang | 1 | -4/+2 | |
Remove client_io and unref server_io after creating GAtServer. | |||||
2010-06-17 | gatserver: Check for disconnection when resuming | Zhenhua Zhang | 1 | -0/+5 | |
If the internal GAtIO is no longer valid, treat it as if our channel was disconnected. | |||||
2010-06-17 | gatserver: Suspend/resume GAtServer with GAtIO | Zhenhua Zhang | 2 | -150/+114 | |
Support g_at_server_suspend and g_at_server_resume operation by using GAtIO to handle IO related function. | |||||
2010-06-17 | hfp: Use bluetooth_parse_properties | Denis Kenzior | 1 | -91/+11 | |
Instead of the local version | |||||
2010-06-17 | bluetooth: Rename & expose parse_properties | Denis Kenzior | 2 | -3/+2 | |
2010-06-17 | hfp: Use the bluetooth_send_with_reply | Denis Kenzior | 1 | -85/+26 | |
Instead of send_method_call_with_reply | |||||
2010-06-17 | bluetooth: Rename send_method_call_with_reply | Denis Kenzior | 2 | -3/+10 | |
2010-06-17 | Remove send_method_call from hfp.c | Gustavo F. Padovan | 1 | -40/+33 | |
2010-06-17 | Move create_path() to bluetooth plugin | Gustavo F. Padovan | 3 | -24/+26 | |
2010-06-17 | Add parse properties stuff to bluetooth.c | Gustavo F. Padovan | 1 | -0/+84 | |
2010-06-17 | Add send_method_call_with_reply to bluetooth.c | Gustavo F. Padovan | 1 | -0/+53 | |
2010-06-17 | Add bluetooth plugin skeleton. | Gustavo F. Padovan | 4 | -7/+123 | |
The bluetooth plugin has bluetooth_resgister_uuid() and bluetooth_unresgister_uuid() where bluetooth profiles plugins such as HFP and DUN can register themselves to get know about BlueZ stuff ( new devices, bluetoothd shutdown, etc..) | |||||
2010-06-17 | Fix: potential to crash in atmodem | Denis Kenzior | 1 | -14/+20 | |
Some callbacks in call-meter were assuming that a modem follows 27.007 and actually returns a string. Some modems don't return a string that is properly formatted (e.g. in quotes). The strtol was thus accessing uninitialized memory and crashing ofono. | |||||
2010-06-16 | stkutil: Make sure bc_repeat is used properly | Denis Kenzior | 1 | -2/+7 | |
The wrong structure was being used in the function & the has_bc_repeat variable was not being set properly. | |||||
2010-06-16 | stkutil: Merge two versions of bcch_channel_list | Denis Kenzior | 3 | -13/+14 | |
2010-06-16 | stk: Add parser for UTRAN meas qualifier objects | Yang Gu | 2 | -0/+11 | |
2010-06-16 | stk: Add parser for PDP activation param objects | Yang Gu | 2 | -0/+29 | |
2010-06-16 | stk: Add parser for bcch channel list objects | Yang Gu | 2 | -0/+39 | |
2010-06-16 | stk: Add parser for cell broadcast page objects | Yang Gu | 2 | -0/+30 | |
2010-06-16 | Add several proactive command parsers | Yang Gu | 2 | -0/+566 | |
2010-06-16 | teststk: Add test for send ss parser | Yang Gu | 1 | -0/+1054 | |
2010-06-16 | stk: Add parser for send ss commands | Yang Gu | 2 | -0/+85 | |
2010-06-16 | Fix previous commit that broke reference to PDU string buffer | Marcel Holtmann | 1 | -8/+11 | |
2010-06-16 | Fix memory allocation handling for STK Proactive command debug | Marcel Holtmann | 1 | -7/+8 | |
2010-06-16 | Use PROFILE DOWNLOAD to detect SIM Toolkit support for MBM | Marcel Holtmann | 1 | -12/+8 | |
2010-06-15 | stkutil: Minor style cleanups in stkutil | Denis Kenzior | 2 | -106/+114 | |
2010-06-15 | stkutil: Add Terminal Applications envelope builder | Andrzej Zaborowski | 2 | -0/+64 | |
This is not a terribly useful function as the user still needs to split the list in separate envelopes. The .type field could be an enum. | |||||
2010-06-15 | stkutil: Add MMS Notification DL envelope builder | Andrzej Zaborowski | 2 | -0/+44 | |
2010-06-15 | stkutil: Add MMS Transfer Status envelope builder | Andrzej Zaborowski | 2 | -0/+95 | |
2010-06-15 | stkutil: Add the USSD Download envelope builder | Andrzej Zaborowski | 2 | -0/+15 | |
2010-06-15 | test-stkutil: Tests for Timer Expiration envelope | Andrzej Zaborowski | 1 | -0/+49 | |
2010-06-15 | stkutil: Add the Timer Expiration envelope builder | Andrzej Zaborowski | 2 | -0/+19 | |
2010-06-15 | test-stkutil: Tests for Event Download envelope | Andrzej Zaborowski | 1 | -0/+1204 | |
2010-06-15 | stkutil: Add the Event Download envelope builder | Andrzej Zaborowski | 2 | -0/+728 | |
2010-06-15 | stkutil: Refactor struct stk_frames_info | Andrzej Zaborowski | 2 | -3/+12 | |
2010-06-15 | stkutil: Refactor struct stk_other_address | Andrzej Zaborowski | 4 | -3/+9 | |
2010-06-15 | test-stkutil: Tests for Call Control envelope | Andrzej Zaborowski | 1 | -0/+158 | |
2010-06-15 | stkutil: Add the Call Control envelope builder | Andrzej Zaborowski | 2 | -0/+242 | |
2010-06-15 | Remove all voice related atoms from MBM modem support | Marcel Holtmann | 1 | -23/+4 | |
2010-06-14 | atmodem: Couple tiny style fixes | Denis Kenzior | 1 | -4/+4 | |
2010-06-14 | Report cell technology capability for Option HSO modems | Daniel Wagner | 1 | -62/+122 | |
Option modem use OCTI and OUWCTI commands for reporting the cell capability. |