[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

hello team! regarding freeze exception of mobile-broadband-provider-info package



Hello team!

Reg the above subject I would like to ask a freeze exception for this
package as its a new upstream git pull and it fixes regression back in
ubuntu with respect to austria's drei operator. Attached is the diff
from the current version in sid/squeeze for your kind review. Further
quoting from the README file of the package:

"The Package contains only informational files so it's
safe for distributions to grab updates even during feature freeze and
maintenance stages."

So I think there should not be a problem in granting an exception

with warm regards,


-- 

Bhavani Shankar.R
https://launchpad.net/~bhavi, a proud ubuntu community  member.
What matters in life is application of mind!,
It makes great sense to have some common sense..!
diff -Nurb mobile-broadband-provider-info-20100716/debian/changelog mobile-broadband-provider-info-20100804/debian/changelog
--- mobile-broadband-provider-info-20100716/debian/changelog	2010-07-19 11:06:50.000000000 +0530
+++ mobile-broadband-provider-info-20100804/debian/changelog	2010-08-04 23:40:33.000000000 +0530
@@ -1,3 +1,20 @@
+mobile-broadband-provider-info (20100804-1) unstable; urgency=low
+
+  * Merging upstream version 20100804 from git
+  * Summary of upstream changes:
+    - build: fix .pc file CFLAGS
+    - Add balance check and voicemail attributes 
+    - api: fix DTD comment for 'network-id'
+    - dtd: add description of various items
+    - austria: fix name of Drei (3) hence hopefully fix a regression 
+      in ubuntu
+    - argentina: add old Claro APN to support N97 mini etc
+    - iran: add MCI and Irancell
+    - portugal: add Clix network support
+  * Bump up standards-version to 3.9.1 No other changes
+
+ -- Bhavani Shankar <bhavi@ubuntu.com>  Wed, 04 Aug 2010 22:32:35 +0530
+
 mobile-broadband-provider-info (20100716-1) unstable; urgency=low
 
   * Merging upstream version 20100716 from git
diff -Nurb mobile-broadband-provider-info-20100716/debian/control mobile-broadband-provider-info-20100804/debian/control
--- mobile-broadband-provider-info-20100716/debian/control	2010-07-02 22:58:19.000000000 +0530
+++ mobile-broadband-provider-info-20100804/debian/control	2010-08-04 22:29:33.000000000 +0530
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Bhavani Shankar <bhavi@ubuntu.com>
 Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libxml2-utils
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 Homepage: http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders
 
 Package: mobile-broadband-provider-info
diff -Nurb mobile-broadband-provider-info-20100716/mobile-broadband-provider-info.pc.in mobile-broadband-provider-info-20100804/mobile-broadband-provider-info.pc.in
--- mobile-broadband-provider-info-20100716/mobile-broadband-provider-info.pc.in	2010-07-16 18:56:27.000000000 +0530
+++ mobile-broadband-provider-info-20100804/mobile-broadband-provider-info.pc.in	2010-08-04 22:26:05.000000000 +0530
@@ -10,4 +10,4 @@
 Description: Mobile Broadband Service Provider Information Database
 Requires:
 Version: @VERSION@
-Cflags: -DMOBILE_BROADBAND_PROVIDER_INFO='\"${database}\"'
+Cflags: -DMOBILE_BROADBAND_PROVIDER_INFO='"${database}"'
diff -Nurb mobile-broadband-provider-info-20100716/serviceproviders.2.dtd mobile-broadband-provider-info-20100804/serviceproviders.2.dtd
--- mobile-broadband-provider-info-20100716/serviceproviders.2.dtd	2010-07-16 18:56:27.000000000 +0530
+++ mobile-broadband-provider-info-20100804/serviceproviders.2.dtd	2010-08-04 22:26:05.000000000 +0530
@@ -6,7 +6,7 @@
 
 <!ELEMENT provider (name+, gsm?, cdma?)>
 
-<!ELEMENT gsm (network-id*, apn*)>
+<!ELEMENT gsm (network-id*, voicemail*, balance-check*, apn*)>
 <!ELEMENT apn (name*,
                gateway?,
                username?,
@@ -14,14 +14,63 @@
                dns*)>
 <!ATTLIST apn value CDATA #REQUIRED>
 
+<!ELEMENT voicemail (#PCDATA)>
+<!-- contains dial string used to access voicemail services for this provider -->
+<!-- for historical/legacy reasons network providers may support various alternative -->
+<!-- dial strings that can be used to access voicemail services -->
+
+<!ELEMENT balance-check (ussd*,
+                         dtmf*,
+                         sms*,
+                         ussd-response*)>
+<!-- for handset branding and historical/legacy reasons, network providers often -->
+<!-- support a number of alternative methods to check balance/allowance. -->
+<!-- the first element will typically be the default method -->
+
+<!ELEMENT ussd (#PCDATA)>
+<!-- contains * prefixed string which when sent to the network should result in a response text string from network -->
+
+<!ELEMENT dtmf (#PCDATA)>
+<!-- contains dial string used to access balance check service via voice call -->
+
+<!ELEMENT sms (#PCDATA)>
+<!ATTLIST sms text CDATA #REQUIRED>
+<!-- contains dial string and text string used to access balance check service via sms -->
+
+<!ELEMENT ussd-response (#PCDATA)>
+<!-- similar to standard ussd method but requires user to select options from initial network response -->
+<!-- typically, option 1 followed by option 3 will display remaining credit -->
+<!-- this method does not have widespread use -->
+
 <!ELEMENT network-id EMPTY>
 <!ATTLIST network-id mcc CDATA #REQUIRED>
 <!ATTLIST network-id mnc CDATA #REQUIRED>
+<!-- network-id should contain all the providers's known MCC/MNC codes.
+     The MCC should be a three-digit ITU E.212 Mobile Country Code (like
+     '310' or '409') and the MNC should be a two- or three-digit GSM
+     Mobile Network Code.  Even if the provider is an MVNO, it's upstream
+     network infrastructure provider's MCC/MNC codes should be included
+     so that the MCC+MNC from the IMSI of the MVNO's SIM can be roughly
+     matched to the provider.
+-->
 
 <!ELEMENT username (#PCDATA)> 
+<!-- username required for authentication when starting a packet data session -->
+
 <!ELEMENT password (#PCDATA)>
+<!-- password required for authentication when starting a packet data session -->
+
 <!ELEMENT dns (#PCDATA)>
+<!-- Any static IPv4 DNS servers required for the provider; usually these are
+     sent to the client automatically via PPP or PDP context negotiation and
+     this value is not used.
+-->
+
 <!ELEMENT gateway (#PCDATA)>
+<!-- Static IPv4 gateway to which IP traffic for the data session should be
+     directed to.  Usually the gateway is provided automatically via PPP or
+     PDP context negotiation and this value is not used.
+-->
 
 <!ELEMENT cdma (name*,
                 username?,
@@ -31,6 +80,7 @@
 
 <!ELEMENT sid EMPTY>
 <!ATTLIST sid value CDATA #REQUIRED>
+<!-- AMPS/CDMA System IDs known to be used by this provider -->
 
 <!ELEMENT name (#PCDATA)>
 <!ATTLIST name xml:lang CDATA #IMPLIED>
diff -Nurb mobile-broadband-provider-info-20100716/serviceproviders.xml mobile-broadband-provider-info-20100804/serviceproviders.xml
--- mobile-broadband-provider-info-20100716/serviceproviders.xml	2010-07-16 18:56:27.000000000 +0530
+++ mobile-broadband-provider-info-20100804/serviceproviders.xml	2010-08-04 22:26:05.000000000 +0530
@@ -148,11 +148,17 @@
 			<network-id mcc="722" mnc="320"/>
 			<network-id mcc="722" mnc="330"/>
 			<apn value="igprs.claro.com.ar">
+				<name>3G Internet</name>
 				<username>clarogprs</username>
 				<password>clarogprs999</password>
 				<dns>170.51.255.100</dns>
 				<dns>170.51.242.18</dns>
 			</apn>
+			<apn value="internet.ctimovil.com.ar">
+				<name>GPRS</name>
+				<username>clarogprs</username>
+				<password>clarogprs999</password>
+			</apn>
 		</gsm>
 	</provider>
 	<provider>
@@ -250,7 +256,7 @@
 		</gsm>
 	</provider>
 	<provider>
-		<name>Three</name>
+		<name>Drei (3)</name>
 		<name xml:lang="de">Drei</name>
 		<gsm>
 			<network-id mcc="232" mnc="10"/>
@@ -298,6 +304,11 @@
 		<name>Telstra</name>
 		<gsm>
 			<network-id mcc="505" mnc="01"/>
+			<balance-check>
+				<dtmf>125111</dtmf>
+				<dtmf>1258888</dtmf>
+				<ussd-response>*100#</ussd-response>
+			</balance-check>
 			<apn value="telstra.wap">
 				<dns>139.130.4.4</dns>
 				<dns>203.50.2.71</dns>
@@ -2124,7 +2135,11 @@
 			<network-id mcc="234" mnc="02"/>
 			<network-id mcc="234" mnc="10"/>
 			<network-id mcc="234" mnc="11"/>
-
+			<voicemail>901</voicemail>
+			<balance-check>
+				<ussd>*#10#</ussd>
+				<dtmf>4444</dtmf>
+			</balance-check>
 			<apn value="mobile.o2.co.uk">
 				<name>Contract</name>
 				<username>o2web</username>
@@ -2165,6 +2180,12 @@
 		<name>T-Mobile</name>
 		<gsm>
 			<network-id mcc="234" mnc="30"/>
+			<voicemail>222</voicemail>
+			<balance-check>
+				<dtmf>150</dtmf>
+				<sms text="BA">150</sms>
+				<sms text="AL">150</sms>
+			</balance-check>
 			<apn value="general.t-mobile.uk">
 				<username>User</username>
 				<password>mms</password>
@@ -2188,6 +2209,11 @@
 		<name>Vodafone</name>
 		<gsm>
 			<network-id mcc="234" mnc="15"/>
+			<voicemail>121</voicemail>
+			<balance-check>
+				<ussd>*#1345#</ussd>
+				<dtmf>2345</dtmf>
+			</balance-check>
 			<apn value="internet">
 				<name>Contract</name>
 				<username>web</username>
@@ -2224,7 +2250,10 @@
 		<gsm>
 			<network-id mcc="234" mnc="33"/>
 			<network-id mcc="234" mnc="34"/>
-
+			<voicemail>123</voicemail>
+			<balance-check>
+				<dtmf>453</dtmf>
+			</balance-check>
 			<apn value="orangeinternet">
 				<name>Contract</name>
 				<username>orange</username>
@@ -2650,6 +2679,9 @@
 		<name>O2</name>
 		<gsm>
 			<network-id mcc="272" mnc="02"/>
+			<balance-check>
+				<ussd>*#100#</ussd>
+			</balance-check>
 			<apn value="open.internet">
 				<name>Contract</name>
 				<username>gprs</username>
@@ -2726,7 +2758,8 @@
 		<name>Orange</name>
 		<gsm>
 			<network-id mcc="425" mnc="01"/>
-			<apn value="orangeinternet">
+			<apn value="uinternet">
+				<name>3G Internet</name>
 				<dns>158.43.192.1</dns>
 				<dns>158.43.128.1</dns>
 			</apn>
@@ -3111,6 +3144,26 @@
 	</provider>
 </country>
 
+<!-- Iran -->
+<country code="ir">
+	<provider>
+		<name>همراه اول</name>
+		<gsm>
+			<network-id mcc="432" mnc="11"/>
+			<apn value="mcinet">
+			</apn>
+		</gsm>
+	</provider>
+	<provider>
+		<name>ایرانسل</name>
+		<gsm>
+			<network-id mcc="432" mnc="35"/>
+			<apn value="mtnirancell">
+			</apn>
+		</gsm>
+	</provider>
+</country>
+
 <!-- Iceland -->
 <country code="is">
 	<provider>
@@ -4273,6 +4326,10 @@
 		<name>Telenor</name>
 		<gsm>
 			<network-id mcc="242" mnc="01"/>
+			<balance-check>
+				<dtmf>220</dtmf>
+				<sms text="saldo">222</sms>
+			</balance-check>
 			<apn value="telenor">
 				<dns>212.17.131.3</dns>
 				<dns>148.122.161.2</dns>
@@ -4653,10 +4710,22 @@
 		</gsm>
 	</provider>
 	<provider>
+		<!-- Merged with Optimus in 2010 -->
+		<name>Clix</name>
+		<gsm>
+			<network-id mcc="286" mnc="03"/>
+			<apn value="clixinternetmovel"/>
+		</gsm>
+	</provider>
+	<provider>
 		<name>Optimus</name>
 		<gsm>
 			<network-id mcc="286" mnc="03"/>
+			<apn value="umts">
+				<name>3G</name>
+			</apn>
 			<apn value="internet">
+				<name>GPRS</name>
 				<dns>194.79.69.129</dns>
 			</apn>
 		</gsm>
@@ -5227,6 +5296,10 @@
 		<gsm>
 			<network-id mcc="240" mnc="07"/>
 			<network-id mcc="240" mnc="05"/>
+			<balance-check>
+				<ussd>*111#</ussd>
+				<dtmf>211</dtmf>
+			</balance-check>
 			<!-- http://www.tele2.se/internet-via-gprs.html -->
 			<apn value="internet.tele2.se">
 				<name>Mobilt Internet</name>
@@ -5283,7 +5356,10 @@
 		<gsm>
 			<network-id mcc="240" mnc="01"/>
 			<network-id mcc="240" mnc="05"/>
-
+			<balance-check>
+				<ussd>*120#</ussd>
+				<ussd>*121#</ussd>
+			</balance-check>
 			<!-- http://www3.telia.se/foretag/mobilguiden/ -->
 			<apn value="online.telia.se"/>
 		</gsm>

Reply to: