Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-03-15 | libmm-glib: get the MMSim object from the MMModem | Aleksander Morgado | |
2012-03-15 | libmm-glib: new MMSim object | Aleksander Morgado | |
2012-03-15 | libmm-glib: new `MMModem' object, handling the Modem interface | Aleksander Morgado | |
2012-03-15 | libmm-glib: setup build of the libmm-glib library | Aleksander Morgado | |
The library will contain a small layer of code on top of the proxies and object manager client generated by gdbus-codegen. Therefore, the headers auto-generated from the DBus introspection XMLs need to be distributed along with the libmm-glib specific headers. | |||
2012-03-15 | core: start using our newly defined errors | Aleksander Morgado | |
2012-03-15 | core: disable all dbus-glib dependent code | Aleksander Morgado | |
2012-03-15 | core: start using MMBroadbandModem objects | Aleksander Morgado | |
We chain up the Generic plugin created MMBroadbandModem objects within the GDBusObjectManagerServer in MMManager, so that they get properly exported in DBus. | |||
2012-03-15 | plugin-base: explicitly request to probe for AT capabilities | Aleksander Morgado | |
2012-03-15 | core: no need to check Capabilities during port probing | Aleksander Morgado | |
Capabilities checking is done during the Modem interface initialization. | |||
2012-03-15 | broadband-modem: implement UnlockRequired loading | Aleksander Morgado | |
2012-03-15 | broadband-modem: implement DeviceIdentifier loading | Aleksander Morgado | |
2012-03-15 | broadband-modem: implement EquipmentIdentifier loading | Aleksander Morgado | |
2012-03-15 | broadband-modem: implement Revision loading | Aleksander Morgado | |
2012-03-15 | broadband-modem: implement Model loading | Aleksander Morgado | |
2012-03-15 | broadband-modem: implement Manufacturer loading | Aleksander Morgado | |
2012-03-15 | broadband-modem: implement Capabilities loading | Aleksander Morgado | |
2012-03-15 | broadband-modem: implement MMIfaceModem interface | Aleksander Morgado | |
Currently just override the interface properties, and launch initialization and shutdown where appropriate. | |||
2012-03-15 | core: new MMBroadbandModem object, inherits from MMBaseModem | Aleksander Morgado | |
New object to implement broadband modem specific behaviour. | |||
2012-03-15 | iface-modem: allow requesting signal quality check | Aleksander Morgado | |
The new `mm_iface_modem_signal_quality_check()' method will reload the signal quality value on demand, set the value of the `SignalQuality' property in DBus, and also return the results. | |||
2012-03-15 | iface-modem: handle SetAllowedModes() | Aleksander Morgado | |
2012-03-15 | iface-modem: handle SetAllowedBands() | Aleksander Morgado | |
Also considering that playing with bands may not be supported. | |||
2012-03-15 | iface-modem: handle FactoryReset() calls | Aleksander Morgado | |
Also considering that reseting may not be implemented. | |||
2012-03-15 | iface-modem: handle Reset() calls | Aleksander Morgado | |
Also considering that reseting may not be implemented. | |||
2012-03-15 | iface-modem: create MMSim object during init | Aleksander Morgado | |
2012-03-15 | sim: handle SendPin() and SendPuk() calls | Aleksander Morgado | |
2012-03-15 | sim: handle EnablePin() calls | Aleksander Morgado | |
2012-03-15 | sim: handle ChangePin() calls | Aleksander Morgado | |
2012-03-15 | sim: allow re-launching initialization | Aleksander Morgado | |
It may happen that we cannot load property values when the SIM is locked, so we need to enable re-launching initialization in the object API. | |||
2012-03-15 | sim: load OperatorName during init | Aleksander Morgado | |
2012-03-15 | sim: load OperatorIdentifier during init | Aleksander Morgado | |