From 8ab493dcd145b279cac16273ea7149bec8095f5f Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 25 Apr 2008 20:27:45 +0000 Subject: add APN for SFR WAP (Illimythics / Pass Surf) --- lib/network/connection/providers/cellular.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/network/connection/providers') diff --git a/lib/network/connection/providers/cellular.pm b/lib/network/connection/providers/cellular.pm index 07c43b0..10e6802 100644 --- a/lib/network/connection/providers/cellular.pm +++ b/lib/network/connection/providers/cellular.pm @@ -42,6 +42,9 @@ our %data = ( login => "orange", password => "orange", }, + N("France") . "|SFR WAP (Illimythics / Pass Surf)" => { + apn => "wapsfr", + }, N("France") . "|SFR Web (Clé Internet / Data)" => { apn => "websfr", }, -- cgit v1.2.1