Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-18 | libmm-common: new common uint/int/str parsers | Aleksander Morgado | |
2012-03-16 | iface-modem-3gpp: if already registered as requested, don't try to register ↵ | Aleksander Morgado | |
from scratch | |||
2012-03-16 | iface-modem-simple: try to skip initial steps in the Simple Connect sequence | Aleksander Morgado | |
2012-03-16 | iface-modem-simple: don't request to connect the bearer if already connected | Aleksander Morgado | |
2012-03-16 | iface-modem: if we are already unlocked, don't try to check it again | Aleksander Morgado | |
We're assuming here we are never getting locked without us knowing it. | |||
2012-03-16 | iface-modem-simple: don't call the enable() methods in the class directly | Aleksander Morgado | |
Use the new `mm_base_modem_enable()' instead, which will pass down the modem-wide cancellable to the enable() implementation. | |||
2012-03-16 | iface-modem-simple: don't assume bearer is always set | Aleksander Morgado | |
2012-03-16 | broadband-bearer: pass down cancellable to the 3gpp dialing implementation | Aleksander Morgado | |
2012-03-16 | hso,option: plugins fully ported | Aleksander Morgado | |
2012-03-16 | hso: custom disconnection implementation | Aleksander Morgado | |
2012-03-16 | broadband-bearer: pass down CID to the 3GPP-specific disconnection logic | Aleksander Morgado | |
2012-03-16 | hso: custom IP config retrieval implementation | Aleksander Morgado | |
2012-03-16 | broadband-bearer: let subclasses handle their own IP config retrieval mechanism | Aleksander Morgado | |
Mainly given for bearers requiring static IP addresses in net ports. | |||
2012-03-16 | broadband-bearer: let subclasses know the CID being used | Aleksander Morgado | |
2012-03-16 | novatel: assume only IPv4 supported for now | Aleksander Morgado | |
2012-03-16 | hso: let modem report connection status to the bearer | Aleksander Morgado | |
Connection status notifications are unsolicited; the modem will receive them and it will forward them to the available bearer. | |||
2012-03-16 | hso: always create a HSO-specific broadband bearer | Aleksander Morgado | |
2012-03-16 | hso: setup connection sequence | Aleksander Morgado | |
2012-03-16 | broadband-bearer: ensure a result is always set | Aleksander Morgado | |
Just a convenience, as it is anyway not used afterwards. | |||
2012-03-16 | hso: new `MMBroadbandBearerHso' | Aleksander Morgado | |
Includes handling of user and password. | |||
2012-03-16 | bearer: properties are exposed before exporting the bearer object | Aleksander Morgado | |
And we let subclasses to specify which of the input properties need to be exposed. | |||
2012-03-16 | api,dbus: include `user' and `password' as properties given to Simple Connect | Aleksander Morgado | |
2012-03-16 | hso: setup ports | Aleksander Morgado | |
Only the primary port will get the OWANCALL unsolicited messages, so we only setup not to remove the echo in that specific port. | |||
2012-03-16 | hso: started porting the High-Speed Option plugin | Aleksander Morgado | |
Just skeleton for now. | |||
2012-03-16 | option: allow setting allowed/preferred modes | Aleksander Morgado | |
2012-03-16 | option: load initial allowed/preferred modes | Aleksander Morgado | |
2012-03-16 | mmcli: fix looking for unexisting SMS | Aleksander Morgado | |
We need to ensure we iterate over all modems available. | |||
2012-03-16 | mmcli: fix looking for unexisting bearers | Aleksander Morgado | |
We need to ensure we iterate over all modems available. | |||
2012-03-16 | cli: don't assume every modem exposes the Messaging interface | Aleksander Morgado | |
2012-03-16 | option: completely ignore +PACSP0 unsolicited messages | Aleksander Morgado | |
2012-03-16 | option: enable and disable unsolicited messages | Aleksander Morgado | |
2012-03-16 | option: setup and cleanup unsolicited messages | Aleksander Morgado | |
2012-03-16 | option: reset expected unsolicited message handlers | Aleksander Morgado | |
2012-03-16 | option: need to wait some seconds after power up | Aleksander Morgado | |
2012-03-16 | plugin-base: avoid launching AT probing on new ports if the modem expects ↵ | Aleksander Morgado | |
only one If we got an existing modem showing a new port, and the plugin handling that modem said that only one AT port was expected, we shouldn't be AT-probing it any more. | |||
2012-03-16 | base-modem: new method to check if the modem got any AT port | Aleksander Morgado | |
Required for the single-at logic in the plugins. | |||
2012-03-16 | port-probe: new probing result setters | Aleksander Morgado | |
We make them public, so that we can set results before actually running the probing. | |||
2012-03-16 | plugin-base: only cancel AT probing in probes of the same device | Aleksander Morgado | |
2012-03-16 | build: require gudev >= 147 | Aleksander Morgado | |
Since udev 147 the gudev API is no longer marked as experimental, and therefore `G_UDEV_API_IS_SUBJECT_TO_CHANGE' is no longer needed. | |||
2012-03-16 | port-probe: probing may just require vendor or product probing | Aleksander Morgado | |
If we already had probed, e.g. AT capabilities, and a next plugin requires Vendor AT probing, the task will only show that VENDOR_AT is requested. | |||
2012-03-16 | base-modem: ensure we cancel any ongoing operation when we're disposing | Aleksander Morgado | |
2012-03-16 | iface-modem: treat serial errors also as fatal when checking unlock status | Aleksander Morgado | |
2012-03-16 | nokia: don't even bother checking for messaging support | Aleksander Morgado | |
Nokia modems/handsets use their own protocol (phonet) for all messaging related operations, currently unsupported, so don't bother trying to check messaging support with the generic implementation. | |||
2012-03-16 | iface-modem-time: let initialization and enabling sequences get cancelled | Aleksander Morgado | |
2012-03-16 | iface-modem-messaging: let initialization and enabling sequences get cancelled | Aleksander Morgado | |
2012-03-16 | iface-modem-location: let initialization and enabling sequences get cancelled | Aleksander Morgado | |
2012-03-16 | iface-modem-cdma: let initialization and enabling sequences get cancelled | Aleksander Morgado | |
2012-03-16 | iface-modem-3gpp: let initialization and enabling sequences get cancelled | Aleksander Morgado | |
2012-03-16 | iface-modem: let initialization and enabling sequences get cancelled | Aleksander Morgado | |
2012-03-16 | core: new `Initializing' state in the global modem state machine | Aleksander Morgado | |
We need to define a state to be used while the modem is being initialized, so that we forbid any operation on the modem on already exported interfaces, while there are interfaces pending to get exported. This Initializing state will also cover the state between having the SIM unlocked (which launches re-initialization) and being completely initialized. |