Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-11 | isimodem: Get rid of whitespace corruption | Denis Kenzior | 1 | -1/+1 | |
2010-11-11 | isimodem: Fix style issues in gprs-context.c | Aki Niemi | 1 | -19/+28 | |
2010-11-11 | isimodem: revector GPRS context driver | Mika Liljeberg | 1 | -159/+121 | |
2010-11-04 | isigen: increase offline timeout | Pekka Pessi | 1 | -0/+1 | |
The modem deregisters from network before response to MTC_STATE_REQ is returned. Deregistering can take up to 6 seconds. | |||||
2010-11-04 | atmodem: Remove at_pin_send_puk_cb, and use at_pin_send_cb instead. | Marit Henriksen | 1 | -33/+1 | |
When adding the use of pin event *EPEV also to at_pin_send_puk_cb, it becomes identical to at_pin_send_cb, and can be removed. | |||||
2010-10-30 | stemodem: Fix broken coding style | Marcel Holtmann | 1 | -1/+1 | |
2010-10-29 | ifxmodem: Enable emergency call state notifications | Marcel Holtmann | 1 | -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-29 | atmodem: Add support for IFX specific GPRS suspend notification | Marcel Holtmann | 1 | -2/+41 | |
The Infineon modem informs about GPRS suspend cases. For example when GPRS is active and a call is made. If the status changes, inform the core about this change. This uses GPRS_SUSPENDED_UNKNOWN_CAUSE reason since the modem does not give a clear reason why GPRS was suspended. With this reason there is a delay before the status change gets send out as D-Bus signal. | |||||
2010-10-28 | atmodem: Add dummy handler for generic time zone update | Marcel Holtmann | 1 | -1/+22 | |
2010-10-28 | atmodem: Time reporting on Infineon modem is IFX specific | Marcel Holtmann | 1 | -4/+4 | |
The time reporting via +CTZV and +CTZDST on the Infineon modem is not following the standard. So mark these clearly as IFX specific. | |||||
2010-10-28 | atmodem: Enable home zone reporting for IFX modems | Marcel Holtmann | 1 | -3/+26 | |
For the Infineon modem the AT+XHOMEZR option can be set to get informed about home zone labels. If this information is available, it it still not properly used, but it shows up in the traces for reference. | |||||
2010-10-28 | ifxmodem: Enable Calling Name Presentation (CNAP) notifications | Marcel Holtmann | 1 | -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-27 | isimodem: add support for FastDormancy property | Mika Liljeberg | 1 | -1/+90 | |
2010-10-27 | ifxmodem: Notify core about handled commands | Denis Kenzior | 1 | -5/+5 | |
2010-10-27 | mbmmodem: Notify core about handled commands | Denis Kenzior | 1 | -4/+18 | |
2010-10-27 | calypsomodem: Notify core about handled commands | Denis Kenzior | 1 | -5/+18 | |
2010-10-27 | mbmmodem: Print IP details after GPRS context setup | Marcel Holtmann | 1 | -0/+3 | |
2010-10-27 | atmodem: Print IP details after GPRS context setup | Marcel Holtmann | 1 | -0/+3 | |
2010-10-27 | mbmmodem: Remove some pointless debug prefix strings | Marcel Holtmann | 1 | -3/+3 | |
2010-10-27 | ifxmodem: Fix handling of radio access mode enum | Marcel Holtmann | 1 | -9/+9 | |
2010-10-27 | hsomodem: Fix handling of radio access mode enum | Marcel Holtmann | 1 | -9/+9 | |
2010-10-27 | nwmodem: Fix handling of radio access mode enum | Marcel Holtmann | 1 | -9/+9 | |
2010-10-27 | mbmmodem: Add some more GPRS context debug statements | Marcel Holtmann | 1 | -1/+29 | |
2010-10-27 | huaweimodem: Fix some GPRS context debug statements | Marcel Holtmann | 1 | -7/+7 | |
2010-10-27 | ifxmodem: Add full set of GPRS context debug statements | Marcel Holtmann | 1 | -2/+20 | |
2010-10-27 | atmodem: Add some more GPRS context debug statements | Marcel Holtmann | 1 | -2/+14 | |
2010-10-27 | huaweimodem: Add some more GPRS context debug statements | Marcel Holtmann | 1 | -0/+4 | |
2010-10-27 | ifxmodem: Add some more GPRS context debug statements | Marcel Holtmann | 1 | -0/+4 | |
2010-10-26 | ifxmodem: Add support GPRS contexts with username and password | Marcel Holtmann | 1 | -2/+13 | |
2010-10-26 | ifxmodem: Fix GPRS disconnect handling from network side | Marcel Holtmann | 1 | -4/+8 | |
2010-10-25 | huaweimodem: Add bits and pieces for NDIS receive handling | Marcel Holtmann | 1 | -4/+60 | |
2010-10-25 | ifxmodem: Fix handling of AT+XDNS with multiple contexts | Marcel Holtmann | 1 | -14/+16 | |
2010-10-25 | atmodem: Enable time zone reporting for Option modems | Marcel Holtmann | 1 | -1/+3 | |
2010-10-24 | atmodem: Enable time update reporting for MBM modems | Marcel Holtmann | 1 | -6/+64 | |
2010-10-24 | huaweimodem: Increase NDIS setup time to 20 seconds | Marcel Holtmann | 1 | -2/+2 | |
2010-10-24 | mbmmodem: Check IP address with AT+CGPADDR for older modems | Marcel Holtmann | 1 | -0/+4 | |
2010-10-22 | atmodem: Delay return from send_dtmf | Andrzej Zaborowski | 1 | -2/+61 | |
AT+VTS responds with an OK immediately, so add a wait in the driver before returning so that core knows when the tone has finished. Note that some modems actually do wait against 27.007, and other modems use a manufacturer specific AT command and the drivers will need to handle accordingly. | |||||
2010-10-22 | atmodem: Parse optional PLMN parameter of AT+COPS=? result | Marcel Holtmann | 1 | -1/+4 | |
The Infineon modem adds an optional <plmn_list> parameter after the access technology parameter <AcT>. It is not always present, but when present it makes the operator listing fail. +COPS: (2,"T-Mobile D","TMO D","26201",0,0),(3,"E-Plus","E-Plus","26203",0,),(3,"Vodafone.de","Vodafone.de","26202",0,),(3,"o2 - de","o2 - de","26207",0,) Not all networks have this parameter and maybe only the home network has it anyway. And so far this feature seems to be Infineon specific, but just in case, parse the parameter if present to make sure the operator listing is available. | |||||
2010-10-22 | ifxmodem: Use g_try_new0 when checking for the result | Marcel Holtmann | 1 | -1/+1 | |
2010-10-21 | ifxmodem: Fix compiler warnings in GPRS context driver | Marcel Holtmann | 1 | -7/+6 | |
2010-10-21 | ifxmodem: Add support for Infineon GPRS context setup with M-RAW_IP | Marcel Holtmann | 1 | -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-21 | isimodem: Remove hack for notifying strength | Aki Niemi | 1 | -10/+0 | |
2010-10-21 | atmodem: Add support for IFX specific phonebook ready notification | Marcel Holtmann | 1 | -15/+50 | |
2010-10-21 | atmodem: Use g_try_new0 when checking for the result | Marcel Holtmann | 1 | -1/+1 | |
2010-10-21 | ifxmodem: Add skeleton for Infineon specific GPRS context driver | Marcel Holtmann | 3 | -0/+49 | |
2010-10-21 | atmodem: Check for TUN/TAP support before enabling PPP | Marcel Holtmann | 1 | -0/+13 | |
2010-10-20 | isi: fix SMS | Pekka Pessi | 1 | -31/+60 | |
Align read-params with update-params properly. Align and fill tpdu sub block in submit. | |||||
2010-10-20 | isi: fix SMS | Pekka Pessi | 1 | -37/+56 | |
Read absence/presence flags from correct field. Try to avoid overwriting other SMS parameters but SCA address. Use g_isi_(v)send(). | |||||
2010-10-20 | isi: fix hangup_active and set_udub methods | Pekka Pessi | 1 | -24/+36 | |
The concept of "active" call seems to be overloaded. | |||||
2010-10-20 | isimodem: Fix setting SCA type | Aki Niemi | 1 | -1/+1 | |