summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-12-15AUTHORS: Mention Christopher's contributionsDenis Kenzior1-0/+1
2011-12-15telit: use CIND "rssi" indicator instead of "signal"Christopher Vogl1-2/+5
"signal" indicator permanently reports 99 (not measurable).
2011-12-10speedupcdma: Tweak plugin to notify dormant stateGuillaume Zajac1-1/+6
2011-12-10TODO: Mark RSSI task for 1xEVDO as doneGuillaume Zajac2-6/+3
2011-12-10TODO: Split in 2 tasks RSSI and SINR measurementGuillaume Zajac1-2/+7
2011-12-09huaweicdmamodem: Fix sysinfo parsingPhilippe Nunes1-1/+1
In practice, the service domain is set to 255 (cdma not supported) with an EV-DO capable hardware.
2011-12-09huaweicdma: Use pcui port for cdma_netregPhilippe Nunes1-1/+1
2011-12-09cdma-connman: Turn off modem dormancy timeoutsDenis Kenzior1-0/+2
2011-12-08huaweicdma: Tweak plugin to notify dormant stateGuillaume Zajac1-1/+6
Specify vendor in creating cdma-connman atom. Set PCUI interface as slave of MODEM interface to receive dormant state notification during data call.
2011-12-08cdma-connman: Support Huawei dormant notificationsGuillaume Zajac1-0/+42
2011-12-08cdma-connman: Add dormant_notify implementationGuillaume Zajac1-0/+17
2011-12-08cdma-connman: Add dormant state notification APIGuillaume Zajac1-0/+3
2011-12-08TODO: Mark RSSI measurement task as doneGuillaume Zajac2-6/+6
2011-12-08TODO: Split in 2 tasks RSSI and Ec/Io measurementGuillaume Zajac1-1/+6
2011-12-08TODO: Mark net initiated disconnect task as doneGuillaume Zajac2-6/+6
2011-12-07huaweicdma: Add data strength notification supportGuillaume Zajac1-0/+28
2011-12-02network: Split EFspn and EFspdi Refresh handlingDenis Kenzior1-12/+32
If both EFspn and EFspdi are changed, then we trigger reading of EFspn twice which leads to a memory leak. Instead, always read EFspdi if the relevant service is available. If EFspdi is changed, use a simple heuristic to update the 'Name' property if appropriate. This heuristic is not always correct, but in the worst case we will emit the same name.
2011-12-02network: Refactor sim_spdn_spdi_changedDenis Kenzior1-12/+8
2011-12-02network: Tweak namingDenis Kenzior1-3/+2
2011-12-02simutil: Minor whitespace fixDenis Kenzior1-1/+1
2011-12-02simutil: Add CPHS SPN & short SPN to EFdbDenis Kenzior1-0/+2
2011-12-02simutil: Add CPHS SPN and short-SPN IDsOleg Zhurakivskyy1-0/+2
2011-12-02gprs-provision: Fix crash if no SPN presentOleg Zhurakivskyy1-1/+1
2011-12-02network: Rename spname to spnOleg Zhurakivskyy1-9/+9
2011-12-02network: Go back to the originalDenis Kenzior1-4/+6
The code is a little bit more readable and slightly more efficient this way
2011-12-02network: Refactor sim_spn_read_cb()Oleg Zhurakivskyy1-34/+48
Refactor sim_spn_read_cb() for CPHS SPN, short-SPN inclusion
2011-12-02network: M9 coding style correctionsOleg Zhurakivskyy1-5/+5
2011-12-02doc: Remove stale TODODenis Kenzior1-2/+0
2011-11-30gsmdial: Make sure to use '#' at the endDenis Kenzior1-1/+1
The bluetooth path got this part wrong
2011-11-29sierra: Fix memory leakGuillaume Zajac1-0/+3
2011-11-27simfs: Call callback even if impl isn't providedGuillaume Zajac1-1/+3
2011-11-24cdma-netreg: Add skeleton sid query implementationPhilippe Nunes1-0/+25
2011-11-24include: Add serving_system method to cdma-netregPhilippe Nunes1-0/+7
2011-11-24update gitignoreDenis Kenzior1-0/+1
2011-11-22modem: Add Type property to GetProperties resultDaniel Wagner1-0/+18
2011-11-22doc: Add Type to the Modem objectDaniel Wagner1-0/+11
Indicate the kind of modem it is before it is powered up.
2011-11-22sap: Add modem type sapDaniel Wagner1-0/+1
2011-11-22hfp_hf: Add modem type hfpDaniel Wagner1-0/+1
2011-11-22include: Add modem type to modem.hDaniel Wagner1-0/+7
2011-11-16tools: Add lookup-provider-name utilityPhilippe Nunes2-1/+106
This is a quick tool to look up CDMA network name based on the SID from the mobile-broadband-provider-info database.
2011-11-16plugins: Make the code a bit prettierDenis Kenzior1-13/+14
2011-11-16mbpi: Add mbpi_lookup_cdma_provider_name APIPhilippe Nunes2-0/+148
2011-11-14gatchat: Fix minor style issueDenis Kenzior1-1/+1
2011-11-14tools: Update to the new mbpi APIPhilippe Nunes1-1/+1
2011-11-14provision: Update to the new mbpi APIPhilippe Nunes1-1/+1
2011-11-14mbpi: mbpi_lookup becomes mbpi_lookup_apnPhilippe Nunes2-37/+36
2011-11-13build: Create src/builtin.h via BUILT_SOURCESMarcel Holtmann1-4/+2
2011-11-07gatchat: Minor style fixupDenis Kenzior2-0/+2
2011-11-07gatchat: Remove erroneous break statementDenis Kenzior1-1/+0
2011-11-07gatchat: Add IPv6 Control ProtocolOleg Zhurakivskyy3-1/+386