Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-25 | ifx: Use internal mutliplexer if line discipline is not specified | Marcel Holtmann | 1 | -13/+70 | |
If there is no line discipline specified for a kernel based multiplexer, then fallback to the internal one. | |||||
2010-09-25 | ifx: Use multiplexer line discipline configuration option | Marcel Holtmann | 1 | -6/+18 | |
Since the udev support allows to specify a line discipline number as part of the modem configuration, use that one and report and error if it has not been set. | |||||
2010-09-25 | udev: Add support for setting IFX multiplexer line discipline | Marcel Holtmann | 1 | -0/+14 | |
The IFX modem plugin uses a kernel based multiplexer. And to support different line discipline numbers on different target platforms, allow them to be specified as option: KERNEL=="ttyIFX[0-9]*", ENV{OFONO_DRIVER}="ifx", ENV{OFONO_IFX_LDISC}="23" The extra OFONO_IFX_LDISC option specifies to use line discipline 23 for the multiplexer setup. The number is just an example here and the correct one will be different. | |||||
2010-09-25 | ifx: Use SIM state notification for SIM insertion and removal | Marcel Holtmann | 1 | -7/+39 | |
The +XSIM notifies us about missing or removed SIM. Use that for telling the core if a SIM card is present or not. Besides that all other states are treated as when a SIM card got inserted. | |||||
2010-09-25 | atmodem: Add special handling for Infineon SIM ready state | Marcel Holtmann | 1 | -16/+61 | |
2010-09-25 | ifxmodem: Fix name of voice call driver | Marcel Holtmann | 1 | -1/+1 | |
2010-09-24 | ifx: Add support for multiplexer setup | Marcel Holtmann | 1 | -29/+190 | |
This supports a simple static multiplexer that is activated with setting the line discipline 23 on the TTY. It is static, because the DLC numbers are hardcoded. | |||||
2010-09-24 | ifx: Add initial modem plugin implementation | Marcel Holtmann | 1 | -5/+250 | |
This is a first attempt at the Infineon modem support. The support is limited since it doesn't handle the setup of the multiplexer or the different SIM states yet. | |||||
2010-09-24 | atmodem: Add support for Infineon CNMA without PDU | Marcel Holtmann | 1 | -1/+2 | |
Seems like the Infineon modem can't handle a provided PDU to the CNMA command. So just leave it out. | |||||
2010-09-24 | atmodem: Add special handling of Infineon signal strength reporting | Marcel Holtmann | 1 | -0/+30 | |
The custom signal strength reporting could be done inside the modem plugin actually, but Calypso, Huawei etc. add quirks to the generic network registration driver. So for now do it the same way until this gets cleaned up for all modem plugins. | |||||
2010-09-24 | calypso: Fix debug for modem callbacks | Marcel Holtmann | 1 | -5/+7 | |
2010-09-24 | calypsomodem: Use better debug strings for DLCs | Marcel Holtmann | 1 | -14/+9 | |
2010-09-24 | ifx: Take out the vendor field in voicecall driver | Denis Kenzior | 1 | -2/+0 | |
2010-09-24 | ifx: Assume CLIP always arrives | Denis Kenzior | 1 | -112/+1 | |
If the CLIP always arrives after a CRING, then we do not ever need to poll CLCC. | |||||
2010-09-24 | ifx: Don't bother polling on an ATD | Denis Kenzior | 1 | -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-24 | atmodem: Update comment | Denis Kenzior | 1 | -1/+1 | |
2010-09-24 | ifxmodem: Reorder voicecall driver before all other | Marcel Holtmann | 3 | -6/+6 | |
2010-09-24 | Make debug handling with OFONO_AT_DEBUG a bit more consistent | Marcel Holtmann | 13 | -42/+56 | |
2010-09-24 | ifx: Update comment | Denis Kenzior | 1 | -1/+1 | |
2010-09-24 | ifx: xcallstat should notify active->held | Denis Kenzior | 1 | -12/+0 | |
2010-09-23 | ifx: Remove a few CLCC polls | Denis Kenzior | 1 | -13/+1 | |
Polling here is no longer needed due to XCALLSTAT | |||||
2010-09-23 | ifx: Don't bother using RING | Denis Kenzior | 1 | -29/+0 | |
We enable CRC=1, so only CRING should be sent | |||||
2010-09-23 | ifx: IFX provides hangup_all and hangup_active | Denis Kenzior | 1 | -4/+12 | |
2010-09-23 | ifx: IFX provides swap_without_accept using CHLD=6 | Denis Kenzior | 1 | -1/+7 | |
2010-09-23 | ifx: No need to register to standard notifications | Denis Kenzior | 1 | -58/+0 | |
XCALLSTAT tells us when a call has been disconnected | |||||
2010-09-23 | ifx: Use none_prefix on other init commands | Denis Kenzior | 1 | -4/+4 | |
2010-09-23 | ifx: Add IFX proprietory XCALLSTAT indicator | Denis Kenzior | 1 | -0/+75 | |
2010-09-23 | ifx: Copy voicecall driver from atmodem | Denis Kenzior | 4 | -1/+905 | |
IFX is a fairly bone stock AT based modem so the atmodem driver is a good start. | |||||
2010-09-23 | calypso: Provide hangup_all and hangup_active | Denis Kenzior | 1 | -2/+9 | |
On Calypso, ATH hangs up all calls except waiting calls and CHUP hangs up only active calls, but not held or waiting. | |||||
2010-09-24 | stk: Fix missing inlude for encode_hex_own_buf | Marcel Holtmann | 1 | -0/+1 | |
2010-09-23 | TODO: Mark GPRS suspend event task as done | Pekka Pessi | 2 | -7/+7 | |
2010-09-23 | stk: Add skeleton Refresh handler | Denis Kenzior | 1 | -0/+66 | |
2010-09-24 | atmodem: Add vendor quirk for Infineon modems | Marcel Holtmann | 1 | -0/+1 | |
2010-09-24 | ifxmodem: Fix whitespace corruption | Marcel Holtmann | 1 | -1/+1 | |
2010-09-24 | calypsomodem: Cleanup of SIM Toolkit support | Marcel Holtmann | 1 | -30/+50 | |
2010-09-24 | ifxmodem: Add debug for envelope response data | Marcel Holtmann | 1 | -5/+6 | |
2010-09-24 | mbmmodem: Add debug for envelope response data | Marcel Holtmann | 1 | -3/+7 | |
2010-09-24 | mbmmodem: Fix small typo | Marcel Holtmann | 1 | -1/+1 | |
2010-09-24 | mbmmodem: Cleanup of SIM Toolkit support | Marcel Holtmann | 1 | -21/+19 | |
2010-09-24 | ifxmodem: Add support for SIM Toolkit (raw mode) | Marcel Holtmann | 4 | -1/+328 | |
2010-09-23 | ifxmodem: Add support for radio settings | Marcel Holtmann | 4 | -1/+223 | |
2010-09-23 | Release 0.29 | Marcel Holtmann | 2 | -1/+13 | |
2010-09-22 | simfs: Fix freeing a NULL queue | Denis Kenzior | 1 | -2/+4 | |
2010-09-22 | unit: Make test-sms less verbose | Denis Kenzior | 1 | -3/+5 | |
2010-09-22 | TODO: Mark status report task as done | Denis Kenzior | 2 | -12/+7 | |
2010-09-22 | smsutil: Reflow the fuzzy matching code | Denis Kenzior | 1 | -102/+98 | |
Make a bit more readable | |||||
2010-09-22 | unit: add fuzzy address check to test-sms | Petteri Tikander | 1 | -1/+42 | |
2010-09-22 | smsutil: add fuzzy address check for status report | Petteri Tikander | 1 | -16/+87 | |
2010-09-21 | doc: Update SendMessage API | Denis Kenzior | 1 | -2/+4 | |
2010-09-22 | api: Fix small copy&paste typo | Marcel Holtmann | 1 | -2/+2 | |