aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-cdma.c
AgeCommit message (Collapse)Author
2012-03-15bearer: make bearer creation an asynchronous operationAleksander Morgado
We may want to do some checks while creating a new bearer.
2012-03-15iface-modem-cdma: setup creation of CDMA bearersAleksander Morgado
2012-03-15iface-modem-cdma: load NID if available in the CDMA status QCDM responseAleksander Morgado
2012-03-15iface-modem-cdma: setup periodic registration checksAleksander Morgado
2012-03-15iface-modem-cdma: report state changes with subsystem IDAleksander Morgado
Different subsystem IDs used for CDMA1x and EVDO
2012-03-15iface-modem-cdma: allow to configure which registration steps to runAleksander Morgado
Implementations of the CDMA interface are allowed to specify which steps in the registration checks can be skipped. For example, if no QCDM ports are available, there won't be any need to try QCDM-based checks; or if Sprint commands are available, there won't be any need to run CDMA1x Serving System checks.
2012-03-15iface-modem-cdma: last step to get detailed registration stateAleksander Morgado
2012-03-15broadband-modem: implement default serving system and service status retrievalAleksander Morgado
2012-03-15modem-helpers: new CDMA helper parsersAleksander Morgado
2012-03-15iface-modem-cdma: run all registration checks during CDMA interface enableAleksander Morgado
2012-03-15iface-modem-cdma: start implementing CDMA registration state logicAleksander Morgado
QCDM-based Call Manager and HDR state for now.
2012-03-15iface-modem-cdma: load ESN during initializationAleksander Morgado
2012-03-15iface-modem-cdma: load MEID during initializationAleksander Morgado
2012-03-15iface-modem-cdma: new interface to handle CDMA specific actionsAleksander Morgado