summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-08-16telit: move gprs atom into post sim phaseChristopher Vogl1-8/+8
2012-08-16gprs: data bearer for telit with PSNTAugust Mayer1-0/+40
Telit neither supports '+CPSB' nor reports the data bearer through '+CGREG'. It has its own +PSNT command.
2012-08-16sim: Minor formatting nitpicksDenis Kenzior1-0/+2
2012-08-16sim: Fix warningDenis Kenzior1-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-16AUTHORS: Mention August's contributionsDenis Kenzior1-0/+1
2012-08-16sim: support PIN retry counters for telit modemsAugust Mayer1-0/+61
2012-08-16sim: implement function to get password typeAugust Mayer1-0/+8
2012-08-16sim: add function to get password typeAugust Mayer1-0/+2
2012-08-16unit: Add a unit test for empty sim stringsDenis Kenzior1-0/+6
2012-08-16util: Make sure to handle special empty stringsDenis Kenzior1-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-13gprs: fix bearer dbus signal interfaceChristopher Vogl1-1/+1
According to the documentation the data bearer property should be located on interface org.ofono.ConnectionManager.
2012-08-13gprs-context: print reason for ppp disconnectChristopher Vogl1-1/+1
2012-08-13doc: Trivial whitespace fixesMikel Astiz2-7/+7
Always use tabs instead of spaces for indentation in documentation files.
2012-08-09test: Fix printing of modem property stringsMarcel Holtmann1-2/+2
2012-08-07test: Remove test-voicecall scriptDenis Kenzior2-95/+0
This is no longer useful as phonesim does not automatically transition dialing calls to active state.
2012-08-07test: Add support for CSSI/CSSU notificationsDenis Kenzior1-6/+7
2012-08-07test: Fix weird formatting mis-matchesDenis Kenzior1-23/+23
2012-08-07test: Remove redundant code from monitor-ofonoDenis Kenzior1-44/+12
2012-08-06Release 1.10Marcel Holtmann2-1/+5
2012-08-06test: Add hangup-call script for GCF testingGuillaume Zajac2-1/+16
2012-08-05test: Add release-and-swap scriptDenis Kenzior2-0/+23
2012-08-05voicecall: Implement ReleaseAndSwapDenis Kenzior1-0/+23
2012-08-05doc: Add ReleaseAndSwapDenis Kenzior1-0/+11
2012-08-03test: Add hangup-multiparty script for GCF testingGuillaume Zajac2-1/+22
2012-08-02build: add certification.txtDenis Kenzior1-1/+2
2012-08-02doc: Add certification.txtDenis Kenzior1-0/+88
2012-08-02test: Add hold-and-answer script for GCF testingGuillaume Zajac2-1/+22
2012-07-28doc: Another addendum to Interfaces docsDenis Kenzior1-0/+7
2012-07-28doc: Further explain the Interfaces propertyDenis Kenzior1-0/+33
2012-07-27test: Remove test-ussd as it is redundantPhilippe Nunes2-76/+0
2012-07-27test: Add send-ussd scriptPhilippe Nunes2-0/+58
Simpler script that test-ussd that is still capable of replying to network initiated USSD requests and USSD dialogs.
2012-07-27monitor-ofono: Fix to print non-English charactersPhilippe Nunes1-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-25doc: Add comments on valid phone number formatDenis Kenzior1-1/+15
2012-07-25doc: Expand description of various Hangup casesDenis Kenzior1-7/+16
2012-07-25doc: Update Features property descriptionDenis Kenzior1-0/+8
2012-07-19Release 1.9Marcel Holtmann2-1/+6
2012-07-17unit: Simplify previous commitDenis Kenzior1-8/+3
2012-07-17unit: Update test_invalid() unit testGuillaume Zajac1-3/+23
2012-07-16util: Style issuesDenis Kenzior1-3/+2
2012-07-16util: update comment from previous commitDenis Kenzior1-6/+10
Cite the specification verbatim
2012-07-16doc: Remove duplicate error entryDenis Kenzior1-1/+0
2012-07-16util: Fix GSM to UTF8 conversion mechanismGuillaume Zajac1-3/+14
2012-07-15gprs: Call detach_shutdown when network is lostGuillaume Zajac1-21/+63
2012-07-15gprs-context: Add new driver entry definitionGuillaume Zajac1-0/+11
2012-07-15gprs-context: Add new driver entryGuillaume Zajac1-0/+2
2012-07-16Revert "build: Use -Wshadow compiler option"Marcel Holtmann1-1/+1
2012-07-15build: Use -Wshadow compiler optionMarcel Holtmann1-1/+1
2012-07-15voicecall: Avoid shadowing of number variableMarcel Holtmann1-2/+2
2012-07-15voicecall: Remove shadowing modem variableMarcel Holtmann1-5/+1
2012-07-15ctm: Remove shadowing reply variableMarcel Holtmann1-2/+0