
mmcli
List of commands for mmcli:
-
mmcli:ai:2a0cf SMS message 1$ mmcli --messaging-sms-list=/org/freedesktop/ModemManager1/SMS/0try on your machineexplain this command
-
mmcli:ai:422d4 how do I configure modem manger for second bearer$ mmcli -m ${MODEM_INDEX} --create-bearer=${CONFIGURATION_JSON}try on your machineexplain this command
-
mmcli:ai:ad099 Retrieve the contents of a specific SMS message$ mmcli -m ${modem_index} -s ${message_index} --gettry on your machineexplain this command
-
mmcli:tldr:8aaab mmcli: List SMS messages available on the modem.$ sudo mmcli --modem=${modem} --messaging-list-smstry on your machineexplain this command
-
mmcli:tldr:d4844 mmcli: Delete a message from the modem, specifying its path.$ sudo mmcli --modem=${modem} --messaging-delete-sms=${path-to-message_file}try on your machineexplain this command