summaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-cdma.c
Commit message (Expand)AuthorAgeFilesLines
* iface-modem-cdma: port mm_iface_modem_cdma_run_registration_checks to use GTaskBen Chan2017-06-301-95/+112
* iface-modem-cdma: port mm_iface_modem_cdma_register_in_network to use GTaskBen Chan2017-06-301-12/+9
* iface-modem-cdma: port mm_iface_modem_cdma_disable to use GTaskBen Chan2017-06-301-38/+44
* iface-modem-cdma: port mm_iface_modem_cdma_enable to use GTaskBen Chan2017-06-301-56/+46
* iface-modem-cdma: port mm_iface_modem_cdma_initialize to use GTaskBen Chan2017-06-301-57/+48
* core: use G_SOURCE_REMOVE and G_SOURCE_CONTINUE in GSourceFuncsAleksander Morgado2015-12-021-1/+1
* mm-broadband-modem: trigger registration checks only after enabling all ifacesAleksander Morgado2015-10-151-25/+0
* iface-modem-cdma: use the new 'MMCdmaManualActivationProperties'Aleksander Morgado2013-08-081-7/+17
* introspection,api: document the expected parameters in Cdma.ActivateManual()Aleksander Morgado2013-08-081-1/+1
* iface-modem-cdma: fix use of uninitialized variableAleksander Morgado2013-03-221-1/+1
* iface-modem-cdma: load initial activation state during initAleksander Morgado2013-03-221-0/+38
* iface-modem-cdma: allow reporting activation state changesAleksander Morgado2013-03-221-1/+67
* iface-modem-cdma: fix checking support for manual activationAleksander Morgado2013-03-201-4/+4
* iface-modem-cdma: fix handling of HDR registration stateDan Williams2013-02-061-1/+1
* trivial: add debugging to generic QCDM registration parsingDan Williams2013-02-061-0/+5
* broadband-modem: guess CDMA access technologies from registration stateDan Williams2013-01-141-17/+0
* iface-modem-cdma: get CDMA1x Serving System during QCDM registrationDan Williams2013-01-141-0/+19
* trivial: fix commentDan Williams2013-01-141-2/+2
* iface-modem-3gpp,iface-modem-cdma: check for deallocated RegistrationCheckCon...Ben Chan2013-01-031-1/+2
* core: make sure objects retrieved with g_object_get() are valid in the ifacesAleksander Morgado2012-10-111-90/+64
* libmm-glib: remove the `libmm-common.h' headerAleksander Morgado2012-10-041-1/+2
* iface-modem-cdma: provide separate method to update access techAleksander Morgado2012-08-291-22/+44
* iface-modem-cdma: allow implementations to fully override registration checksAleksander Morgado2012-08-291-31/+79
* iface-modem-cdma: minor fix in interface API namesAleksander Morgado2012-08-291-23/+21
* iface-modem-cdma: don't try to update anything if no skeleton availableAleksander Morgado2012-08-281-0/+4
* iface-modem-cdma: new steps to enable/disable unsolicited eventsAleksander Morgado2012-08-061-0/+63
* iface-modem-cdma: skip checks to see if unsolicited events are supportedAleksander Morgado2012-08-061-41/+14
* iface-modem-cdma: new steps to setup/cleanup unsolicited messagesAleksander Morgado2012-07-161-0/+90
* iface-modem-[3gpp|cdma]: remove contexts with timeouts when shutting downAleksander Morgado2012-07-131-0/+8
* core: fatal errors in iface initializations force the modem into a FAILED stateAleksander Morgado2012-03-301-14/+6
* iface-modem-cdma: let initialization and enabling sequences get cancelledAleksander Morgado2012-03-161-0/+48
* core: new `Initializing' state in the global modem state machineAleksander Morgado2012-03-161-4/+18
* base-modem: new port getters and peekersAleksander Morgado2012-03-161-6/+0
* libmm-common: `MMSimpleStatus' won't be considered internal any moreAleksander Morgado2012-03-161-6/+5
* core: remove uses of `MMModemStateReason'Aleksander Morgado2012-03-161-4/+4
* iface-modem-cdma: include policy authorization checksAleksander Morgado2012-03-161-157/+126
* core: don't pass primary port to interface initializationsAleksander Morgado2012-03-151-6/+0
* iface-modem: s/access_tech/access_technologiesAleksander Morgado2012-03-151-12/+12
* iface-modem-cdma: CDMA bearer creation removedAleksander Morgado2012-03-151-59/+0
* api,dbus: don't return immediate CDMA activation errorsAleksander Morgado2012-03-151-3/+1
* iface-modem-cdma: bind CDMA-specific properties for the simple statusAleksander Morgado2012-03-151-2/+16
* iface-modem-cdma: let caller decide the maximum registration timeoutAleksander Morgado2012-03-151-0/+2
* iface-modem-cdma: provide a method to register in the CDMA networkAleksander Morgado2012-03-151-5/+52
* bearer-cdma: avoid the need of the modem object during new_finish()Aleksander Morgado2012-03-151-10/+10
* bearer: make bearer creation an asynchronous operationAleksander Morgado2012-03-151-12/+22
* iface-modem-cdma: setup creation of CDMA bearersAleksander Morgado2012-03-151-0/+49
* iface-modem-cdma: load NID if available in the CDMA status QCDM responseAleksander Morgado2012-03-151-3/+13
* iface-modem-cdma: setup periodic registration checksAleksander Morgado2012-03-151-0/+110
* iface-modem-cdma: report state changes with subsystem IDAleksander Morgado2012-03-151-12/+19
* iface-modem-cdma: allow to configure which registration steps to runAleksander Morgado2012-03-151-29/+101