summaryrefslogtreecommitdiffstats
path: root/drivers/ifxmodem
AgeCommit message (Collapse)AuthorFilesLines
2011-03-15ifxmodem: update to new gprs context interfaceMika Liljeberg1-15/+20
2011-02-11ifxmodem: fix issue in set rat modeJeevaka Badrappan1-1/+4
2011-02-11ifxmodem: add CNAP supportJeevaka Badrappan1-0/+51
2011-02-08ifxmodem: move call creation to xcallstat_notifyJeevaka Badrappan1-74/+98
2011-02-07ifxmodem: remove colp handling done inside atd_cbJeevaka Badrappan1-28/+2
2011-02-07ifxmodem: add handling of XCOLP notificationJeevaka Badrappan1-0/+51
2011-02-07ifxmodem: fix issue with gatchat usageJeevaka Badrappan1-2/+2
2011-02-05ifxmodem: M16 coding style fixJeevaka Badrappan1-5/+5
2011-02-05ifxmodem: Use defined call_status enumJeevaka Badrappan1-12/+21
2011-02-04ifxmodem: fix xtms read and test cmd prefixJeevaka Badrappan1-2/+2
with the latest modem firmware, xctms prefix is returned as per the 3GPP format.
2011-02-01ifxmodem: use ofono_call initializerLucas De Marchi1-1/+3
2011-01-29ifxmodem: remove NULL checkJeevaka Badrappan3-17/+2
2011-01-26voicecall: remove ofono_cug_optionJeevaka Badrappan1-10/+2
2011-01-14ifxmodem: change AT command for enabling SATKJeevaka Badrappan1-6/+5
2011-01-14ifxmodem: add enable/disable ctm supportJeevaka Badrappan3-0/+199
2011-01-12ifxmodem: M15 coding style fixJeevaka Badrappan6-20/+20
2010-12-16ifx: Take out unused definesDenis Kenzior1-6/+0
2010-11-29drivers: explicitly compare pointers to NULLLucas De Marchi5-18/+18
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
2010-10-29ifxmodem: Enable emergency call state notificationsMarcel Holtmann1-1/+30
This enables the Infineon specific emergency call state notifications so that they show up in the traces when this happens. No logic to handle them properly is implemented.
2010-10-28ifxmodem: Enable Calling Name Presentation (CNAP) notificationsMarcel Holtmann1-0/+1
This enables the CNAP notifications so that they show up in the traces if used by a network. No logic is implemented to handle them.
2010-10-27ifxmodem: Notify core about handled commandsDenis Kenzior1-5/+5
2010-10-27ifxmodem: Fix handling of radio access mode enumMarcel Holtmann1-9/+9
2010-10-27ifxmodem: Add full set of GPRS context debug statementsMarcel Holtmann1-2/+20
2010-10-27ifxmodem: Add some more GPRS context debug statementsMarcel Holtmann1-0/+4
2010-10-26ifxmodem: Add support GPRS contexts with username and passwordMarcel Holtmann1-2/+13
2010-10-26ifxmodem: Fix GPRS disconnect handling from network sideMarcel Holtmann1-4/+8
2010-10-25ifxmodem: Fix handling of AT+XDNS with multiple contextsMarcel Holtmann1-14/+16
2010-10-22ifxmodem: Use g_try_new0 when checking for the resultMarcel Holtmann1-1/+1
2010-10-21ifxmodem: Fix compiler warnings in GPRS context driverMarcel Holtmann1-7/+6
2010-10-21ifxmodem: Add support for Infineon GPRS context setup with M-RAW_IPMarcel Holtmann1-0/+418
This patch adds support for setting up a GPRS context and then switching it into M-RAW_IP mode. The handling of the M-RAW_IP data stream is not yet implemented.
2010-10-21ifxmodem: Add skeleton for Infineon specific GPRS context driverMarcel Holtmann3-0/+49
2010-10-20ifxmodem: Signal STK session end only after normal ending of commandMarcel Holtmann1-1/+2
The Infineon modem returns more detailed information of the SIM Toolkit proactive sessions to the modem driver. A proactive session starts with the status response '91 xx' (proactive command pending) and ends with a status response response of '90 00' (normal ending of command) after Terminal Response. So only when receiving '90 00' result, the indication that the session has ended should be given to the core.
2010-10-19ifxmodem: Fix missing result iter init call for SIM ToolkitMarcel Holtmann1-0/+2
2010-10-19ifxmodem: Enable SIM Toolkit with AT+CFUN=6Marcel Holtmann1-9/+6
The current Infineon firmware overloads the AT+CFUN command with enabling SIM Toolkit and fetching of proactive commands. It seems to be safe to send this command in offline mode (AT+CFUN=4) and also in online mode (AT+CFUN=1). These are the two cases where SIM Toolkit atom would be initialized.
2010-10-13ifxmodem: Send DTMF commands without quotesMarcel Holtmann1-5/+4
The AT+VTS command takes a single character and should not use quotes.
2010-10-01ifxmodem: Notify about audio settings modeMarcel Holtmann1-0/+7
2010-10-01audio: Update audio settings API for active notificationMarcel Holtmann1-2/+2
2010-09-30ifxmodem: Remove setting of XPROGRESS notificationsMarcel Holtmann1-2/+2
The XPROGRESS notifcations are now handled inside an Infineon specific audio settings driver. So no need to do that in the the voice call driver as well.
2010-09-30ifxmodem: Add support for audio settingsMarcel Holtmann3-0/+154
2010-09-28ifx: ifx_chup should send a +CHUPDenis Kenzior1-1/+1
2010-09-27ifxmodem: Enable audio related progress informationMarcel Holtmann1-0/+1
This is using AT+XPROGRESS=1 to enable the audio related notifications of the modem. None of these information is currently used. This command is only present to have these details show up in the debug logs.
2010-09-27ifxmodem: Two more cleanupsMarcel Holtmann1-2/+0
2010-09-27ifxmodem: Some cleanups in voice call driverMarcel Holtmann1-4/+6
2010-09-26ifxmodem: Make SIM Toolkit envelope submission workMarcel Holtmann1-13/+8
2010-09-26ifx: Fix double free issueDenis Kenzior1-1/+1
2010-09-25ifxmodem: Fix name of voice call driverMarcel Holtmann1-1/+1
2010-09-24ifx: Take out the vendor field in voicecall driverDenis Kenzior1-2/+0
2010-09-24ifx: Assume CLIP always arrivesDenis Kenzior1-112/+1
If the CLIP always arrives after a CRING, then we do not ever need to poll CLCC.
2010-09-24ifx: Don't bother polling on an ATDDenis Kenzior1-14/+9
The core can handle stateless drivers that do not keep clip state, in the case of IFX we can skip the poll after ATD for finding out our CLIP and just keep it as invalid / obtained from COLP. The core should do the right thing.
2010-09-24ifxmodem: Reorder voicecall driver before all otherMarcel Holtmann2-4/+4