diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2009-04-03 14:37:19 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2009-04-03 14:37:19 +0000 |
commit | ebf5b1f845144ac22727cdfe296d67f30b2c0c93 (patch) | |
tree | d652b8bdc8af86598b2b4fb6e763c8848a7fb15b /lib/network/connection/providers/cellular.pm | |
parent | 82b1407e72a42f6eb3a7de7fc57f285d38624a47 (diff) | |
download | drakx-net-ebf5b1f845144ac22727cdfe296d67f30b2c0c93.tar drakx-net-ebf5b1f845144ac22727cdfe296d67f30b2c0c93.tar.gz drakx-net-ebf5b1f845144ac22727cdfe296d67f30b2c0c93.tar.bz2 drakx-net-ebf5b1f845144ac22727cdfe296d67f30b2c0c93.tar.xz drakx-net-ebf5b1f845144ac22727cdfe296d67f30b2c0c93.zip |
Added Estonian cellular operators (#49504).
Diffstat (limited to 'lib/network/connection/providers/cellular.pm')
-rw-r--r-- | lib/network/connection/providers/cellular.pm | 21 |
1 files changed, 21 insertions, 0 deletions
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", |