Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2012-07-16 | doc: Remove duplicate error entry | Denis Kenzior | 1 | -1/+0 | |
2012-07-16 | util: Fix GSM to UTF8 conversion mechanism | Guillaume Zajac | 1 | -3/+14 | |
2012-07-15 | gprs: Call detach_shutdown when network is lost | Guillaume Zajac | 1 | -21/+63 | |
2012-07-15 | gprs-context: Add new driver entry definition | Guillaume Zajac | 1 | -0/+11 | |
2012-07-15 | gprs-context: Add new driver entry | Guillaume Zajac | 1 | -0/+2 | |
2012-07-16 | Revert "build: Use -Wshadow compiler option" | Marcel Holtmann | 1 | -1/+1 | |
2012-07-15 | build: Use -Wshadow compiler option | Marcel Holtmann | 1 | -1/+1 | |
2012-07-15 | voicecall: Avoid shadowing of number variable | Marcel Holtmann | 1 | -2/+2 | |
2012-07-15 | voicecall: Remove shadowing modem variable | Marcel Holtmann | 1 | -5/+1 | |
2012-07-15 | ctm: Remove shadowing reply variable | Marcel Holtmann | 1 | -2/+0 | |