Age | Commit message (Collapse) | Author |
|
|
|
|
|
When notifying added or completed SMS objects, don't return their properties as
they can be retrieved by looking at the specific objects in DBus.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We'll just:
* Report unsupported on CDMA-only modems.
* Check if AT+CNMI=? replies correctly, and if so, assume SMS-based messaging
is supported.
|
|
The interface won't be exported if the given check fails.
|
|
|
|
|
|
connect_cdma()
These implementations must not update neither port nor connection_type, as
these items are specific of the MMBroadbandBearer object, and hence not
available by subclasses.
|
|
didn't change
|
|
Managing existence of the SMS objects better done only via the Messaging
interface.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To be set when USSD is not enabled.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|