summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem
AgeCommit message (Collapse)AuthorFilesLines
2012-05-30drivers: add quirk for Wavecom Q2403/Q2686 modemsPablo Neira Ayuso1-0/+1
The existing wavecom driver in tree slightly differs from these modems. Thus, it doesn't work work with them. We (the osmocom team) use these Wavecom Q2403/Q2686 modems in our testbed.
2012-05-26atmodem: Enable Icera radio access technology updatesMarcel Holtmann1-0/+4
2012-05-25atmodem: Fix parsing of Icera network state updatesMarcel Holtmann1-18/+22
2012-05-25atmodem: Add support for Icera PIN retry countersMarcel Holtmann1-0/+46
2012-05-24atmodem: Add support for Icera network status updatesMarcel Holtmann1-0/+53
2012-05-24atmodem: Add support for Icera network time handlingMarcel Holtmann1-1/+42
2012-05-24atmodem: Icera devices don't support SMS ACK PDUs eitherMarcel Holtmann1-0/+1
2012-05-24atmodem: Fix issue with AT+CREG=? and AT+CGREG=? handlingMarcel Holtmann2-2/+4
Some modems might see an interim +CREG: or +CGREG: notification when querying the supported modes. Aux: > AT+CFUN=1\r Aux: < \r\nOK\r\n Aux: > AT+CREG=?\r Aux: < \r\n+CREG: 2\r\n Aux: < \r\n+CREG: (0-2)\r\nOK\r\n Unable to initialize Network Registration To make this work, skip to the first line with an actual range value.
2012-05-22atmodem: The Icera modem does not support CIND reportingMarcel Holtmann1-0/+1
2012-05-22atmodem: Add specific quirk for Icera modemsMarcel Holtmann1-0/+1
2012-04-18atmodem: Poll SIM state after having entered PINGuillaume Zajac1-0/+29
We encountered the problem of CME ERROR 14: SIM busy on ZTE modems. ZTE modems don't use SIM notification to check SIM state. We poll SIM ready state before confirming PIN is entered.
2012-04-18atutil: Add destroy notify to sim_state_queryGuillaume Zajac2-2/+9
2012-04-16atmodem: Remove ussd atom in case we fail to initDenis Kenzior1-0/+1
2012-04-06sms: Add ZTE quirk for CDS notificationsPhilippe Nunes1-9/+28
2012-03-23sim: Don't use sprintf unnecessarilyDenis Kenzior1-5/+8
Using sprintf for a single quote is quite wasteful
2012-03-23sim: Fix up various coding style violationsDenis Kenzior1-23/+24
2012-03-23sim: Use quoted string with AT+CRSM data parameterNicolas Bertrand1-86/+41
Fix issue with some modems preventing to update elementary files (speedup, ZTE, huawei, MBM)
2012-03-06voicecall: Fix strange GTA04 modem CLCC behaviorDenis Kenzior1-0/+16
2012-02-27sms: Disable sending AT+CNMA with SIMCOM quirkRenat Zaripov1-1/+3
SIMCOM SIM900 modem module not support AT+CNMA command
2012-02-27atutil: Ignore invalid CLCC resultsDenis Kenzior1-0/+6
Some phones report CLCC calls with out-of-range info. E.g. call index being 0 (it is 1 based according to 27.007) and call states being reported as '6' (valid call states are 0-5.)
2012-02-22sim: Add SIMCOM specific PIN retry handlingRenat Zaripov1-0/+45
Use AT+SPIC for obtaining retries remaining for SIM PIN / PUK AT+SPIC Retries Remaining to Input SIM PIN/PUK +SPIC: <pin1>,<pin2>,<puk1>,<puk2> Parameters <pin1> Times remained to input chv1 <pin2> Times remained to input chv2 <puk1> Times remained to input puk1 <puk2> Times remained to input puk2
2012-02-16atmodem: Use CSQ based notification for IFX signal strengthMarcel Holtmann1-0/+31
Since the XCIEV notifications are unclear, use XCSQ notifcations to report signal strength updates.
2012-02-16atmodem: Ignore results from IFX radio signal strength indicationMarcel Holtmann1-15/+7
It seems the that XCIEV notification actually returns results from XCSQ and not the described range 0-7. This makes this notification rather useless to report signal strength.
2012-02-14atmodem: Fix handling of IFX signal strength indicationMarcel Holtmann1-2/+8
2012-02-14atmodem: Add debug for IFX signal strength reportingMarcel Holtmann1-0/+2
2012-01-11atmodem: Add SIMCOM vendor quirkRenat Zaripov2-0/+2
Adding vendor quirk for SIMCOM SIM900 modem module.
2012-01-12atmodem: Add more debug for USSD response parsingMarcel Holtmann1-0/+4
2012-01-11atmodem: Create new sim driver without EF entriesGuillaume Zajac1-0/+16
This driver will be used by CDMA modems to support PIN management and IMSI retreival. EF entries for CDMA modems cannot be implemented without manufacturers specifications.
2012-01-11ussd: Remove CSCS handling for QUALCOMM_MSMDenis Kenzior1-13/+0
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-01atutil: Fix newline before EOFSyam Sidhardhan1-2/+1
2011-12-29atmodem: Add support for Option HSO specific PIN retry countersMarcel Holtmann1-0/+43
2011-12-15telit: use CIND "rssi" indicator instead of "signal"Christopher Vogl1-2/+5
"signal" indicator permanently reports 99 (not measurable).
2011-10-10drivers: Update copyright informationMarcel Holtmann23-38/+38
2011-10-06atmodem: Use ZTE specific vendor quirk for SMS supportMarcel Holtmann1-0/+2
2011-08-14stk: Use phonesim vendor for modem-handled cmdsDenis Kenzior1-0/+22
2011-08-14stk: Rewrite generic driver to use 27.007 commandsDenis Kenzior1-166/+39
2011-08-14sim-poll: Remove unused codeDenis Kenzior2-279/+0
2011-08-09atmodem: Samsung devices do not support CIND signal strength reportingMarcel Holtmann1-0/+1
2011-08-09voicecall: Fix minor whitespace issueDenis Kenzior1-1/+1
2011-08-07atmodem: Add vendor quirk entry for Samsung devicesMarcel Holtmann1-0/+1
2011-08-05atmodem: Add funny ZTE quirk for GPRS context supportMarcel Holtmann1-0/+21
2011-08-05atmodem: Add support for handling GPRS context vendor quirksMarcel Holtmann1-0/+3
2011-08-04speedup: Add support for retrieving PIN retry countersMarcel Holtmann1-0/+65
2011-08-04atmodem: Add Speedup vendor quirk to SIM file readingMarcel Holtmann1-0/+1
2011-08-04atmodem: Add support for ZTE technology reportingMarcel Holtmann1-1/+77
2011-08-03atmodem: Enable support for PIN retry counters of ZTE modemsMarcel Holtmann1-3/+45
2011-08-03atmodem: Enable timezone reporting for ZTE modemsMarcel Holtmann1-0/+6
2011-08-03atmodem: The ZTE dongles send LAC and CI as unquoted stringsMarcel Holtmann1-0/+3