diff -Nru mobile-broadband-provider-info-20240407/debian/changelog mobile-broadband-provider-info-20250613/debian/changelog --- mobile-broadband-provider-info-20240407/debian/changelog 2024-08-12 18:42:36.000000000 +0200 +++ mobile-broadband-provider-info-20250613/debian/changelog 2025-07-05 11:40:30.000000000 +0200 @@ -1,3 +1,19 @@ +mobile-broadband-provider-info (20250613-2) unstable; urgency=medium + + * Upload to unstable + + -- Graham Inggs Sat, 05 Jul 2025 09:40:30 +0000 + +mobile-broadband-provider-info (20250613-1) experimental; urgency=medium + + * Upload to experimental + * New upstream version 20250613 + (Closes: #1107974) + * Add salsa-ci + * Add myself to uploaders. Thanks Graham! + + -- Guido Günther Sat, 21 Jun 2025 14:51:27 +0200 + mobile-broadband-provider-info (20240407-1) unstable; urgency=medium * New upstream release diff -Nru mobile-broadband-provider-info-20240407/debian/control mobile-broadband-provider-info-20250613/debian/control --- mobile-broadband-provider-info-20240407/debian/control 2024-08-12 18:24:02.000000000 +0200 +++ mobile-broadband-provider-info-20250613/debian/control 2025-07-05 11:27:57.000000000 +0200 @@ -2,6 +2,7 @@ Section: admin Priority: optional Maintainer: Graham Inggs +Uploaders: Guido Günther Build-Depends: debhelper-compat (= 13), libxml2-utils, meson (>= 1.0.0), diff -Nru mobile-broadband-provider-info-20240407/debian/salsa-ci.yml mobile-broadband-provider-info-20250613/debian/salsa-ci.yml --- mobile-broadband-provider-info-20240407/debian/salsa-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ mobile-broadband-provider-info-20250613/debian/salsa-ci.yml 2025-07-05 11:27:57.000000000 +0200 @@ -0,0 +1,7 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +variables: + SALSA_CI_DISABLE_PIUPARTS: 1 diff -Nru mobile-broadband-provider-info-20240407/.dir-locals.el mobile-broadband-provider-info-20250613/.dir-locals.el --- mobile-broadband-provider-info-20240407/.dir-locals.el 1970-01-01 01:00:00.000000000 +0100 +++ mobile-broadband-provider-info-20250613/.dir-locals.el 2025-06-18 11:11:11.000000000 +0200 @@ -0,0 +1,7 @@ +( + (nxml-mode . ( + (indent-tabs-mode . t) + (nxml-child-indent . 8) + (nxml-outline-child-indent . 8) + )) +) diff -Nru mobile-broadband-provider-info-20240407/MAINTAINERS mobile-broadband-provider-info-20250613/MAINTAINERS --- mobile-broadband-provider-info-20240407/MAINTAINERS 2024-05-02 08:44:11.000000000 +0200 +++ mobile-broadband-provider-info-20250613/MAINTAINERS 2025-06-18 11:11:11.000000000 +0200 @@ -1,11 +1,3 @@ -Antti Kaijanmäki -E-mail: antti.kaijanmaki.net -Userid: kaijanma - -Dan Williams -E-mail: dcbw@redhat.com -Userid: dcbw - Lubomir Rintel E-mail: lkundrak@v3.sk Userid: lkundrak diff -Nru mobile-broadband-provider-info-20240407/meson.build mobile-broadband-provider-info-20250613/meson.build --- mobile-broadband-provider-info-20240407/meson.build 2024-05-02 08:44:11.000000000 +0200 +++ mobile-broadband-provider-info-20250613/meson.build 2025-06-18 11:11:11.000000000 +0200 @@ -47,4 +47,4 @@ test('xmllint', find_program('xmllint'), - args: ['--valid', sp_xml_db]) + args: ['--postvalid', sp_xml_db]) diff -Nru mobile-broadband-provider-info-20240407/mobile-broadband-provider-info.doap mobile-broadband-provider-info-20250613/mobile-broadband-provider-info.doap --- mobile-broadband-provider-info-20240407/mobile-broadband-provider-info.doap 2024-05-02 08:44:11.000000000 +0200 +++ mobile-broadband-provider-info-20250613/mobile-broadband-provider-info.doap 2025-06-18 11:11:11.000000000 +0200 @@ -14,13 +14,6 @@ - Antti Kaijanmäki - - kaijanma - - - - Dan Williams dcbw diff -Nru mobile-broadband-provider-info-20240407/NEWS mobile-broadband-provider-info-20250613/NEWS --- mobile-broadband-provider-info-20240407/NEWS 2024-05-02 08:44:11.000000000 +0200 +++ mobile-broadband-provider-info-20250613/NEWS 2025-06-18 11:11:11.000000000 +0200 @@ -1,3 +1,25 @@ +20250613 +-------- +* Add support for Cell Broadcast channel information to schema +* Add channel information for NL, DE, US +* New providers + - de: sipgate + - dk: Telia IOT + - pt: Digi PT, LigaT + - pt: Meo, NOS + - uk: 1pMobile + - us: AT&T FirstNet +* Updated providers: + - at: spusu + - de: Bild Mobil, congstar + - fr: bouygues + - it: Iliad + - pt: Vodafone, NOS, Lycamobile, Meo + - ru: Win Mobile + - us: T-mobile +* Removed providers: + - pt: ZON, TMN, CLIX, Optimus, Kanguru + 20240407 -------- * Switch to meson diff -Nru mobile-broadband-provider-info-20240407/serviceproviders.2.dtd mobile-broadband-provider-info-20250613/serviceproviders.2.dtd --- mobile-broadband-provider-info-20240407/serviceproviders.2.dtd 2024-05-02 08:44:11.000000000 +0200 +++ mobile-broadband-provider-info-20250613/serviceproviders.2.dtd 2025-06-18 11:11:11.000000000 +0200 @@ -1,7 +1,7 @@ - + @@ -148,3 +148,15 @@ + + + + + + + + + + + + diff -Nru mobile-broadband-provider-info-20240407/serviceproviders.xml mobile-broadband-provider-info-20250613/serviceproviders.xml --- mobile-broadband-provider-info-20240407/serviceproviders.xml 2024-05-02 08:44:11.000000000 +0200 +++ mobile-broadband-provider-info-20250613/serviceproviders.xml 2025-06-18 11:11:11.000000000 +0200 @@ -600,6 +600,16 @@ + Spusu + + + + + + + + + T-Mobile @@ -3250,6 +3260,42 @@ Germany + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AldiTalk/MedionMobile @@ -3314,9 +3360,9 @@ Bild Mobil - + - + BILD Mobilportal @@ -3521,15 +3567,25 @@ *101*CODE# - + Prepaid Contracts - t-mobile - tm + congstar + cs 193.254.160.1 10.74.83.22 + + + + + Congstar MMS + telekom + telekom + https://www.mms.telekon.de/OTP/ + 109.231.176.193:8008 + @@ -3607,6 +3663,20 @@ + sipgate + + + + + + + sipgate + sipgate + sipgate + + + + Alice @@ -3859,6 +3929,19 @@ + Telia IOT + + + + *101# + + + + + + + + BiBoB @@ -4805,6 +4888,11 @@ 660 + + + 22344 + //VVM + 630 @@ -5460,6 +5548,32 @@ + + + 1pMobile + + + + + 150 + + + + + 1pMobile + user + one2one + + + + 1pMobile + user + one2one + http://mms/ + 149.254.201.135:8080 + + + 3 @@ -7335,6 +7449,15 @@ Iliad + 401 + + + 2050 + //VVM + + + 400 + @@ -9564,6 +9687,39 @@ Netherlands + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hi @@ -10902,76 +11058,41 @@ Portugal - Kanguru + NOS - + 133 + + *111# + + - Portable - Portátil - 62.169.67.172 - 62.169.67.171 + NOS / WTF Pós-Pago (internet) - + - Tempo (Prepaid) - 62.169.67.172 - 62.169.67.171 + NOS / WTF Pré-Pago (internet) - + - Fixo - 62.169.67.172 - 62.169.67.171 - - - Apn dinâmico (no apn) - 62.169.67.172 - 62.169.67.171 + NOS Kanguru Net Móvel (internet) - Optimus MMS + NOS (MMS) http://mmsc:10021/mmsc 62.169.66.5:8799 - - Clix - - - - - - - - - - Optimus - - - - - - 3G - - - - - GPRS - 194.79.69.129 - - - - Lycamobile + 200 *123# @@ -10987,32 +11108,24 @@ - TMN + MEO + 200 + + *#123# + + - Tmn Internet - tmn - tmn + MEO (Internet) 88.214.178.1 88.214.182.2 - - Tmn Mms - tmn - tmnnet - 194.65.3.20 - 194.65.3.21 - - - - MMSgprs - tmn - tmnnet + MEO (MMS) http://mmsc/ 10.111.2.16:8080 @@ -11022,51 +11135,56 @@ Vodafone + 123 + + *#123# + + vodafone vodafone - 212.18.160.133 - 212.18.160.134 + - Vodafone Internet + Vodafone / Yorn (Internet) + vodafone + vodafone - - + - Vodafone MMS - vas - vas + Vodafone / Yorn (MMS) + vodafone + vodafone + http://mms.vodafone.pt/servlets/mms + iproxy.vodafone.pt:80 - ZON + Digi PT - - + + - Dados Móveis + Digi.mobil + - + + + + LigaT + + + 200 + - - MMS - vas - vas - - - - ZON MMS - vas - vas - http://mms/servlets/mms - 213.30.27.63:8799 + + LigaT (Internet) @@ -13207,6 +13325,8 @@ internet + internet + internet @@ -13214,6 +13334,23 @@ United States + + + + + + + + + + + + + + + + + AT&T @@ -13296,7 +13433,7 @@ 123 - 127 + 122 //VVM @@ -13353,6 +13490,40 @@ + + FirstNet + + + + + + + + + + + + + + +17249209990 + + + 94183567 + //VVM + + + + firstnet-phone + proxy.mobile.att.net:80 + http://mmsc.mobile.att.net + proxy.mobile.att.net:80 + + + + firstnet-broadband + + + Sprint