diff --git a/Patches/Common/apns-conf.xml b/Patches/Common/apns-conf.xml index ea1f5e75..6f66133c 100644 --- a/Patches/Common/apns-conf.xml +++ b/Patches/Common/apns-conf.xml @@ -1115,8 +1115,8 @@ - - + + @@ -2008,7 +2008,7 @@ - + @@ -2962,6 +2962,7 @@ + diff --git a/Patches/Common/wireless-regdb/db.txt b/Patches/Common/wireless-regdb/db.txt index 07cdf4a2..915a3b94 100644 --- a/Patches/Common/wireless-regdb/db.txt +++ b/Patches/Common/wireless-regdb/db.txt @@ -279,12 +279,21 @@ country BO: DFS-JP (5250 - 5330 @ 80), (30), DFS (5735 - 5835 @ 80), (30) +# Source: +# https://www.gov.br/anatel/pt-br/regulado/radiofrequencia/radiacao-restrita +# https://informacoes.anatel.gov.br/legislacao/resolucoes/2017/936-resolucao-680 +# https://informacoes.anatel.gov.br/legislacao/atos-de-certificacao-de-produtos/2017/1139-ato-14448 country BR: DFS-FCC - (2402 - 2482 @ 40), (20) - (5170 - 5250 @ 80), (17), AUTO-BW - (5250 - 5330 @ 80), (24), DFS, AUTO-BW - (5490 - 5730 @ 160), (24), DFS - (5735 - 5835 @ 80), (30) + (2400 - 2483.5 @ 40), (30) + # The next three ranges have been reduced by 3dB, could be increased + # to 30dBm if TPC is implemented. + (5150 - 5250 @ 80), (27), NO-OUTDOOR, AUTO-BW + (5250 - 5350 @ 80), (27), NO-OUTDOOR, DFS, AUTO-BW + (5470 - 5725 @ 160), (27), DFS, AUTO-BW + (5725 - 5850 @ 80), (30), AUTO-BW + (5925 - 7125 @ 320), (12), NO-OUTDOOR, NO-IR + # EIRP=40dBm (43dBm peak) + (57000 - 71000 @ 2160), (40) country BS: DFS-FCC (2402 - 2482 @ 40), (20) @@ -349,8 +358,10 @@ country CH: DFS-ETSI (5470 - 5725 @ 160), (500 mW), DFS, wmmrule=ETSI # short range devices (ETSI EN 300 440-1) (5725 - 5875 @ 80), (25 mW) - # 60 GHz band channels 1-4 (ETSI EN 302 567) - (57000 - 66000 @ 2160), (40) + # https://www.ofcomnet.ch/api/rir/1010/11 + (5945 - 6425 @ 160), (200 mW), NO-OUTDOOR, wmmrule=ETSI + # https://www.ofcomnet.ch/api/rir/1010/07 + (57000 - 71000 @ 2160), (40) country CI: DFS-FCC (2402 - 2482 @ 40), (20) @@ -896,13 +907,17 @@ country JO: DFS-JP (5170 - 5250 @ 80), (23) (5735 - 5835 @ 80), (23) +# Source: +# https://www.soumu.go.jp/main_content/000635492.pdf +# https://www.soumu.go.jp/main_content/000833682.pdf country JP: DFS-JP (2402 - 2482 @ 40), (20) (2474 - 2494 @ 20), (20), NO-OFDM (4910 - 4990 @ 40), (23) (5170 - 5250 @ 80), (20), AUTO-BW (5250 - 5330 @ 80), (20), DFS, AUTO-BW - (5490 - 5710 @ 160), (23), DFS + (5490 - 5730 @ 160), (23), DFS + (5925 - 6425 @ 160), (200 mW), NO-OUTDOOR # 60 GHz band channels 2-4 at 10mW, # ref: http://www.arib.or.jp/english/html/overview/doc/1-STD-T74v1_1.pdf (57000 - 66000 @ 2160), (10 mW) @@ -1485,10 +1500,11 @@ country RS: DFS-ETSI # 60 GHz band channels 1-4, ref: Etsi En 302 567 (57000 - 66000 @ 2160), (40) -country RU: +# Source: https://docs.cntd.ru/document/902048009?section=text +country RU: DFS-ETSI (2400 - 2483.5 @ 40), (20) - (5150 - 5350 @ 160), (20), NO-OUTDOOR - (5650 - 5850 @ 160), (20), NO-OUTDOOR + (5150 - 5350 @ 160), (100 mW), NO-OUTDOOR, DFS + (5650 - 5850 @ 160), (100 mW), NO-OUTDOOR, DFS # 60 GHz band channels 1-4, ref: Changes to NLA 124_Order №129_22042015.pdf (57000 - 66000 @ 2160), (40), NO-OUTDOOR diff --git a/Scripts/Update_Commons.sh b/Scripts/Update_Commons.sh index 1943a0b4..94dd9a46 100644 --- a/Scripts/Update_Commons.sh +++ b/Scripts/Update_Commons.sh @@ -29,16 +29,16 @@ wget "https://github.com/LineageOS/android_packages_apps_LineageParts/raw/lineag #TODO: wireless-regdb #https://mirrors.edge.kernel.org/pub/software/network/wireless-regdb/ -#Last: 2023/01/08 +#Last: 2023/03/06 #TODO: MMS Configs #https://github.com/GrapheneOS/platform_packages_apps_Messaging -#Last: 2023/01/08 +#Last: 2023/03/06 -#TODO: Carrier List +#TODO: Carrier List, unused #https://android.googlesource.com/platform/packages/providers/TelephonyProvider/ #Last: 2022/10/12 -#TODO: Carrier Configs +#TODO: Carrier Configs, unused #https://android.googlesource.com/platform/packages/apps/CarrierConfig/ #Last: 2022/10/12