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 707767 - ca: Extra APN for Videotron, data on mobile phones
ca: Extra APN for Videotron, data on mobile phones
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: Mobile broadband
git master
Other Linux
: Normal normal
: ---
Assigned To: Thomas Haller
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-09-09 13:57 UTC by Mathieu Trudel-Lapierre
Modified: 2013-09-09 14:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ca: Extra APN for Videotron (572 bytes, patch)
2013-09-09 13:57 UTC, Mathieu Trudel-Lapierre
none Details | Review

Description Mathieu Trudel-Lapierre 2013-09-09 13:57:33 UTC
Created attachment 254485 [details] [review]
ca: Extra APN for Videotron

Hi,

Here's an extra APN setting for the Videotron provider, in Canada. This one is specific to mobile phones data.


From: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>
Subject: ca: Extra APN for Videotron

--- serviceproviders.xml.orig 	2013-09-09 09:51:16.883824316 -0400
+++ serviceproviders.xml	2013-09-09 09:53:11.191820570 -0400
@@ -1761,6 +1761,11 @@
 		<gsm>
 			<network-id mcc="302" mnc="500"/>
 			<network-id mcc="302" mnc="510"/>
+			<apn value="media.videotron">
+				<plan type="postpaid"/>
+				<usage type="internet"/>
+				<name>Telephony data</name>
+			</apn>
 			<apn value="ihvm.videotron">
 				<plan type="postpaid"/>
 				<usage type="internet"/>
Comment 1 Thomas Haller 2013-09-09 14:04:40 UTC
Pushed to master as
https://git.gnome.org/browse/mobile-broadband-provider-info/commit/?id=53ee734d8a01a83a9379bc177e7037287c7aba70

Thank you for the patch!!