Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-21 | qmimodem: Add support for network registration handling | Marcel Holtmann | 4 | -0/+746 | |
2012-06-21 | qmimodem: Add support for legacy SIM handling | Marcel Holtmann | 4 | -0/+407 | |
2012-06-21 | qmimodem: Add support for device information handling | Marcel Holtmann | 4 | -0/+375 | |
2012-06-21 | qmimodem: Add support for QMI control point handling | Marcel Holtmann | 6 | -2/+1939 | |
2012-06-16 | sms: Constify isimodem driver submit method | Denis Kenzior | 1 | -6/+6 | |
2012-06-16 | sms: Constify atmodem driver submit method | Denis Kenzior | 1 | -3/+3 | |
2012-05-31 | sim: Quirk Wavecom Q2XXX CPIN behavior | Pablo Neira Ayuso | 1 | -0/+3 | |
2012-05-30 | sms: Handle quirky Wavecom Q2XXX CPMS syntax | Pablo Neira Ayuso | 1 | -5/+23 | |
2012-05-30 | sim: Handle quirky CPIN of Wavecom Q2XXX | Pablo Neira Ayuso | 1 | -1/+2 | |
2012-05-30 | drivers: add quirk for Wavecom Q2403/Q2686 modems | Pablo Neira Ayuso | 1 | -0/+1 | |
The existing wavecom driver in tree slightly differs from these modems. Thus, it doesn't work work with them. We (the osmocom team) use these Wavecom Q2403/Q2686 modems in our testbed. | |||||
2012-05-27 | build: Add skeleton for Qualcomm QMI modem driver | Marcel Holtmann | 2 | -0/+62 | |
2012-05-26 | atmodem: Enable Icera radio access technology updates | Marcel Holtmann | 1 | -0/+4 | |
2012-05-26 | huaweimodem: Use network interface from modem for GPRS context | Marcel Holtmann | 1 | -10/+3 | |
2012-05-25 | iceramodem: Read supported bands as part of radio settings | Marcel Holtmann | 1 | -1/+16 | |
2012-05-25 | atmodem: Fix parsing of Icera network state updates | Marcel Holtmann | 1 | -18/+22 | |
2012-05-25 | atmodem: Add support for Icera PIN retry counters | Marcel Holtmann | 1 | -0/+46 | |
2012-05-25 | iceramodem: Handle context deactivation responses | Marcel Holtmann | 1 | -2/+7 | |
2012-05-25 | iceramodem: Add support special radio settings handling | Marcel Holtmann | 3 | -0/+221 | |
2012-05-24 | atmodem: Add support for Icera network status updates | Marcel Holtmann | 1 | -0/+53 | |
2012-05-24 | atmodem: Add support for Icera network time handling | Marcel Holtmann | 1 | -1/+42 | |
2012-05-24 | atmodem: Icera devices don't support SMS ACK PDUs either | Marcel Holtmann | 1 | -0/+1 | |
2012-05-24 | atmodem: Fix issue with AT+CREG=? and AT+CGREG=? handling | Marcel Holtmann | 2 | -2/+4 | |
Some modems might see an interim +CREG: or +CGREG: notification when querying the supported modes. Aux: > AT+CFUN=1\r Aux: < \r\nOK\r\n Aux: > AT+CREG=?\r Aux: < \r\n+CREG: 2\r\n Aux: < \r\n+CREG: (0-2)\r\nOK\r\n Unable to initialize Network Registration To make this work, skip to the first line with an actual range value. | |||||
2012-05-22 | iceramodem: Add special GPRS context driver | Marcel Holtmann | 3 | -0/+491 | |
2012-05-22 | atmodem: The Icera modem does not support CIND reporting | Marcel Holtmann | 1 | -0/+1 | |
2012-05-22 | atmodem: Add specific quirk for Icera modems | Marcel Holtmann | 1 | -0/+1 | |
2012-04-18 | atmodem: Poll SIM state after having entered PIN | Guillaume Zajac | 1 | -0/+29 | |
We encountered the problem of CME ERROR 14: SIM busy on ZTE modems. ZTE modems don't use SIM notification to check SIM state. We poll SIM ready state before confirming PIN is entered. | |||||
2012-04-18 | atutil: Add destroy notify to sim_state_query | Guillaume Zajac | 2 | -2/+9 | |
2012-04-16 | speedup: No need to parse error | Denis Kenzior | 1 | -2/+0 | |
2012-04-16 | speedup: Remove ussd atom in case we fail to init | Denis Kenzior | 1 | -0/+1 | |
2012-04-16 | atmodem: Remove ussd atom in case we fail to init | Denis Kenzior | 1 | -0/+1 | |
2012-04-16 | speedup: Add speedup driver to handle USSD | Nicolas Bertrand | 3 | -0/+298 | |
2012-04-11 | hfpmodem: use full CLCC handling in dialing case | Michael Brudevold | 1 | -67/+1 | |
A call that moves from the dialing to active state before the +CLCC response will not properly be added as a voicecall. This is because the dialing callback was using simplified handling and only looked for calls in the dialing or alerting state. AT sequence that exhibited the failure (AG device was an iPhone accessing visual voicemail): > +CIND: ("service",(0-1)),("call",(0-1)),("callsetup",(0-3)), ("battchg",(0-5)),("signal",(0-5)),("roam",(0-1)),("callheld",(0-2)) ... > +CIEV: 3,2 < AT+CLCC > +CIEV: 2,1 > +CIEV: 3,0 > +CLCC: 1,0,0,0,0,"**21153**",129,"Voicemail" | |||||
2012-04-06 | sms: Add ZTE quirk for CDS notifications | Philippe Nunes | 1 | -9/+28 | |
2012-03-26 | nwmodem: Remove atom if driver fails to init | Denis Kenzior | 1 | -1/+3 | |
2012-03-26 | ifxmodem: Remove atom if driver fails to init | Denis Kenzior | 1 | -1/+3 | |
2012-03-26 | hsomodem: Remove atom if driver fails to init | Denis Kenzior | 1 | -1/+3 | |
2012-03-26 | ztemodem: Remove atom if driver fails to init | Denis Kenzior | 1 | -1/+3 | |
2012-03-26 | ztemodem: Fix compile error | Denis Kenzior | 1 | -1/+1 | |
drivers/ztemodem/radio-settings.c:129: error: ‘value’ may be used uninitialized in this function | |||||
2012-03-26 | ztemodem: Add radio settings support | Bertrand Aygon | 3 | -0/+218 | |
2012-03-26 | Add ZTE modem driver | Bertrand Aygon | 2 | -0/+68 | |
2012-03-24 | huaweimodem: Fix AT^DDSETEX=2 timing for voice calls | Jarkko Lehtoranta | 1 | -3/+9 | |
Voice output serial port is enabled on some Huawei models (e.g. E169) without problems, but for example on E173u-2 it is never enabled during an incoming call. There might also be other Huawei models having the same issue. I traced the issue down to "^DDSETEX" AT command, which is used to notify the device to start streaming audio. It seems that Ofono sends this command too early on incoming calls. The command should always be sent *after* the dial "D" or answer "A" command. The patch fixes this behavior and afterwards voice will also work on E173u-2. | |||||
2012-03-23 | sim: Don't use sprintf unnecessarily | Denis Kenzior | 1 | -5/+8 | |
Using sprintf for a single quote is quite wasteful | |||||
2012-03-23 | sim: Fix up various coding style violations | Denis Kenzior | 1 | -23/+24 | |
2012-03-23 | sim: Use quoted string with AT+CRSM data parameter | Nicolas Bertrand | 1 | -86/+41 | |
Fix issue with some modems preventing to update elementary files (speedup, ZTE, huawei, MBM) | |||||
2012-03-21 | swmodem: Add support for IPv6 and IPv4v6 contexts | Marcel Holtmann | 1 | -5/+18 | |
2012-03-21 | swmodem: Add Sierra Wireless DirectIP support | Marcel Holtmann | 3 | -0/+254 | |
2012-03-21 | swmodem: Add Sierra Wireless modem driver | Marcel Holtmann | 2 | -0/+68 | |
2012-03-19 | isimodem: Remove includes of <glib/gtypes.h> | Marcel Holtmann | 2 | -3/+0 | |
2012-03-06 | voicecall: Fix strange GTA04 modem CLCC behavior | Denis Kenzior | 1 | -0/+16 | |
2012-02-27 | sms: Disable sending AT+CNMA with SIMCOM quirk | Renat Zaripov | 1 | -1/+3 | |
SIMCOM SIM900 modem module not support AT+CNMA command |