Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-20 | telit: add additional port for data connection | Christopher Vogl | 1 | -21/+34 | |
Use MDM port for data service and AUX for the AT chat. Disable DCD so that the modem does not hangup after a data connection. | |||||
2012-08-20 | udevng: rename aux port from Data to Aux for telit | Christopher Vogl | 1 | -1/+1 | |
Telit software user guide says: USB AUX doesn't support any flow control method. Therefore, this port isn't suitable for DATA service port. We recommend this port should be used only for AT command and URC processing. | |||||
2012-08-17 | dundee: Add missing SetProperty documenation | Daniel Wagner | 1 | -0/+11 | |
2012-08-17 | dundee: disconnect bluetooth link in case dial fails | Gustavo Padovan | 1 | -0/+2 | |
If the ATD*99# dial fails for some reason, NO CARRIER, for example, we need to disconnect the bluetooth link and do further clean up on disconnect_callback(). | |||||
2012-08-17 | dundee: explicit shutdown the bluetooth file descriptor | Gustavo Padovan | 1 | -0/+7 | |
If we do not shut it down the fd can remain opened. This make impossible to try a re-connect: busy is returned in this case. We call shutdown here to make sure that the link is always closed. | |||||
2012-08-17 | dundee: add timeout to close stalled ppp handshake | Gustavo Padovan | 3 | -0/+35 | |
If something goes wrong the PPP handshake can stall, then we just add a timer to return an error after a certain timeout (15 seconds). | |||||
2012-08-16 | mbm: Fix crash from processing multiple *EMRDY | Denis Kenzior | 1 | -3/+11 | |
Sometimes we see the *EMRDY notification before we query, and trigger initialization procedures twice. | |||||
2012-08-16 | mbm: Remove spurious ';' | Denis Kenzior | 1 | -1/+1 | |
2012-08-16 | telit: pass vendor at sim atom creation | Christopher Vogl | 1 | -1/+2 | |
2012-08-16 | telit: Fix 80 character per line violation | Denis Kenzior | 1 | -1/+2 | |
2012-08-16 | telit: move gprs atom into post sim phase | Christopher Vogl | 1 | -8/+8 | |
2012-08-16 | gprs: data bearer for telit with PSNT | August Mayer | 1 | -0/+40 | |
Telit neither supports '+CPSB' nor reports the data bearer through '+CGREG'. It has its own +PSNT command. | |||||
2012-08-16 | sim: Minor formatting nitpicks | Denis Kenzior | 1 | -0/+2 | |
2012-08-16 | sim: Fix warning | Denis Kenzior | 1 | -1/+2 | |
drivers/atmodem/sim.c: In function ‘at_pct_cb’: drivers/atmodem/sim.c:872:2: error: ISO C90 forbids mixed declarations and code | |||||
2012-08-16 | AUTHORS: Mention August's contributions | Denis Kenzior | 1 | -0/+1 | |
2012-08-16 | sim: support PIN retry counters for telit modems | August Mayer | 1 | -0/+61 | |
2012-08-16 | sim: implement function to get password type | August Mayer | 1 | -0/+8 | |
2012-08-16 | sim: add function to get password type | August Mayer | 1 | -0/+2 | |
2012-08-16 | unit: Add a unit test for empty sim strings | Denis Kenzior | 1 | -0/+6 | |
2012-08-16 | util: Make sure to handle special empty strings | Denis Kenzior | 1 | -0/+6 | |
Some SIMs contain an EFspn with the contents all set to 'filler' characters, e.g. 0xFF. We mistakenly do not handle these strings correctly. Aug 8 11:40:00 mx31tt01 daemon.info ofonod[622]: Aux: > AT+CRSM=176,28486,0,0,17\r Aug 8 11:40:00 mx31tt01 daemon.info ofonod[622]: Aux: < \r\n+CRSM: 144,0,FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF\r\n\r\nOK\r\n Aug 8 11:40:00 mx31tt01 daemon.debug ofonod[622]: drivers/atmodem/sim.c:at_crsm_read_cb() crsm_read_cb: 90, 00, 17 Aug 8 11:40:00 mx31tt01 daemon.debug ofonod[622]: src/simfs.c:sim_fs_op_read_block_cb() bufoff: 0, dataoff: 0, tocopy: 17 Aug 8 11:40:00 mx31tt01 daemon.err ofonod[622]: EFspn read successfully, but couldn't parse | |||||
2012-08-13 | gprs: fix bearer dbus signal interface | Christopher Vogl | 1 | -1/+1 | |
According to the documentation the data bearer property should be located on interface org.ofono.ConnectionManager. | |||||
2012-08-13 | gprs-context: print reason for ppp disconnect | Christopher Vogl | 1 | -1/+1 | |
2012-08-13 | doc: Trivial whitespace fixes | Mikel Astiz | 2 | -7/+7 | |
Always use tabs instead of spaces for indentation in documentation files. | |||||
2012-08-09 | test: Fix printing of modem property strings | Marcel Holtmann | 1 | -2/+2 | |
2012-08-07 | test: Remove test-voicecall script | Denis Kenzior | 2 | -95/+0 | |
This is no longer useful as phonesim does not automatically transition dialing calls to active state. | |||||
2012-08-07 | test: Add support for CSSI/CSSU notifications | Denis Kenzior | 1 | -6/+7 | |
2012-08-07 | test: Fix weird formatting mis-matches | Denis Kenzior | 1 | -23/+23 | |
2012-08-07 | test: Remove redundant code from monitor-ofono | Denis Kenzior | 1 | -44/+12 | |
2012-08-06 | Release 1.10 | Marcel Holtmann | 2 | -1/+5 | |
2012-08-06 | test: Add hangup-call script for GCF testing | Guillaume Zajac | 2 | -1/+16 | |
2012-08-05 | test: Add release-and-swap script | Denis Kenzior | 2 | -0/+23 | |
2012-08-05 | voicecall: Implement ReleaseAndSwap | Denis Kenzior | 1 | -0/+23 | |
2012-08-05 | doc: Add ReleaseAndSwap | Denis Kenzior | 1 | -0/+11 | |
2012-08-03 | test: Add hangup-multiparty script for GCF testing | Guillaume Zajac | 2 | -1/+22 | |
2012-08-02 | build: add certification.txt | Denis Kenzior | 1 | -1/+2 | |
2012-08-02 | doc: Add certification.txt | Denis Kenzior | 1 | -0/+88 | |
2012-08-02 | test: Add hold-and-answer script for GCF testing | Guillaume Zajac | 2 | -1/+22 | |
2012-07-28 | doc: Another addendum to Interfaces docs | Denis Kenzior | 1 | -0/+7 | |
2012-07-28 | doc: Further explain the Interfaces property | Denis Kenzior | 1 | -0/+33 | |
2012-07-27 | test: Remove test-ussd as it is redundant | Philippe Nunes | 2 | -76/+0 | |
2012-07-27 | test: Add send-ussd script | Philippe Nunes | 2 | -0/+58 | |
Simpler script that test-ussd that is still capable of replying to network initiated USSD requests and USSD dialogs. | |||||
2012-07-27 | monitor-ofono: Fix to print non-English characters | Philippe Nunes | 1 | -2/+2 | |
The default encoding for a Python bytestring is ASCII. But the SMS/USSD text is encoded in UTF-8. This is why trying to convert non-English characters (Unicode characters beyond 128) produces the error "UnicodeEncodeError: 'ascii' codec can't encode character". | |||||
2012-07-25 | doc: Add comments on valid phone number format | Denis Kenzior | 1 | -1/+15 | |
2012-07-25 | doc: Expand description of various Hangup cases | Denis Kenzior | 1 | -7/+16 | |
2012-07-25 | doc: Update Features property description | Denis Kenzior | 1 | -0/+8 | |
2012-07-19 | Release 1.9 | Marcel Holtmann | 2 | -1/+6 | |
2012-07-17 | unit: Simplify previous commit | Denis Kenzior | 1 | -8/+3 | |
2012-07-17 | unit: Update test_invalid() unit test | Guillaume Zajac | 1 | -3/+23 | |
2012-07-16 | util: Style issues | Denis Kenzior | 1 | -3/+2 | |
2012-07-16 | util: update comment from previous commit | Denis Kenzior | 1 | -6/+10 | |
Cite the specification verbatim |