After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 698850 - [MM 0.8] zte plugin should chain to parent for CDMA-only access tech checking
[MM 0.8] zte plugin should chain to parent for CDMA-only access tech checking
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: ModemManager
unspecified
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-04-25 15:41 UTC by Dan Williams
Modified: 2013-05-06 15:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dan Williams 2013-04-25 15:41:02 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.
Comment 1 Dan Williams 2013-04-29 15:22:24 UTC
Please review dcbw/zte-cdma-access-tech.
Comment 2 Aleksander Morgado 2013-04-30 07:18:07 UTC
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.
Comment 3 Dan Williams 2013-05-01 16:18:59 UTC
branch updated; how about now?
Comment 4 Aleksander Morgado 2013-05-06 08:59:29 UTC
Yes, looks good now.
Comment 5 Dan Williams 2013-05-06 15:19:49 UTC
Merged.