aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-3gpp.h
AgeCommit message (Collapse)Author
2012-03-15iface-modem-3gpp: indicators and unsolicited events are 3GPP-specificAleksander Morgado
Moved code from the Modem interface, as this is really 3GPP-specific
2012-03-15iface-modem-3gpp: implement property binding for the simple statusAleksander Morgado
2012-03-15bearers: base bearer creation in the new bearer properties objectAleksander Morgado
2012-03-15iface-modem-3gpp: allow requesting to register internally, not just via DBusAleksander Morgado
2012-03-153gpp: control 3GPP bearer creation in the 3GPP modem interfaceAleksander Morgado
And implement bearer connection allowance based on roaming status.
2012-03-15core: implement Access Technology reportingAleksander Morgado
For 3GPP modems only for now..
2012-03-15iface-modem-3gpp: cleanup CS and PS registrations during disableAleksander Morgado
2012-03-15iface-modem-3gpp: cleanup unsolicited registration messages during disableAleksander Morgado
2012-03-15iface-modem-3gpp: interface can be disabledAleksander Morgado
2012-03-15iface-modem-3gpp: handle network scan requestsAleksander Morgado
2012-03-15iface-modem-3gpp: when going into REGISTERED, load Operator Name and CodeAleksander Morgado
2012-03-15iface-modem-3gpp: always run CS and PS registration checks togetherAleksander Morgado
And report a single error, only if all available registration checks failed.
2012-03-15iface-modem-3gpp: handle network registration requestsAleksander Morgado
2012-03-15iface-modem-3gpp: load registration states during enableAleksander Morgado
2012-03-15iface-modem-3gpp: allow changing the RegistrationState from outside the ↵Aleksander Morgado
interface The 3GPP registration state will always be set from outside the 3GPP interface, for example when parsing unsolicited registration messages, on when the interface requests manual checking of registration state. We'll also update the State property in the Modem interface when we switch to a connected state, so we also set the Modem interface as a prerrequisite of the 3GPP interface.
2012-03-15iface-modem: new RegistrationState property, bound to the one in DBusAleksander Morgado
2012-03-15iface-modem-3gpp: setup unsolicited registration messages handling during enableAleksander Morgado
2012-03-15iface-modem-3gpp: setup CS and PS registrations during enableAleksander Morgado
2012-03-15iface-modem-3gpp: interface can be enabledAleksander Morgado
In addition to initializing the interface, to load initial values of all properties and export the object in DBus, the interface can now also be enabled. Enabling the 3GPP interface will take care of running the network registration process.
2012-03-15iface-modem-3gpp: load `IMEI' during initAleksander Morgado
2012-03-15iface-modem-3gpp: setup interface initialization and shutdownAleksander Morgado
2012-03-15iface-modem-3gpp: new interface to handle the Modem 3GPP DBus interfaceAleksander Morgado