Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | libmm-glib: allow getting properties used when the bearer was created | Aleksander Morgado | |
2012-03-15 | libmm-glib: generic warning if IP config dictionary has unexpected contents | Aleksander Morgado | |
2012-03-15 | 3gpp: control 3GPP bearer creation in the 3GPP modem interface | Aleksander Morgado | |
And implement bearer connection allowance based on roaming status. | |||
2012-03-15 | bearer-3gpp: provide getters for the properties | Aleksander Morgado | |
2012-03-15 | cli: allow passing the new 'allow-roaming' in the bearer creation string | Aleksander Morgado | |
2012-03-15 | libmm-glib: handle new 'allow-roaming' property when creating bearers | Aleksander Morgado | |
2012-03-15 | api,core: new 'allow-roaming' property to be set when creating a bearer | Aleksander Morgado | |
This new boolean property, applicable to 3GPP bearers, will specify whether 3GPP bearers are allowed to get connected when registered in a roaming network. | |||
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 | libmm-glib: new helper method to build a string with access technologies | Aleksander Morgado | |
2012-03-15 | core: implement Access Technology reporting | Aleksander Morgado | |
For 3GPP modems only for now.. | |||
2012-03-15 | api,enums: renamed `MMModemAccessTech' to `MMModemAccessTechnology' | Aleksander Morgado | |
This one was the last enum without full name. | |||
2012-03-15 | modem-helpers: renamed 3GPP registration related helpers with `mm_3gpp' prefix | Aleksander Morgado | |
2012-03-15 | api,dbus: renamed `AccessTechnology' to `AccessTechnologies' | Aleksander Morgado | |
We are reporting a bitmask of flags, not just one value. | |||
2012-03-15 | api,enums: let MMModemAccessTech be flags instead of enum | Aleksander Morgado | |
We should be able to report more than one access technology used at a given time. | |||
2012-03-15 | broadband-modem: bearer connection allowance handled in ifaces | Aleksander Morgado | |
2012-03-15 | iface-modem-3gpp: disable periodic registration checks | Aleksander Morgado | |
2012-03-15 | iface-modem-3gpp: when disabling, disconnect all 3GPP bearers | Aleksander Morgado | |
2012-03-15 | bearer: allow disconnection also with internal requests | Aleksander Morgado | |
2012-03-15 | bearer,bearer-3gpp: implement connection request cancellation | Aleksander Morgado | |
We allow connection requests to get cancelled, either via DBus calls or any other method. | |||
2012-03-15 | iface-modem-3gpp: if we get unregistered ensure we have disconnected 3GPP ↵ | Aleksander Morgado | |
bearers It is actually very likely that we get automatically the bearer disconnected when we get unregistered in the network, but anyway. | |||
2012-03-15 | iface-modem: handle connection related states | Aleksander Morgado | |
Moved from broadband-modem. All this logic is really common not specific to the generic implementation. | |||
2012-03-15 | iface-modem: while connected, ignore registration state changes | 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 | broadband-modem: handle connection related states in the modem | Aleksander Morgado | |
As a modem can have more than one bearer, the mapping between the bearer state and the modem state is not direct. | |||
2012-03-15 | bearer: new `bearer-state' property | Aleksander Morgado | |
2012-03-15 | core,libmm-glib: include ony `libmm-common.h' | Aleksander Morgado | |
Don't include one by one all the headers from libmm-common, just include the global `libmm-common.h' which includes all the others. | |||
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 | build: let enum and error templates be completely generic | Aleksander Morgado | |
Don't include anything in the templates specific to the file to be built, like #ifdef guards in headers or #include in sources. | |||
2012-03-15 | bearer-3gpp: set ip method when connecting the bearer | Aleksander Morgado | |
Currently, assume PPP when we have an AT data port, and DHCP otherwise. | |||
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 | libmm-glib: get a list of MMBearer objects when listing bearers in the MMModem | Aleksander Morgado | |
2012-03-15 | libmm-glib: get the MMBearer object when creating it in the MMModem | Aleksander Morgado | |
2012-03-15 | libmm-glib: new MMBearer object | Aleksander Morgado | |
2012-03-15 | manager: don't try to export already exported modems | Aleksander Morgado | |
2012-03-15 | broadband-modem: allow 3GPP bearer connection if registered in 3GPP network | Aleksander Morgado | |
2012-03-15 | bearer: fail connecting try if not allowed to connect | Aleksander Morgado | |
2012-03-15 | bearer-list: allow iterating over the bearers in the list | Aleksander Morgado | |
2012-03-15 | bearer: new property to define whether the bearer is allowed to connect | Aleksander Morgado | |
Modems will allow bearers to get connected once they are registered in the network. | |||
2012-03-15 | bearer-3gpp: implement 3GPP-specific bearer | Aleksander Morgado | |
Implement basic functionality of a 3GPP based bearer, including connnection and disconnection. | |||
2012-03-15 | iface-modem: minor fix, remove unneeded variables in the initialization context | Aleksander Morgado | |
2012-03-15 | base-modem: allow retrieving non-connected data ports | Aleksander Morgado | |
Bearers will ask for data ports that can be used for connections. Right now, only one data port is expected to be handled, but we don't impose any restriction in the API. |