Age | Commit message (Collapse) | Author |
|
device.
|
|
|
|
For now, it only waits a bit after CFUN=1 call.
|
|
It's mandatory by spec, so it really shouldn't be optional. Need to figure
out which CDMA modems have problems with it and implement plugin for them.
|
|
|
|
|
|
registration request.
|
|
|
|
|
|
|
|
Patch from Per Hallsmark <per@hallsmark.se>.
|
|
|
|
Patch from Bjorn Runaker <bjorn.runaker@ericsson.com>.
|
|
|
|
|
|
function.
It's useful for other modems too that need to strip unsolicited messages from
responses.
|
|
Author: Per Hallsmark.
|
|
|
|
Show the correct error in case of write errors (EAGAIN).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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).
|
|
Implement modem properties dialog for the applet which shows all sorts of
information about the modem, allows to scan for visible networks and create
NMConnections based on scan results.
|
|
|
|
The device argument was a MMModem object, which conflicted with the spec.
Changed it to the modem's udi.
|
|
|
|
|
|
|
|
If trying to get signal quality when connected, use the cached value.
|
|
Implement mm_serial_is_connected() function and call it before trying to write
anything to the serial port.
|