summaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-cdma.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-08iface-modem-cdma: port to use object loggingAleksander Morgado1-41/+44
2020-01-30iface-modem-cdma: fix warnings with -Wimplicit-fallthroughAleksander Morgado1-19/+19
2020-01-30iface-modem-cdma: fix warnings with -Wswitch-defaultAleksander Morgado1-0/+24
2019-12-03iface-modem-cdma: don't allow multiple concurrent activation attemptsAleksander Morgado1-10/+78
2019-12-03iface-modem-cdma: disallow empty carrier code in automatic activationAleksander Morgado1-0/+11
2017-06-30iface-modem-cdma: port mm_iface_modem_cdma_run_registration_checks to use GTaskBen Chan1-95/+112
2017-06-30iface-modem-cdma: port mm_iface_modem_cdma_register_in_network to use GTaskBen Chan1-12/+9
2017-06-30iface-modem-cdma: port mm_iface_modem_cdma_disable to use GTaskBen Chan1-38/+44
2017-06-30iface-modem-cdma: port mm_iface_modem_cdma_enable to use GTaskBen Chan1-56/+46
2017-06-30iface-modem-cdma: port mm_iface_modem_cdma_initialize to use GTaskBen Chan1-57/+48
2015-12-02core: use G_SOURCE_REMOVE and G_SOURCE_CONTINUE in GSourceFuncsAleksander Morgado1-1/+1
2015-10-15mm-broadband-modem: trigger registration checks only after enabling all ifacesAleksander Morgado1-25/+0
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