Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-29 | udev: Add support for setting IFX audio configuration | Marcel Holtmann | 1 | -4/+8 | |
This adds three more extra configuration options for IFX specific hardware setups. They are OFONO_IFX_MODEL, OFONO_IFX_AUDIO and also OFONO_IFX_LOOPBACK. An example usage would be like this: ENV{OFONO_IFX_MODEL}="XMM6260", ENV{OFONO_IFX_AUDIO}="FULL_DUPLEX" The actual supported values are not defined by the IFX modem detection code. This is up to the modem plugin to change behavior if needed. | |||||
2010-09-28 | voicecall: Set single_call correctly | Denis Kenzior | 1 | -1/+1 | |
2010-09-28 | ifx: ifx_chup should send a +CHUP | Denis Kenzior | 1 | -1/+1 | |
2010-09-28 | doc: Add proposed SmartMessaging API | Denis Kenzior | 1 | -0/+58 | |
2010-09-28 | Release 0.30 | Marcel Holtmann | 2 | -1/+16 | |
2010-09-27 | hso: Fix the username and password order | Denis Kenzior | 1 | -1/+1 | |
QCPDPP apparently takes the password first, then username | |||||
2010-09-28 | test: Add simple script to set APN, username and password | Marcel Holtmann | 2 | -0/+42 | |
2010-09-27 | AUTHORS: Mention Frank's contributions | Denis Kenzior | 1 | -0/+1 | |
2010-09-27 | sms: Fix 8bit port handling | Aki Niemi | 1 | -2/+2 | |
2010-09-27 | calypso: update power and reset path | Frank Gau | 1 | -2/+2 | |
2010-09-27 | ifxmodem: Enable audio related progress information | Marcel Holtmann | 1 | -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-27 | isimodem: Return success on topic set/clear | Aki Niemi | 1 | -3/+3 | |
The isimodem driver accepts all topics by default. | |||||
2010-09-27 | isimodem: Fix CBS decoding | Aki Niemi | 1 | -1/+9 | |
2010-09-27 | huaweimodem: Handle option parameter on call end notification | Marcel Holtmann | 1 | -4/+4 | |
2010-09-27 | huawei: Use specific voice call atom driver | Marcel Holtmann | 1 | -1/+1 | |
2010-09-26 | huawei: Only notify for voice calls | Denis Kenzior | 1 | -3/+5 | |
2010-09-26 | huawei: Track alerting state | Denis Kenzior | 1 | -0/+17 | |
2010-09-26 | huawei: Track outgoing calls | Denis Kenzior | 1 | -3/+18 | |
2010-09-26 | huawei: Notify the core on connect and end call | Denis Kenzior | 1 | -0/+37 | |
2010-09-26 | ss: Use function to judge if it's busy | Yang Gu | 3 | -16/+19 | |
2010-09-27 | huaweimodem: Add voice call creation support | Marcel Holtmann | 1 | -1/+150 | |
2010-09-27 | calypsomodem: Some cleanups in voice call driver | Marcel Holtmann | 1 | -3/+7 | |
2010-09-27 | stemodem: Some cleanups in voice call driver | Marcel Holtmann | 1 | -3/+6 | |
2010-09-27 | atmodem: Some cleanups in voice call driver | Marcel Holtmann | 1 | -6/+6 | |
2010-09-27 | ifxmodem: Two more cleanups | Marcel Holtmann | 1 | -2/+0 | |
2010-09-27 | ifxmodem: Some cleanups in voice call driver | Marcel Holtmann | 1 | -4/+6 | |
2010-09-27 | Update .gitignore information | Marcel Holtmann | 1 | -1/+4 | |
2010-09-27 | huaweimodem: Allow GPRS context allocation to fail | Marcel Holtmann | 1 | -1/+5 | |
2010-09-27 | huaweimodem: Register for voice call specific notifications | Marcel Holtmann | 1 | -0/+85 | |
2010-09-27 | huawei: Move voice call init to post_sim phase | Marcel Holtmann | 1 | -4/+4 | |
Seems like that making emergency voice calls without SIM present is not really possible. Move the voice call init to post_sim phase instead. | |||||
2010-09-27 | huawei: Remove voice call notifications from modem plugin | Marcel Holtmann | 1 | -90/+0 | |
2010-09-26 | huaweimodem: Add skeleton for simple voice call driver | Marcel Holtmann | 4 | -0/+210 | |
2010-09-26 | tools: Decode the Multiparty property in Huawei audio utility | Marcel Holtmann | 1 | -0/+7 | |
2010-09-26 | test: Add script for answering incoming calls | Marcel Holtmann | 2 | -0/+34 | |
2010-09-26 | tools: Add simple voice routing to Huawei audio utility | Marcel Holtmann | 1 | -1/+149 | |
2010-09-26 | ifxmodem: Make SIM Toolkit envelope submission work | Marcel Holtmann | 1 | -13/+8 | |
2010-09-26 | calypsomodem: Make SIM Toolkit envelope submission work again | Marcel Holtmann | 1 | -9/+4 | |
2010-09-26 | mbmmodem: Add comment about optional response data back | Marcel Holtmann | 1 | -0/+1 | |
2010-09-26 | ifx: Fix double free issue | Denis Kenzior | 1 | -1/+1 | |
2010-09-26 | mbm: Make stk envelope submission work again | Denis Kenzior | 1 | -10/+4 | |
2010-09-26 | tools: Update Huawei audio utility with call tracking | Marcel Holtmann | 1 | -0/+604 | |
2010-09-26 | tools: Add skeleton for Huawei audio utility | Marcel Holtmann | 2 | -2/+36 | |
2010-09-26 | unit: Fix some copyright and license headers | Marcel Holtmann | 2 | -26/+26 | |
2010-09-26 | udev: Print error when udev support is not available and not disabled | Marcel Holtmann | 1 | -4/+2 | |
2010-09-26 | gatchat: Hook up g_at_mux_set_debug to print debug messages for real | Marcel Holtmann | 1 | -19/+32 | |
2010-09-26 | ifx: Add warning for unknown SIM states | Marcel Holtmann | 1 | -0/+3 | |
2010-09-25 | ifx: Allow +XSIM notification to arrive during AT+XSIMSTATE=1 | Marcel Holtmann | 1 | -1/+3 | |
When not using none_prefix for matching the responses of AT+XSIMSTATE call, it will consume all notifications. And this includes the initial SIM state that the modem sends at that point. Without this notification the SIM will never be marked as inserted. | |||||
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. |