From ebf5b1f845144ac22727cdfe296d67f30b2c0c93 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Fri, 3 Apr 2009 14:37:19 +0000 Subject: Added Estonian cellular operators (#49504). --- lib/network/connection/providers/cellular.pm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'lib/network') diff --git a/lib/network/connection/providers/cellular.pm b/lib/network/connection/providers/cellular.pm index 9607be9..6c722f4 100644 --- a/lib/network/connection/providers/cellular.pm +++ b/lib/network/connection/providers/cellular.pm @@ -12,6 +12,27 @@ use utf8; # http://computer.cocus.co.il/Setup/V3X/MPT/Addons/GPRSope.inf our %data = ( + N("Estonia") . "|Bravocom" => { + apn => "internet", + }, + N("Estonia") . "|Elisa" => { + apn => "internet", + }, + N("Estonia") . "|EMT" => { + apn => "internet.emt.ee", + }, + N("Estonia") . "|Simpel/POP!" => { + apn => "internet2.emt.ee", + }, + N("Estonia") . "|Tele2" => { + apn => "internet.tele2.ee", + }, + N("Estonia") . "|TeleYks" => { + apn => "internet", + }, + N("Estonia") . "|Zorro" => { + apn => "internet", + }, # http://www.cubio.fi/fi/cubio_gsm/mms_ja_gprs_asetukset N("Finland") . "|Cubio" => { apn => "internet.cubio.net", -- cgit v1.2.1