summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-01-06huaweimodem: Move CDMA network registration into default driverMarcel Holtmann6-83/+17
With merging the GSM/UTMS and CDMA modem plugin into a unified version, it also makes sense to merge the Huawei specific vendor atom drivers into one.
2012-01-06huawei: Use CFUN=5 for CDMA offline state handlingMarcel Holtmann1-0/+6
The Huawei CDMA modems only support CFUN=5 for offline mode and so enforce this one if CDMA support has been detected. Even if the modem would indicate AT^RFSWITCH support.
2012-01-06huawei: Handle modems with ROM based SIM cardsMarcel Holtmann1-0/+2
Some modem contain ROM based SIM cards indicated by SIM state 240 and these need to be treated as SIM present.
2012-01-06huawei: Create CDMA atoms if support has been detectedMarcel Holtmann1-0/+13
In case the modem supports CDMA (+CIS707-A capability), then enable CDMA atoms. However only enable if GSM support is not detected.
2012-01-06hso: Enable voice call handling if support has been detectedMarcel Holtmann1-4/+57
Check if AT_OPCMENABLE is supported and if so, then enable the voice call handling as well.
2012-01-06huawei: Create GSM/UMTS atoms only if support has been detectedMarcel Holtmann1-18/+30
2012-01-06atmodem: Add call state polling for Qualcomm MSM based modemsMarcel Holtmann1-2/+9
The voice call support of the Qualcomm MSM based modems does not report NO CARRIER, NO ANSWER or BUSY unsolicited notifications. So keep polling for call state changes via AT+CLCC even during an active call.
2012-01-06atmodem: Disable AT+COLP for Qualcomm MSM based modemsMarcel Holtmann1-1/+10
In case of Qualcomm MSM based modems, AT+COLP=0 needs to be used to make ATD<number>; return right away. Otherwise it only returns once the remote party accepted or rejected the call.
2012-01-06huaweicdma: Delete unused pluginGuillaume Zajac2-250/+0
2012-01-06udev: Simplify vendor_list for Huawei constructorGuillaume Zajac1-3/+1
According to Huawei constructor, the port mapping is identical for all the modems. We can decide to use GSM or CDMA drivers into the plugin.
2012-01-06huawei: Check for supported modem capabilities firstMarcel Holtmann1-2/+34
Use ATI and +GCAP response to determine supported modem capabilities and check if modem does support GSM.
2012-01-06huawei: Change state variable name for voice supportMarcel Holtmann1-4/+4
2012-01-02gsmdial: Set recording after ppp_openDenis Kenzior1-3/+3
2012-01-01atutil: Fix newline before EOFSyam Sidhardhan1-2/+1
2012-01-01sim: fix "network" is pin type for "networkpuk"Jussi Kukkonen1-1/+1
2012-01-01test: Add script for rejecting incoming callsMarcel Holtmann2-0/+34
2012-01-01hso: Add support for detecting is no SIM card is presentMarcel Holtmann1-4/+17
2011-12-31Release 1.1Marcel Holtmann2-1/+15
2011-12-28telit: Fix empty parameter list in functionSyam Sidhardhan1-1/+1
2011-12-28hfp_ag: Fix empty parameter list in functionsSyam Sidhardhan1-2/+2
2011-12-28gprs: Minor whitespace and style fixesOleg Zhurakivskyy1-11/+13
2011-12-28AUTHORS: Mention Syam's contributionsDenis Kenzior1-0/+1
2011-12-28isimodem: Remove extra bogus semicolonSyam Sidhardhan1-1/+1
2011-12-29atmodem: Add support for Option HSO specific PIN retry countersMarcel Holtmann1-0/+43
2011-12-28build: The Telit plugin requires Bluetooth supportMarcel Holtmann1-6/+6
2011-12-26sim: Fix not creating simfs context in some casesDenis Kenzior1-5/+3
2011-12-21Makefile: Add Speedup udev rules to EXTRA_DISTPhilippe Nunes1-1/+2
2011-12-21Add-udev-rules-for-Speedup-donglesPhilippe Nunes1-0/+23
2011-12-20udevng: Do only label assignment for Speedup donglesPhilippe Nunes1-7/+0
2011-12-16features: Describe SPN, CPHS ONS and Short ONSDenis Kenzior1-0/+8
2011-12-16TODO: Mark CPHS SPN and short-SPN tasks as doneOleg Zhurakivskyy1-14/+0
2011-12-16network: Refactor CPHS SPN & Short SPN handlingDenis Kenzior1-63/+29
2011-12-16network: CPHS Short SPN bits do not apply to SPNDenis Kenzior1-13/+10
2011-12-16network: Use __ofono_cphs_service_availableDenis Kenzior1-18/+6
2011-12-16message-waiting: Use new API for CPHS MBDNDenis Kenzior1-4/+2
2011-12-16sim: Add __ofono_sim_cphs_service_availableDenis Kenzior2-0/+8
2011-12-16simutil: Add util to find CPHS service availabilityDenis Kenzior2-0/+19
2011-12-16sim: Reset additional state infoDenis Kenzior1-0/+10
We were not resetting 3GPP and CPHS phase information as well as the CPHS service table entries on sim removal / reset.
2011-12-16network: Add CPHS SPN, short-SPN fallbacksOleg Zhurakivskyy1-30/+148
2011-12-16network: Guard PNN readingDenis Kenzior1-3/+10
In a somewhat bizarre case, both PNN and OPL might change, which will trigger sim_pnn_opl_changed twice. This can have some funny side-effects, so don't allow this to happen in the first place.
2011-12-15cdma-voicecall: Refactor previous commitDenis Kenzior1-17/+11
2011-12-15Add call waiting support in CDMA voice callCaiwen Zhang1-3/+32
2011-12-15network: Use netreg_emit_operator_display_name()Oleg Zhurakivskyy1-54/+22
Redundant in place code removed, netreg_emit_operator_display_name() is now used consistently everywhere in network.c
2011-12-15speedupcdma: Create cdma-netreg atomGuillaume Zajac1-0/+3
According to SpeedUp 7300 specifications, SpeedUp uses same AT command as Huawei so we can create cdma-netreg atom using huaweicdma drivers.
2011-12-15udevng: add another driver name for telitChristopher Vogl1-0/+1
some telit hardware needs option driver.
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