From c24b796f47d277d32d99f0ac1762a3c65bcfaab7 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Tue, 17 Feb 2009 20:56:49 +0000 Subject: Added Polish cellular operators (#46218). --- lib/network/connection/providers/cellular.pm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'lib/network/connection') diff --git a/lib/network/connection/providers/cellular.pm b/lib/network/connection/providers/cellular.pm index ea47743..efb8c6d 100644 --- a/lib/network/connection/providers/cellular.pm +++ b/lib/network/connection/providers/cellular.pm @@ -128,6 +128,22 @@ our %data = ( login => "tre", password => "tre", }, + N("Poland") . "|Era GSM" => { + apn => "erainternet", + login => "erainternet", + password => "erainternet", + }, + N("Poland") . "|Orange" => { + apn => "internet", + login => "internet", + password => "internet", + }, + N("Poland") . "|Play" => { + apn => "INTERNET", + }, + N("Poland") . "|Plus GSM" => { + apn => "internet", + }, ); 1; -- cgit v1.2.1