From b19368d933446bbeb3b456dd26a305ace41e183e Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Mon, 9 Mar 2009 20:17:45 +0000 Subject: Added UK O2 operator (#48582). --- lib/network/connection/providers/cellular.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/network/connection/providers') diff --git a/lib/network/connection/providers/cellular.pm b/lib/network/connection/providers/cellular.pm index efb8c6d..8460913 100644 --- a/lib/network/connection/providers/cellular.pm +++ b/lib/network/connection/providers/cellular.pm @@ -144,6 +144,11 @@ our %data = ( N("Poland") . "|Plus GSM" => { apn => "internet", }, + N("United Kingdom") . "|O2" => { + apn => "mobile.o2.co.uk", + login => "password", + password => "mobileweb", + }, ); 1; -- cgit v1.2.1