Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-15 | cli: print supported/allowed bands in modem info | Aleksander Morgado | |
2012-03-15 | cli: modem options check always last, even when shutting down | Aleksander Morgado | |
2012-03-15 | api: MMModemBand is now an enum, not flags | Aleksander Morgado | |
We don't want to handle bands as flags, in order to avoid the need of 64-bits for the enum. This change implies that setting allowed bands will be done by giving an array of uint32 values, signature "au". | |||
2012-03-15 | cli: implement actions from the Simple interface | Aleksander Morgado | |
2012-03-15 | cli: implement SIM related actions | Aleksander Morgado | |
2012-03-15 | cli: include 3GPP related stuff when printing modem info | Aleksander Morgado | |
2012-03-15 | cli: implement 3GPP related actions | Aleksander Morgado | |
2012-03-15 | cli: don't recheck group options if already done | Aleksander Morgado | |
2012-03-15 | cli: specify common options in a new group | Aleksander Morgado | |
Actions on modems from specific interfaces, like 3GPP, will also need the modem to be specified. The new 'Common' option group will handle all options to specify objects. | |||
2012-03-15 | cli: add debug logs when parsing properties to create a bearer | Aleksander Morgado | |
2012-03-15 | cli: print properties used when bearer was created | Aleksander Morgado | |
2012-03-15 | cli: allow passing the new 'allow-roaming' in the bearer creation string | Aleksander Morgado | |
2012-03-15 | cli: on modem actions creating/listing bearers, just print bearer path | Aleksander Morgado | |
2012-03-15 | cli: report access technologies in use by the modem | Aleksander Morgado | |
2012-03-15 | cli: always keep a MMManager around | Aleksander Morgado | |
In order to receive signals in the GDBusObjects retrieved from the GDBusObjectManagerClient, we need to keep a reference of the client around. | |||
2012-03-15 | libmm-common: make it installable | Aleksander Morgado | |
We'll install libmm-common and its headers, which will be used by libmm-glib and the ModemManager daemon. | |||
2012-03-15 | cli: new Bearer related options | Aleksander Morgado | |
2012-03-15 | cli: default to showing modem info if no action specified | Aleksander Morgado | |
2012-03-15 | cli: new helper to look for specific MMBearer objects | Aleksander Morgado | |
2012-03-15 | cli: implement bearer creating and listing based on the new MMBearer | Aleksander Morgado | |
2012-03-15 | cli: don't unref cancellable if already done | Aleksander Morgado | |
2012-03-15 | cli: new helper to get name of MMBearerIpMethod | Aleksander Morgado | |
2012-03-15 | cli: implement bearer creation, deletion and listing | Aleksander Morgado | |
2012-03-15 | cli: enable printing modem info | Aleksander Morgado | |
2012-03-15 | cli: allow option groups to force async/sync operations | Aleksander Morgado | |
Some operations are clearly asynchronous (e.g. monitoring modem state), while others are clearly synchronous (e.g. printing modem info). So just allow option groups to force the operation to be async or sync based on the detected action. | |||
2012-03-15 | cli: use the new libmm-glib API fixes | Aleksander Morgado | |
2012-03-15 | cli: fix sync operations, initialize context | Aleksander Morgado | |
2012-03-15 | cli: logging improvements | Aleksander Morgado | |
2012-03-15 | cli: new `--verbose' to dump debug logging | Aleksander Morgado | |
2012-03-15 | cli: start to port Modem actions to use the new libmm-glib | Aleksander Morgado | |
2012-03-15 | cli: add command to reset the modem to factory state | Aleksander Morgado | |
2012-03-15 | cli: add command to reset the modem | Aleksander Morgado | |
2012-03-15 | cli: use new modem enabling and disabling API | Aleksander Morgado | |
2012-03-15 | cli: add commands to enable and disable the modem | Aleksander Morgado | |
2012-03-15 | cli: add command to monitor modem state | Aleksander Morgado | |
2012-03-15 | cli: include status information properties in the info command output | Aleksander Morgado | |
2012-03-15 | cli: include system information properties in the info command output | Aleksander Morgado | |
2012-03-15 | cli: handle multiline revision strings | Aleksander Morgado | |
2012-03-15 | cli: add commands to get info from modem | Aleksander Morgado | |
2012-03-15 | cli: port Manager actions to use the new libmm-glib | Aleksander Morgado | |
The original command line interface was written based on a hand-made libmm. This commit ports the Manager interface handling to the new gdbus-codegen-based libmm-glib. | |||
2012-03-15 | cli: always perform a clean shutdown on successful operations | Aleksander Morgado | |
2012-03-15 | cli: prefix error messages with 'error: ' | Aleksander Morgado | |
2012-03-15 | cli: use capital letters for manager options | Aleksander Morgado | |
2012-03-15 | cli: split into different option groups, in different files | Aleksander Morgado | |
2012-03-15 | cli: add commands to change daemon logging level | Aleksander Morgado | |
2012-03-15 | cli: add commands to request a new scan | Aleksander Morgado | |
2012-03-15 | cli: add command to monitor modem additions and removals | Aleksander Morgado | |
2012-03-15 | cli: add commands to list currently available modems | Aleksander Morgado | |
2012-03-15 | cli: initial cli implementation | Aleksander Morgado | |