2024-06-07 02:32:19

by Ping-Ke Shih

[permalink] [raw]
Subject: [PATCH 1/5] wireless-regdb: Update regulatory info for Argentina (AR) on 6GHz

NATIONAL COMMUNICATIONS ENTITY issued Technical Characteristics WiFI6
Equipment on 05/22/2023 by Appendix 1 of [1], which 1) an access point or
subordinate device may operate in the 5925-7125 MHz band with a Power
Maximum Radiated Isotropic Equivalent (EIRP) of 30 dBm and a maximum
EIRP spectral density of 5 dBm in a bandwidth of 1 MHz; 2) A client device
may operate in the 5925-7125 MHz band with an Isotropic Radiated Power
equivalent (EIRP) of 24 dBm and a maximum EIRP spectral density of -1 dBm
over a width of 1 MHz band.

Considering -1 dBm/MHz for client device, 12 dBm is adopted.

[1] https://www.boletinoficial.gob.ar/detalleAviso/primera/287126/20230524

Signed-off-by: Ping-Ke Shih <[email protected]>
---
db.txt | 3 +++
1 file changed, 3 insertions(+)

diff --git a/db.txt b/db.txt
index 966c708bf0df..9c2c031d9de7 100644
--- a/db.txt
+++ b/db.txt
@@ -89,12 +89,15 @@ country AN: DFS-ETSI
(5250 - 5330 @ 80), (20), DFS, AUTO-BW
(5490 - 5710 @ 160), (27), DFS

+# Source:
+# https://www.boletinoficial.gob.ar/detalleAviso/primera/287126/20230524
country AR: 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)
+ (5925 - 7125 @ 320), (12), NO-OUTDOOR

country AS: DFS-FCC
(2402 - 2472 @ 40), (30)
--
2.25.1



2024-06-07 02:32:24

by Ping-Ke Shih

[permalink] [raw]
Subject: [PATCH 3/5] wireless-regdb: Update regulatory info for Colombia (CO) on 6GHz

REPUBLIC OF COLOMBIA, NATIONAL SPECTRUM AGENCY announced RESOLUTION
No. 000737 OF 2022-11-18 [2] accessed via [1], which specific operating
conditions inf the band of 5925 - 7125 MHz.
- P.I.R.E. maximum 30 dBm and spectral density of P.I.R.E. maximum
5 dBm/MHz for the access devices.
- P.I.R.E. maximum 24 dBm and spectral density of P.I.R.E. maximum
-1 dBm/MHz for client devices.

Permitted indoor use only.

Considering -1 dBm/MHz for client devices, 12 dBm is adopted.

[1] https://www.ane.gov.co/SitePages/det-noticias.aspx?p=414
[2] https://www.ane.gov.co/Sliders/archivos/gesti%C3%B3n%20t%C3%A9cnica/Estudios%20de%20gesti%C3%B3n%20y%20planeaci%C3%B3n/Banda%206%20GHz/Documentos%20decisi%C3%B3n/Resolucion%20000737%20del%2018112022.pdf

Signed-off-by: Ping-Ke Shih <[email protected]>
---
db.txt | 3 +++
1 file changed, 3 insertions(+)

diff --git a/db.txt b/db.txt
index 232ca875c6c2..c98749442873 100644
--- a/db.txt
+++ b/db.txt
@@ -424,12 +424,15 @@ country CN: DFS-FCC
(59400 - 63720 @ 2160), (44)
(63720 - 65880 @ 2160), (28)

+# Source:
+# https://www.ane.gov.co/Sliders/archivos/gesti%C3%B3n%20t%C3%A9cnica/Estudios%20de%20gesti%C3%B3n%20y%20planeaci%C3%B3n/Banda%206%20GHz/Documentos%20decisi%C3%B3n/Resolucion%20000737%20del%2018112022.pdf
country CO: 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)
+ (5925 - 7125 @ 320), (12), NO-OUTDOOR

country CR: DFS-FCC
(2402 - 2482 @ 40), (20)
--
2.25.1