summaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-cdma.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-08iface-modem-cdma: use the new 'MMCdmaManualActivationProperties'Aleksander Morgado1-7/+17
2013-08-08introspection,api: document the expected parameters in Cdma.ActivateManual()Aleksander Morgado1-1/+1
2013-03-22iface-modem-cdma: fix use of uninitialized variableAleksander Morgado1-1/+1
2013-03-22iface-modem-cdma: load initial activation state during initAleksander Morgado1-0/+38
2013-03-22iface-modem-cdma: allow reporting activation state changesAleksander Morgado1-1/+67
2013-03-20iface-modem-cdma: fix checking support for manual activationAleksander Morgado1-4/+4
2013-02-06iface-modem-cdma: fix handling of HDR registration stateDan Williams1-1/+1
2013-02-06trivial: add debugging to generic QCDM registration parsingDan Williams1-0/+5
2013-01-14broadband-modem: guess CDMA access technologies from registration stateDan Williams1-17/+0
2013-01-14iface-modem-cdma: get CDMA1x Serving System during QCDM registrationDan Williams1-0/+19
2013-01-14trivial: fix commentDan Williams1-2/+2
2013-01-03iface-modem-3gpp,iface-modem-cdma: check for deallocated RegistrationCheckCon...Ben Chan1-1/+2
2012-10-11core: make sure objects retrieved with g_object_get() are valid in the ifacesAleksander Morgado1-90/+64
2012-10-04libmm-glib: remove the `libmm-common.h' headerAleksander Morgado1-1/+2
2012-08-29iface-modem-cdma: provide separate method to update access techAleksander Morgado1-22/+44
2012-08-29iface-modem-cdma: allow implementations to fully override registration checksAleksander Morgado1-31/+79
2012-08-29iface-modem-cdma: minor fix in interface API namesAleksander Morgado1-23/+21
2012-08-28iface-modem-cdma: don't try to update anything if no skeleton availableAleksander Morgado1-0/+4
2012-08-06iface-modem-cdma: new steps to enable/disable unsolicited eventsAleksander Morgado1-0/+63
2012-08-06iface-modem-cdma: skip checks to see if unsolicited events are supportedAleksander Morgado1-41/+14
2012-07-16iface-modem-cdma: new steps to setup/cleanup unsolicited messagesAleksander Morgado1-0/+90
2012-07-13iface-modem-[3gpp|cdma]: remove contexts with timeouts when shutting downAleksander Morgado1-0/+8
2012-03-30core: fatal errors in iface initializations force the modem into a FAILED stateAleksander Morgado1-14/+6
2012-03-16iface-modem-cdma: let initialization and enabling sequences get cancelledAleksander Morgado1-0/+48
2012-03-16core: new `Initializing' state in the global modem state machineAleksander Morgado1-4/+18
2012-03-16base-modem: new port getters and peekersAleksander Morgado1-6/+0
2012-03-16libmm-common: `MMSimpleStatus' won't be considered internal any moreAleksander Morgado1-6/+5
2012-03-16core: remove uses of `MMModemStateReason'Aleksander Morgado1-4/+4
2012-03-16iface-modem-cdma: include policy authorization checksAleksander Morgado1-157/+126
2012-03-15core: don't pass primary port to interface initializationsAleksander Morgado1-6/+0
2012-03-15iface-modem: s/access_tech/access_technologiesAleksander Morgado1-12/+12
2012-03-15iface-modem-cdma: CDMA bearer creation removedAleksander Morgado1-59/+0
2012-03-15api,dbus: don't return immediate CDMA activation errorsAleksander Morgado1-3/+1
2012-03-15iface-modem-cdma: bind CDMA-specific properties for the simple statusAleksander Morgado1-2/+16
2012-03-15iface-modem-cdma: let caller decide the maximum registration timeoutAleksander Morgado1-0/+2
2012-03-15iface-modem-cdma: provide a method to register in the CDMA networkAleksander Morgado1-5/+52
2012-03-15bearer-cdma: avoid the need of the modem object during new_finish()Aleksander Morgado1-10/+10
2012-03-15bearer: make bearer creation an asynchronous operationAleksander Morgado1-12/+22
2012-03-15iface-modem-cdma: setup creation of CDMA bearersAleksander Morgado1-0/+49
2012-03-15iface-modem-cdma: load NID if available in the CDMA status QCDM responseAleksander Morgado1-3/+13
2012-03-15iface-modem-cdma: setup periodic registration checksAleksander Morgado1-0/+110
2012-03-15iface-modem-cdma: report state changes with subsystem IDAleksander Morgado1-12/+19
2012-03-15iface-modem-cdma: allow to configure which registration steps to runAleksander Morgado1-29/+101
2012-03-15iface-modem-cdma: last step to get detailed registration stateAleksander Morgado1-18/+88
2012-03-15broadband-modem: implement default serving system and service status retrievalAleksander Morgado1-2/+10
2012-03-15modem-helpers: new CDMA helper parsersAleksander Morgado1-2/+2
2012-03-15iface-modem-cdma: run all registration checks during CDMA interface enableAleksander Morgado1-0/+27
2012-03-15iface-modem-cdma: start implementing CDMA registration state logicAleksander Morgado1-6/+480
2012-03-15iface-modem-cdma: load ESN during initializationAleksander Morgado1-19/+41
2012-03-15iface-modem-cdma: load MEID during initializationAleksander Morgado1-0/+39