The Danish service provider have 2 kind of subscription.
A mobile broband only (no SMS and call), and a normal (SMS/MMS + call + mobile brodband X GB) This patch add the last. diff --git a/serviceproviders.xml b/serviceproviders.xml index 196a50d..94a7c3b 100644 --- a/serviceproviders.xml +++ b/serviceproviders.xml @@ -2747,9 +2747,16 @@ conceived. <name>OiSTER</name> <gsm> <network-id mcc="238" mnc="06"/> + <!-- http://www.oister.dk/kundeservice/mobilt-bredband/opsatning/andre-opsatninger/ --> <apn value="bredband.oister.dk"> <plan type="postpaid"/> <usage type="internet"/> + <name>Mobile Broadband</name> + </apn> + <apn value="data.dk"> + <plan type="postpaid"/> + <usage type="internet"/> + <name>Mobile Internet</name> </apn> </gsm> </provider> |