GNOME Bugzilla – Bug 698850
[MM 0.8] zte plugin should chain to parent for CDMA-only access tech checking
Last modified: 2013-05-06 15:19:49 UTC
ZTE CDMA modems don't support +ZPAS, but the ZTE broadband modem code runs that unconditionally. We should just chain up to the MMBroadbandModem class' load_access_technologies functions if the modem is CDMA-only.
Please review dcbw/zte-cdma-access-tech.
Still need to call iface_modem_parent->load_access_technologies_finish() in the subclass' load_access_technologies_finish() if the modem is cdma only. Otherwise, the async method and the corresponding _finish() wouldn't be matched properly.
branch updated; how about now?
Yes, looks good now.
Merged.