Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-20 | atmodem: Default to +CHUP to hangup_all | Denis Kenzior | 1 | -1/+1 | |
2010-08-16 | atmodem: Remove useless NULL checks before g_free | Marcel Holtmann | 1 | -8/+4 | |
2010-08-12 | atmodem: Use g_at_chat_clone | Denis Kenzior | 1 | -5/+6 | |
2010-08-12 | voicecall: Rename hangup to hangup_active | Sjur Brændeland | 1 | -2/+2 | |
2010-02-08 | Refactor: Remove atutil dump_response | Denis Kenzior | 1 | -15/+0 | |
No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1 | |||||
2010-02-08 | Fix: Don't use ofono_debug directly in plugins | Denis Kenzior | 1 | -5/+5 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in atmodem | Denis Kenzior | 1 | -5/+5 | |
2010-02-04 | Fix: Dead Assignments | Denis Kenzior | 1 | -2/+1 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-09 | Style: Fix some remaining style issues in atmodem | Denis Kenzior | 1 | -4/+5 | |
2009-12-04 | Fix release clcc_source when voicecall is removed | Zhenhua Zhang | 1 | -0/+3 | |
Release the timer to avoid invoking the callback function after voicecall driver is removed. | |||||
2009-12-04 | Refactor: Run CLCC when initializing | Denis Kenzior | 1 | -56/+9 | |
When voicecall atom is initialized, we should run a CLCC query to populate our call list. This also notifies the core of the new calls | |||||
2009-12-04 | Update atmodem voicecall driver to new world order | Denis Kenzior | 1 | -9/+7 | |
2009-12-04 | Fix: Style | Denis Kenzior | 1 | -2/+1 | |
2009-11-16 | Fix: Ignore repeated CCWAs in atmodem as well | Denis Kenzior | 1 | -0/+5 | |
2009-11-13 | Make sure the atmodem handles ATD properly | Denis Kenzior | 1 | -0/+12 | |
The driver must set any existing active calls to held | |||||
2009-11-12 | Use at_util_parse_clcc in atmodem | Zhenhua Zhang | 1 | -57/+2 | |
Replace parse_clcc by at_util_parse_clcc in atmodem voicecall. | |||||
2009-11-11 | Fix: Set data to NULL in drivers | Denis Kenzior | 1 | -0/+3 | |
2009-10-28 | Refactor: Move alloc/release id to atutil.c | Zhenhua Zhang | 1 | -22/+2 | |
2009-10-28 | Refactor: Move & Rename functions to atutil.c | Zhenhua Zhang | 1 | -32/+7 | |
Move and rename call_compare and call_compare_by_status to atutil.c. These will be utilized by other drivers, including hfpmodem. | |||||
2009-10-23 | Fix: Invalid call state transition | Denis Kenzior | 1 | -0/+16 | |
When an active and a waiting call exist, and the active is released the waiting call becomes incoming. This wasn't properly handled by the generic at driver. | |||||
2009-09-22 | Move SSN unsolicited notification activation | Denis Kenzior | 1 | -1/+0 | |
2009-09-11 | Rework DECLARE_FAILURE to be a bit nicer | Denis Kenzior | 1 | -25/+7 | |
2009-09-04 | Rename at.h to atmodem.h | Denis Kenzior | 1 | -1/+1 | |
2009-09-01 | Rename generic_at drivers to atmodem | Denis Kenzior | 1 | -1/+1 | |
Be more consistent with directory naming | |||||
2009-09-01 | Make remove functions not return anything | Denis Kenzior | 1 | -3/+1 | |
2009-09-01 | change int vendor to unsigned int vendor | Denis Kenzior | 1 | -1/+1 | |
2009-09-01 | Add vendor flag capability to voicecalls | Denis Kenzior | 1 | -2/+3 | |
2009-08-19 | Remove modem member from cb_data | Denis Kenzior | 1 | -3/+3 | |
2009-08-19 | Fix release specific not reporting proper reason | Denis Kenzior | 1 | -1/+1 | |
The proper disconnect reason was not being reported in the at modem voicecall plugin | |||||
2009-08-19 | Remove poll_clcc variable | Denis Kenzior | 1 | -26/+17 | |
The reference implementation will always poll. If a modem vendor has extensions for call status reporting, then those should be used in a separate driver | |||||
2009-08-19 | Update the AT modem voicecall driver for new API | Denis Kenzior | 1 | -217/+241 | |
2009-08-19 | Remove dead code in voicecall at driver | Denis Kenzior | 1 | -31/+0 | |
2009-08-14 | Update the AT modem SSN driver to the new API | Denis Kenzior | 1 | -65/+0 | |
2009-07-29 | Rename ofono_modem_userdata | Denis Kenzior | 1 | -20/+21 | |
2009-06-25 | Preserve clip_validity | Denis Kenzior | 1 | -0/+9 | |
CLCC does not report clip_validity. So if clip_validity of witheld has been reported in CLIP, but we're still somehow polling CLCC, which happens if CRING is not supported, and RING is used instead, this fact can be lost. Make sure we preserve clip_validity if possible | |||||
2009-06-25 | Number and Number Type are optional in CLCC | Denis Kenzior | 1 | -7/+5 | |
According to 27.007, the number and number type are optional. We must take care not to do anything unexpected in this case. | |||||
2009-06-11 | Fix another pointer cast to use GINT_TO_POINTER | Denis Kenzior | 1 | -3/+3 | |
2009-06-03 | Add check for error path | Denis Kenzior | 1 | -0/+3 | |
2009-05-28 | Remove unused function | Denis Kenzior | 1 | -8/+0 | |
2009-05-28 | Free voicecalls when exiting | Denis Kenzior | 1 | -0/+3 | |
2009-05-26 | Add plus sign for ATD when dialing international | Denis Kenzior | 1 | -1/+4 | |
2009-05-26 | Create ofono_phone_number struct | Denis Kenzior | 1 | -41/+39 | |
Creates a new structure in driver.h called ofono_phone_number. This is meant to replace const char *number, int number_type arguments everywhere. Fix up all existing code to use this structure instead. | |||||
2009-05-20 | Remove yet more unused variables. | Andrzej Zaborowski | 1 | -2/+0 | |
2009-05-12 | Replace "aofono_" back with "atd_". | Andrzej Zaborowski | 1 | -5/+5 | |
2009-05-12 | Implement AT plugin hooks for +CSSN API. | Andrzej Zaborowski | 1 | -0/+73 | |
2009-05-10 | Add initial implementation of AT modem driver | Denis Kenzior | 1 | -0/+1048 | |