aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-09-16Fix the loadable module name checking.Tambet Ingo
2008-09-16Disconnect modem if it's connected while disabling.Tambet Ingo
2008-09-15Make sure the device is enabled before trying to send commands to it.Tambet Ingo
2008-09-15Implement PIN changing and enabling/disabling.Tambet Ingo
2008-09-15Implement smarter APN choosing.Tambet Ingo
If the APN chosen by user is already configured in card, use that. If not, find the highest used CID, the allowed range of CIDs and add new (or overwrite the highest one).
2008-09-11Make sure the response buffer doesn't grow without bounds.Tambet Ingo
2008-09-11Fix device added and removed signals.Tambet Ingo
The device argument was a MMModem object, which conflicted with the spec. Changed it to the modem's udi.
2008-09-11Fix the typos.Tambet Ingo
2008-09-11Fix error codes.Tambet Ingo
2008-09-11Fix a bug where the serial command queue sent the same command multiple times.Tambet Ingo
2008-09-11Cache signal quality after successful registration.Tambet Ingo
If trying to get signal quality when connected, use the cached value.
2008-09-11Don't try to send commands to the serial device if it's connected.Tambet Ingo
Implement mm_serial_is_connected() function and call it before trying to write anything to the serial port.
2008-09-11Rewrite serial device communications.Tambet Ingo
Instead of vague "send something, wait something" the responses are now analyzed by (overridable) parsers. Makes all the modem implementations much easier since each caller knows without any code whether the call succeeded or failed. Another thing that makes modem code simpler (and the whole thing more robust), is the queueing of sent commands. Each queued command has a command and a callback which is quaranteed to get called, even if sending failed. Define and implement error reporting.
2008-09-01Handle reading failure replies correctly everywhere.Tambet Ingo
2008-09-01Implement reading IMEI, IMSI, manufacturer, model, and version (revision).Tambet Ingo
2008-08-29Implement the more granular GSM interfaces as agreed on NM mailing list.Tambet Ingo
Convert all exisiting code over to new DBus interfaces.
2008-08-28Make the timeout handling simpler in the NMSerial class.Tambet Ingo
2008-08-26Implement HSO modem driver.Tambet Ingo
2008-08-22Grab the registration information right after a successful registration.Tambet Ingo
The registration information is stored now because in the generic case, it is not possible to issue AT commands when the device is connected.
2008-08-21Implement registration information retrieving for GSM modems.Tambet Ingo
2008-08-21Implement per modem type DBus interfaces.Tambet Ingo
A major code reorganization.
2008-07-31Handle serial device opening when it's already open.Tambet Ingo
2008-07-31Merge fixes from NetworkManager SVN.Tambet Ingo
2008-07-31Initial commit.Tambet Ingo