Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-29 | ifx: Request firmware details on modem init | Marcel Holtmann | 1 | -0/+4 | |
The firmware details can be requested via AT+XGENDATA. So do this at modem init to have these in the logs. Currently nothing is done with this data, but eventually it can be used for modem specific settings like the audio configuration. | |||||
2010-09-29 | atmodem: Update IFX specific SIM ready checking | Marcel Holtmann | 1 | -2/+6 | |
It seems that the XSIM notification doesn't really send SIM ready status. It sends ready to attach instead: > AT+CPIN="0000"\r < \r\nOK\r\n < \r\n+XLOCK: "PN",5,0,"PU",5,0,"PP",5,0,"PC",5,0,"PS",5,0\r\n < \r\n+XSIM: 7\r\n So either SIM ready or ready to attach is received more to the post_sim state. | |||||
2010-09-29 | Sort enable configure option before the disable ones | Marcel Holtmann | 1 | -10/+10 | |
2010-09-29 | gatsyntax: Fix responses starting with a quote | Denis Kenzior | 1 | -0/+2 | |
2010-09-29 | huawei: Add release_specific to voicecall | Denis Kenzior | 1 | -0/+9 | |
2010-09-28 | smart_messaging: Add basic skeleton implementation | Denis Kenzior | 1 | -0/+114 | |
2010-09-28 | smart_messaging: Add skeleton plugin | Denis Kenzior | 2 | -0/+52 | |
2010-09-28 | modem: Add modemwatch watchlist functions | Denis Kenzior | 3 | -0/+62 | |
Used for registering to modem added & removed notifications | |||||
2010-09-28 | ofono: Don't go over 80 characters per line | Denis Kenzior | 1 | -3/+6 | |
2010-09-28 | ssn: The id is unsigned | Denis Kenzior | 2 | -4/+4 | |
2010-09-28 | modem: Minor style fix | Denis Kenzior | 1 | -6/+8 | |
2010-09-28 | doc: Fix copy-paste error | Denis Kenzior | 1 | -1/+1 | |
2010-09-28 | build: Add the missing doc files to Makefile.am | Denis Kenzior | 1 | -2/+7 | |
2010-09-28 | doc: Clarify call-forwarding VoiceNoReplyTimeout | Denis Kenzior | 1 | -5/+9 | |
This property cannot be set if the VoiceNoReply has not been queried or set properly | |||||
2010-09-28 | build: docs for pushnotification and smartmessaging | Denis Kenzior | 1 | -1/+3 | |
2010-09-28 | doc: Add PushNotification & PushNotificationAgent | Denis Kenzior | 1 | -0/+37 | |
2010-09-28 | doc: Add Release() to SmartMessagingAgent API | Denis Kenzior | 1 | -0/+6 | |
2010-09-29 | atmodem: Remove quirk for Huawei voice call support | Marcel Holtmann | 1 | -4/+0 | |
The Huawei voice call support has its own driver now. So this quirk is no longer needed. | |||||
2010-09-29 | test: Add script for hanging up active call | Marcel Holtmann | 2 | -0/+24 | |
2010-09-29 | huaweimodem: Implement hangup_active callback and not hangup_all | Marcel Holtmann | 1 | -1/+1 | |
2010-09-29 | ifx: Add support for audio configuration of modem | Marcel Holtmann | 1 | -1/+59 | |
For the XMM6260 Infineon modem it is possible to use different audio configuration depending on your platform. Currently the setup of FULL_DUPLEX, BURSTMODE_48KHZ and BURSTMODE_96KHZ are supported. If appropiate values for OFONO_IFX_MODEL and OFONO_IFX_AUDIO are set in the udev rules file, then the audio configuration will be changed when bringing up the modem. | |||||
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 | |