From 330806c782f8e63768a28d3091b67845d0f395d8 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Mon, 4 May 2009 13:41:44 +0000 Subject: Added Cingluar provider (#48849). --- lib/network/connection/providers/cellular.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/network/connection/providers/cellular.pm') diff --git a/lib/network/connection/providers/cellular.pm b/lib/network/connection/providers/cellular.pm index 1288115..79f757c 100644 --- a/lib/network/connection/providers/cellular.pm +++ b/lib/network/connection/providers/cellular.pm @@ -175,6 +175,9 @@ our %data = ( login => "mobileweb", password => "password", }, + N("United States") . "|Cingular" => { + apn => "isp.cingular", + }, ); 1; -- cgit v1.2.1