summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-08-20telit: add additional port for data connectionChristopher Vogl1-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-20udevng: rename aux port from Data to Aux for telitChristopher Vogl1-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-17dundee: Add missing SetProperty documenationDaniel Wagner1-0/+11
2012-08-17dundee: disconnect bluetooth link in case dial failsGustavo Padovan1-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-17dundee: explicit shutdown the bluetooth file descriptorGustavo Padovan1-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-17dundee: add timeout to close stalled ppp handshakeGustavo Padovan3-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-16mbm: Fix crash from processing multiple *EMRDYDenis Kenzior1-3/+11
Sometimes we see the *EMRDY notification before we query, and trigger initialization procedures twice.
2012-08-16mbm: Remove spurious ';'Denis Kenzior1-1/+1
2012-08-16telit: pass vendor at sim atom creationChristopher Vogl1-1/+2
2012-08-16telit: Fix 80 character per line violationDenis Kenzior1-1/+2
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