Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-19 | netreg: Fix crash when CREG is reported too early | Denis Kenzior | 1 | -17/+12 | |
If we register for CREG notifications before the netreg atom is registered (e.g. in MBM due to CIND queries) we crash if the CREG notification arrives before the CIND is queried. | |||||
2010-05-19 | huawei: add gprs context | Kalle Valo | 1 | -0/+4 | |
Tested with Huawei E1552 HSDPA USB stick using a finnish Saunalahti prepaid SIM. | |||||
2010-05-19 | Move report_signal_strength to atutil | Kalle Valo | 1 | -16/+6 | |
The function is needed in two different places, better to move it to atutil.h. | |||||
2010-03-29 | Style: braces are not needed | Denis Kenzior | 1 | -1/+1 | |
2010-03-29 | Fix: Use tech reported by MBM erinfo | Denis Kenzior | 1 | -0/+33 | |
2010-03-28 | Fix: Handle 2 and 3 argument versions of ERINFO | Denis Kenzior | 1 | -3/+23 | |
2010-03-28 | Move erinfo notify to atmodem netreg driver | Denis Kenzior | 1 | -0/+27 | |
2010-03-26 | Add phonesim vendor quirk | Denis Kenzior | 1 | -0/+7 | |
2010-03-26 | Refactor: Use CIND as default strength reporting | Denis Kenzior | 1 | -31/+99 | |
Many vendors seem to use CIND instead of CSQ / proprietary extensions. | |||||
2010-02-08 | Refactor: Remove atutil dump_response | Denis Kenzior | 1 | -20/+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 | -9/+9 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in atmodem | Denis Kenzior | 1 | -1/+1 | |
2010-01-25 | Add STE modem support for GPRS and network registration | Sjur Brændeland | 1 | -2/+76 | |
2010-01-20 | Add quirk for cid and lac handling for Huawei | Jussi Kukkonen | 1 | -2/+6 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-10 | Activate Speech Service for Option devices | Marcel Holtmann | 1 | -0/+16 | |
2009-12-10 | Query current state of Option specific settings | Marcel Holtmann | 1 | -0/+6 | |
2009-12-09 | Use at_util_parse_reg in netreg driver | Denis Kenzior | 1 | -51/+6 | |
2009-12-07 | Add experimental Option tech parsing | Denis Kenzior | 1 | -0/+58 | |
Option seems to implement their own commands for network technology reporting. This is a first attempt to implement this for data gathering purposes. | |||||
2009-12-07 | Add support for HSO signal quality reporting | Denis Kenzior | 1 | -0/+26 | |
2009-12-07 | Refactor: Calypso unsolicited signal strength | Denis Kenzior | 1 | -4/+9 | |
2009-11-18 | Fix: Report the current operator as current | Denis Kenzior | 1 | -1/+2 | |
2009-11-11 | Fix: Set data to NULL in drivers | Denis Kenzior | 1 | -0/+2 | |
2009-11-10 | Fix: Don't bail if CREG/CGREG mode=2 is unsupported | Andrzej Zaborowski | 1 | -3/+53 | |
2009-10-29 | Update the atmodem driver to the new API | Denis Kenzior | 1 | -2/+2 | |
2009-09-29 | Be more numerically stable | Denis Kenzior | 1 | -2/+2 | |
2009-09-11 | Rework DECLARE_FAILURE to be a bit nicer | Denis Kenzior | 1 | -41/+11 | |
2009-09-04 | Rename at.h to atmodem.h | Denis Kenzior | 1 | -1/+1 | |
2009-09-03 | Add quirk for network-registration for calypso | Denis Kenzior | 1 | -6/+41 | |
Support calypso-specific AT%CSQ notifications | |||||
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/+2 | |
2009-09-01 | Add vendor flag capability to netreg | Denis Kenzior | 1 | -2/+2 | |
2009-08-19 | Remove modem member from cb_data | Denis Kenzior | 1 | -7/+7 | |
2009-08-19 | Update netreg AT modem driver to the new API | Denis Kenzior | 1 | -91/+104 | |
2009-07-29 | Rename ofono_modem_userdata | Denis Kenzior | 1 | -12/+13 | |
2009-07-29 | Remove supports_tech variable | Denis Kenzior | 1 | -12/+3 | |
The proper way to register with a particular network technology is to use a band selection command (e.g. select 2G only or 3G only, or hybrid) The tech selection according to 27.007 is non-binding anyway | |||||
2009-07-29 | Tweak CREG notification to be more fault tolerant | Denis Kenzior | 1 | -0/+10 | |
2009-06-12 | Fixup style issues with previous MCC/MNC patch | Denis Kenzior | 1 | -19/+16 | |
- Breakup MCC/MNC LENGTH constant - Don't hardcode numbers - Fix >80 column length - Fix test case to expect strings instead of shorts | |||||
2009-06-12 | Change MNC and MCC variable types to string | Aki Niemi | 1 | -30/+27 | |
This is to make sure both 2 and 3-digit MNC values are correctly handled. Both the modem plugin API as well as the D-Bus API are affected. | |||||
2009-06-03 | Add check for error path | Denis Kenzior | 1 | -0/+3 | |
2009-05-20 | Remove yet more unused variables. | Andrzej Zaborowski | 1 | -2/+0 | |
2009-05-10 | Add initial implementation of AT modem driver | Denis Kenzior | 1 | -0/+675 | |