From ced31ea4d1439b1c862ead8426ea4a090bb495ac Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 2 Apr 2008 20:44:52 +0000 Subject: =?UTF-8?q?add=20cellular=20provider=20data=20for=20Italy=20(from?= =?UTF-8?q?=20Giuseppe=20Ghib=C3=B2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/network/connection/providers/cellular.pm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'lib/network/connection/providers') diff --git a/lib/network/connection/providers/cellular.pm b/lib/network/connection/providers/cellular.pm index 6d2a70c..7468f47 100644 --- a/lib/network/connection/providers/cellular.pm +++ b/lib/network/connection/providers/cellular.pm @@ -30,6 +30,26 @@ our %data = ( N("France") . "|SFR" => { apn => "websfr", }, + N("Italy") . "|TIM" => { + apn => "ibox.internet.it", + login => "tim", + password => "tim", + }, + N("Italy") . "|Vodafone" => { + apn => "web.omnitel.it", + login => "vodafone", + password => "vodafone", + }, + N("Italy") . "|Wind" => { + apn => "internet.wind.it", + login => "wind", + password => "wind", + }, + N("Italy") . "|Tre" => { + apn => "tre.it", + login => "tre", + password => "tre", + }, ); 1; -- cgit v1.2.1