GNOME Bugzilla – Bug 701151
[MM 0.8] [review] broadband-bearer: don't create PDP context when using an existing one
Last modified: 2013-05-29 06:58:58 UTC
If the context is already defined, then we can just use it instead of calling +CGDCONT to create it again. Modems don't like this, plus it's pointless.
Created attachment 245488 [details] [review] 0001-broadband-bearer-don-t-create-PDP-context-when-using.patch
Patch seems to be working.
Review of attachment 245488 [details] [review]: Minor typo, which I fixed before pushing. ::: src/mm-broadband-bearer.c @@ +799,3 @@ ctx->cid = g_variant_get_uint32 (result); + + /* If there's already a PDP context defined, just iuse it */ Minor typo "iuse it"
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.