aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-15api: expose in the Bearer the dict of properties used when creating itAleksander Morgado
2012-03-15iface-modem: implement all bearer list operations in the interfaceAleksander Morgado
Bearer list operations, except for Bearer creation, are so generic that the interface itself can implement it for every object implementing the interface. This implementation is based on a new MMBearerList object.
2012-03-15errors: new TOO_MANY and NOT_FOUND core errorsAleksander Morgado
2012-03-15bearer: ensure only valid bearers are exportedAleksander Morgado
We setup bearer export in DBus only if the input properties are the expected ones.
2012-03-15cli: implement bearer creation, deletion and listingAleksander Morgado
2012-03-15libmm-glib: handle bearer creation, deletion and listingAleksander Morgado
2012-03-15cli: enable printing modem infoAleksander Morgado
2012-03-15libmm-glib: return NULL instead of empty stringsAleksander Morgado
2012-03-15cli: allow option groups to force async/sync operationsAleksander 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-15libmm-glib: new API method to build a string of capabilities from a bitmaskAleksander Morgado
2012-03-15libmm-common: capabilities string builder moved from coreAleksander Morgado
Keep in libmm-common the capabilities string builder.
2012-03-15nokia: start porting the Nokia plugin to the new codebaseAleksander Morgado
2012-03-15cinterion: ignore non-AT portsAleksander Morgado
2012-03-15broadband-modem: by default only send init command onceAleksander Morgado
Will handle sending it twice only for Nokia phones.
2012-03-15port-probe: always complete probing task in idleAleksander Morgado
2012-03-15port-probe: plug small leak when reporting error in AT command responseAleksander Morgado
2012-03-15cli: use the new libmm-glib API fixesAleksander Morgado
2012-03-15libmm-glib: simplify handling of interfacesAleksander Morgado
Avoid trying to merge all interfaces into the same set of APIs, and keep having a specific object (proxy) for each interface handled by the GDBusObjects reported listed by the GDBusObjectManager.
2012-03-15api: minor fixes in `OperatorCode' and `OperatorName' documentationAleksander Morgado
2012-03-15cli: fix sync operations, initialize contextAleksander Morgado
2012-03-15cli: logging improvementsAleksander Morgado
2012-03-15libmm-glib: fix macro implementing async ready callbacksAleksander Morgado
2012-03-15cli: new `--verbose' to dump debug loggingAleksander Morgado
2012-03-15broadband-modem: implement bearer creation, deletion and listingAleksander Morgado
Currently do not limit the number of bearers that can be created.
2012-03-15bearer: fix object export/unexportAleksander Morgado
2012-03-15sim: only unexport object if currently exportedAleksander Morgado
Avoid trying to unexport the object if it was never exported before.
2012-03-15iface-modem-3gpp: bind connection property right awayAleksander Morgado
2012-03-15iface-modem: bind connection property right awayAleksander Morgado
2012-03-15sim: bind connection property right awayAleksander Morgado
2012-03-15sim: make sure we unexport the SIM object when destroying itAleksander Morgado
Usually, if not always, the connection stored in the SIM object never exists when disposing it, as we clear the connection property in the Modem object before destroying it, and both properties are bound. But just in case, in order to avoid ending up with a zombie object in DBus, we make sure we unexport it.
2012-03-15bearer: keep properties given as input, and avoid async creationAleksander Morgado
No need to create this object asynchronously.
2012-03-15modem-helpers: new helper to count number of bits set in a bitmaskAleksander Morgado
2012-03-15api: when creating new bearer, use dict of stringsAleksander Morgado
Changed the signature of the 'properties' input argument in the CreateBearer() DBus call from a{sv} to a{ss}. We'll only expect string values.
2012-03-15bearer: new object to handle bearers, implements the Bearer DBus interfaceAleksander Morgado
2012-03-15sim: plug memleak, free path on finalize()Aleksander Morgado
2012-03-15cinterion: start porting features from the old implementationAleksander Morgado
Currently ported: * Power Down * Flow control * After power up setup: ** Available functionality status ** Supported networks
2012-03-15cinterion: re-enabled Cinterion pluginAleksander Morgado
Just dummy plugin for now.
2012-03-15error-helpers: small refactorAleksander Morgado
2012-03-15core: port to use the new AT command/sequences in the MMBaseModem APIAleksander Morgado
2012-03-15base-modem-at: refactor AT sequence/command handlingAleksander Morgado
Make a tight connection between the action of sending AT commands, either single or in a sequence, with the MMBaseModem object owning the port. This direct relation allows sending commands without specifying which port to use, so that the modem object can get the best port at each time, and handling all that in a single common place. The original mm-at API has also been modified so that when a single command is sent, a constant string is returned. We are allowed to return constant strings in mm_base_modem_at_command_finish() because the string itself is owned by the GSimpleAsyncResult, and hence, alive enough time. The GSimpleAsyncResult is completely disposed only after the async call is fully completed. Same reasoning behind the GVariant returned in the AT sequences; it should not be owned by the caller, it's a transfer-none in introspection terms.
2012-03-15errors: new MM_CORE_ERROR_CONNECTED errorAleksander Morgado
To be returned when we try to send an AT command to a modem, but there is no usable AT port available, as the primary port is connected (hence the name) and there is no secondary port.
2012-03-15iface-modem: handle CreateBearer(), DeleteBearer() and ListBearers()Aleksander Morgado
Just pass the task to the specific underlying implementation.
2012-03-15broadband-modem: implement cleaning up CS and PS registrationsAleksander Morgado
2012-03-15iface-modem-3gpp: cleanup CS and PS registrations during disableAleksander Morgado
2012-03-15broadband-modem: implement cleaning up unsolicited registration message handlersAleksander Morgado
2012-03-15iface-modem-3gpp: cleanup unsolicited registration messages during disableAleksander Morgado
2012-03-15iface-modem: don't flash port during disableAleksander Morgado
At least just for now. Flashing should be done as part of the disconnection.
2012-03-15broadband-modem: setup steps when disabling the modemAleksander Morgado
Include disabling the Modem and 3GPP interfaces for now.
2012-03-15iface-modem-3gpp: interface can be disabledAleksander Morgado
2012-03-15iface-modem-3gpp: enable periodic registration checks if no unsolicitedAleksander Morgado
If we get errors when configuring the unsolicited registration messages, setup a timeout to be run every 30s which will check our registration status.