Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-27 | mbm: Handle TTY disconnect for PPP based GPRS context | Marcel Holtmann | 1 | -7/+66 | |
The Ericsson MBM modems also hangup the TTY when disconnecting PPP and in that case the TTY needs to be re-opened. In addition it seems that the TTY is actually blocked until the context is fully brought down, so also a delay is required. | |||||
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-27 | mbm: Use the variant specific enum in a cleaner way | Marcel Holtmann | 1 | -2/+3 | |
2010-10-27 | mbm: Use data port for second PPP based GPRS context | Marcel Holtmann | 1 | -3/+11 | |
2010-10-27 | gprs: Load stored MMS Proxy and MMSC settings | Marcel Holtmann | 1 | -12/+30 | |
2010-10-26 | gprs: Use better default name for context creation | Marcel Holtmann | 1 | -1/+20 | |
2010-10-26 | gprs: Add support for storing MMS Proxy and MMSC settings | Marcel Holtmann | 2 | -0/+98 | |
2010-10-26 | ifxmodem: Add support GPRS contexts with username and password | Marcel Holtmann | 1 | -2/+13 | |
2010-10-26 | test: Add script to change MMS Proxy and MMSC | Marcel Holtmann | 2 | -0/+44 | |
2010-10-26 | test: Add scripts for creating Internet and MMS contexts | Marcel Holtmann | 3 | -25/+42 | |
2010-10-26 | test: Print interface name of static context configuration | Marcel Holtmann | 1 | -0/+1 | |
2010-10-26 | ifx: Add support for having three active GPRS contexts | Marcel Holtmann | 1 | -5/+13 | |
The Infineon modem can at least support three active GPRS contexts in M-RAW_IP mode. So use another DLC for the third context. | |||||
2010-10-26 | ifx: Use M-RAW_IP support only with internal multiplexer | Marcel Holtmann | 1 | -13/+8 | |
The GPRS context can only be fully supported with the internal multiplexer right now. So use M-RAW_IP support in that case. If using a kernel based multiplexer, then no GPRS context is provided. | |||||
2010-10-26 | gatchat: A full support for TUN/TAP pipe and GAtRawIP | Marcel Holtmann | 1 | -2/+137 | |
2010-10-26 | gatchat: Remove unused write_watch variable of GAtHDLC | Marcel Holtmann | 1 | -1/+0 | |
2010-10-26 | ifxmodem: Fix GPRS disconnect handling from network side | Marcel Holtmann | 1 | -4/+8 | |
2010-10-26 | gprs: Assign GPRS atom to GPRS context atom | Marcel Holtmann | 1 | -0/+5 | |
If the GPRS atom is not assigned to the GPRS context atom, then possible network triggered activation crashes. | |||||
2010-10-25 | TODO: Mark Play Tone task as done | Denis Kenzior | 2 | -8/+7 | |
2010-10-25 | stk: Default to general beep if no tone is provided | Denis Kenzior | 1 | -1/+1 | |
According to section 6.6.5 of 102.223 | |||||
2010-10-25 | stk: Handle the Play Tone proactive command. | Andrzej Zaborowski | 1 | -0/+131 | |
2010-10-25 | stk: Add duration_to_msecs to reduce duplication. | Andrzej Zaborowski | 1 | -35/+26 | |
2010-10-25 | voicecall: Limit tone string length per request. | Andrzej Zaborowski | 1 | -7/+10 | |
Also change to avoid memcpying into a buffer. | |||||
2010-10-25 | gprs: Return busy if ops are potentially colliding | Denis Kenzior | 1 | -0/+19 | |
2010-10-25 | test: add deactivate-all | Denis Kenzior | 2 | -1/+22 | |
Uses ConnectionManager DeactivateAll | |||||
2010-10-25 | gprs: Implement DeactivateAll() | Denis Kenzior | 1 | -1/+59 | |
2010-10-25 | manager: Don't show modems which are not registered | Denis Kenzior | 1 | -0/+3 | |
2010-10-25 | modem: Add ofono_modem_is_registered | Denis Kenzior | 2 | -0/+13 | |
2010-10-25 | phonesim: Fix missing return from plugin init | Marcel Holtmann | 1 | -0/+2 | |
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 | phonesim: Register modem driver before creating modems | Marcel Holtmann | 1 | -5/+13 | |
2010-10-25 | phonesim: Support multiple contexts | Denis Kenzior | 1 | -4/+8 | |
2010-10-25 | gprs: Support multiple active contexts | Denis Kenzior | 1 | -41/+42 | |
2010-10-25 | phonesim: Enable dummy phonesim contexts | Denis Kenzior | 1 | -1/+129 | |
2010-10-25 | build: Add example configuration for phonesim plugin | Marcel Holtmann | 2 | -1/+19 | |
2010-10-25 | build: Remove modemconf plugin support | Marcel Holtmann | 3 | -295/+1 | |
2010-10-25 | build: Don't include phonesim plugin if disabled | Marcel Holtmann | 1 | -0/+2 | |
2010-10-25 | build: Add option to disable phonesim modem plugin | Marcel Holtmann | 1 | -5/+11 | |
2010-10-25 | phonesim: Don't use modem.conf for phonesim modems | Marcel Holtmann | 1 | -1/+102 | |
2010-10-25 | TODO: Marking the Barred Dialing task as done | Jeevaka Badrappan | 2 | -7/+5 | |
2010-10-25 | doc: Add BarredDialing property | Jeevaka Badrappan | 1 | -0/+7 | |
2010-10-25 | sim: Fix minor style issue | Denis Kenzior | 1 | -0/+1 | |
2010-10-25 | sim: add barred dialing support | Jeevaka Badrappan | 1 | -8/+79 | |
2010-10-25 | simutil: add Efbdn fileid to sim_fileid enum | Jeevaka Badrappan | 1 | -0/+1 | |
2010-10-25 | Mention Mika's contributions | Marcel Holtmann | 1 | -0/+1 | |