Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-16 | Fix: Set netmask for static ip on mbm | Martin Xu | 1 | -2/+5 | |
2009-12-16 | Support 51.011 EFecc format. | Andrzej Zaborowski | 1 | -4/+43 | |
EFecc has different formats in G2 and G3 UICC specs. | |||||
2009-12-14 | Fix: Concatenation of datagram SMS messages | Denis Kenzior | 1 | -4/+8 | |
The 16 bit port address was not being computed correctly. | |||||
2009-12-13 | Release 0.14 | Marcel Holtmann | 2 | -1/+12 | |
2009-12-13 | Add set-mic-volume test script to distribution | Marcel Holtmann | 1 | -1/+2 | |
2009-12-10 | Add legacy mode to gsmdial | Denis Kenzior | 1 | -3/+13 | |
Use ATD*99 variety for modems that don't support CGDATA. | |||||
2009-12-10 | Fix: wrong abbreviation for option | Denis Kenzior | 1 | -1/+1 | |
2009-12-10 | Add offmode to gsmdial | Denis Kenzior | 1 | -1/+7 | |
2009-12-10 | Fix: Fix gsmdial to handle MD300 | Denis Kenzior | 1 | -22/+102 | |
MD300 never sends a CGREG indication, we must query it after CGATT | |||||
2009-12-10 | Add the beginnings of a GSM GPRS dialing app | Denis Kenzior | 1 | -0/+374 | |
2009-12-10 | bootstrap: autoconf must run before automake | Rémi Denis-Courmont | 1 | -3/+4 | |
The other way, dependencies computation (depcomp) does not work correctly. In fact, aclocal is the part of GNU/automake to be run before autoconf whereas automake is the part to be run after it. In other words, aclocal would not exist if automake could run properly before autoconf. This ordering is consistent with most autotools-based projects, and most authoritatively, with autoreconf. This also adds a missing anti-slash for consistency. | |||||
2009-12-09 | Add context-id allocation / deallocation code | Denis Kenzior | 1 | -3/+76 | |
This also disables attempts to use multiple active contexts. The code isn't setup to do this yet. | |||||
2009-12-09 | Refactor: use unsigned ints for cids | Denis Kenzior | 2 | -4/+6 | |
2009-12-10 | Activate Speech Service for Option devices | Marcel Holtmann | 1 | -0/+16 | |
2009-12-10 | Query current state of Option specific settings | Marcel Holtmann | 1 | -0/+6 | |
2009-12-09 | Add Microphone volume test script | Denis Kenzior | 1 | -0/+18 | |
2009-12-09 | Use at_util_parse_reg in netreg driver | Denis Kenzior | 1 | -51/+6 | |
2009-12-09 | Use new at_util_parse_reg in gprs driver | Denis Kenzior | 1 | -55/+8 | |
2009-12-09 | Add utilities to parse CREG/CGREG | Denis Kenzior | 2 | -0/+102 | |
These are nearly identical and can be shared between gprs/netreg | |||||
2009-12-09 | Style: Fix some remaining style issues in atmodem | Denis Kenzior | 5 | -10/+12 | |
2009-12-09 | Style: Fix style issues in hfpmodem | Denis Kenzior | 1 | -6/+9 | |
2009-12-09 | New modem desc for f3607g modem in Samos platform | Martin Xu | 1 | -0/+6 | |
2009-12-09 | Add clip_timeout for notify incoming call | Zhenhua Zhang | 1 | -0/+38 | |
Schedule a clip_timeout in the ring notify. If CLIP comes right after RING, we cancel the timer. If doesn't, we notify the call without phone number. | |||||
2009-12-09 | Add poll_clcc if we are in multiparty call | Zhenhua Zhang | 1 | -0/+37 | |
If we are in multiparty call, remote AG won't update indicator if any call in multiparty call is released by CHLD=1x. So we have to poll it periodically. | |||||
2009-12-09 | Add multiparty call support for hfpmodem | Zhenhua Zhang | 1 | -3/+53 | |
Add CHLD=3, 2x and 4 to create multiparty call, private chat and call transfer. | |||||
2009-12-09 | Add hfp_release_specific to release specific call | Zhenhua Zhang | 1 | -1/+50 | |
Use AT+CHLD=1x to release a specific call if AG supports that. | |||||
2009-12-08 | Style: Remove empty line | Denis Kenzior | 1 | -1/+0 | |
2009-12-08 | Fix: Reset active contexts if gprs is detached | Denis Kenzior | 1 | -0/+21 | |
When we lose network registration or are forcefully detached from the network we must reset all active contexts to inactive. | |||||
2009-12-08 | Reset context settings when context is deactivated | Denis Kenzior | 1 | -0/+1 | |
2009-12-08 | Style: Remove extra blank line | Denis Kenzior | 1 | -1/+0 | |
2009-12-08 | Fix update hfp_hangup to release active call | Zhenhua Zhang | 1 | -2/+2 | |
In HFP, AT+CHUP is intended to release the current active call. | |||||
2009-12-08 | Fix: Change the order of register & set_powered | Denis Kenzior | 1 | -1/+1 | |
2009-12-08 | Fix: Be more paranoid even during shutdown | Denis Kenzior | 1 | -1/+1 | |
2009-12-08 | Fix: Print a warning in set_powered | Denis Kenzior | 1 | -4/+8 | |
If ofono_modem_set_powered is used with no driver set, print a warning | |||||
2009-12-08 | Fix remove all atoms in ofono_modem_set_powered | Zhenhua Zhang | 1 | -0/+3 | |
We should remove all atoms when we disable the modem. In function set_powered, we remove all atoms if modem is powered down by dbus call. | |||||
2009-12-08 | Remove: Unused code related to modem powered prefs | Denis Kenzior | 1 | -8/+0 | |
2009-12-08 | Revert: Previous powered patch | Denis Kenzior | 1 | -4/+4 | |
2009-12-08 | Harden the CGREG parsing function | Denis Kenzior | 1 | -19/+21 | |
Sometimes the CGREG query and CGREG unsolicited notification get intermixed. Since they have the same prefix, GAtChat clumps them together. Make sure the parser skips the unsolicited notification. | |||||
2009-12-08 | Fix a crash during isimodem initialization | Alexander Kanavin | 1 | -4/+4 | |
2009-12-07 | Register to MBM ERINFO notification | Denis Kenzior | 1 | -0/+23 | |
This is purely for information gathering purposes | |||||
2009-12-07 | Add experimental Option tech parsing | Denis Kenzior | 1 | -0/+58 | |
Option seems to implement their own commands for network technology reporting. This is a first attempt to implement this for data gathering purposes. | |||||
2009-12-07 | Add HSO quirk to hso modem driver | Denis Kenzior | 1 | -1/+4 | |
2009-12-07 | Add support for HSO signal quality reporting | Denis Kenzior | 1 | -0/+26 | |
2009-12-07 | Add Option HSO quirk | Denis Kenzior | 1 | -0/+1 | |
2009-12-07 | Fix: Sometimes Option modems don't return info | Denis Kenzior | 1 | -17/+23 | |
When querying CGMI the Option modems sometimes just return OK, with no manufacturer information given. | |||||
2009-12-07 | Refactor: Calypso unsolicited signal strength | Denis Kenzior | 1 | -4/+9 | |
2009-12-06 | Release 0.13 | Marcel Holtmann | 2 | -1/+7 | |
2009-12-05 | Require udev-143 or later | Marcel Holtmann | 2 | -22/+1 | |
2009-12-05 | Check that signalfd() is supported | Marcel Holtmann | 1 | -0/+3 | |
2009-12-04 | Don't generate multiple g_sources, 1 is enough | Denis Kenzior | 1 | -3/+8 | |