Age | Commit message (Collapse) | Author |
|
Configuring unsolicited events involves:
* Setup unsolicited events. This handles the setup of the unsolicited message
handlers in the AT ports, including the setup of the callback to get called
when the unsolicited messages are received.
* Enable unsolicited events. This tells the modem to actually send the
unsolicited messages.
* Disable unsolicited events. This tells the modem to stop sending unsolicited
messages.
* Cleanup unsolicited events. This removes the unsolicited message handlers
in the AT ports.
|
|
|
|
|
|
|
|
|
|
So, these two are equivalent:
$> mmcli -b 0
$> mmcli -b /org/freedesktop/ModemManager1/Bearer/0
and also this two:
$> mmcli -s 0
$> mmcli -s /org/freedesktop/ModemManager1/SIM/0
|
|
|
|
|
|
|
|
Plugins can subclass the MMSim object and provide custom implementations of the
actions performed by the object.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We can already give the number as a parameter in the dictionary when creating
the Bearer object.
|
|
|
|
|
|
|
|
|
|
Just rely on a single Bearer object created.
|
|
|
|
|
|
|
|
Equivalent to the fix in d15b1f201 applied to the enums template.
Spotted by Nathan Williams.
|
|
Spotted by Nathan Williams.
|
|
Not needed in gdbus-based code.
|
|
|
|
|
|
|
|
|
|
Each enum will have its own #_get_string (),
and each flags will have its own #_build_string_from_mask ().
|
|
|
|
We hide the location signaling; not sure if we should even support it.
|
|
|