2024-06-05 07:17:05

by Ping-Ke Shih

[permalink] [raw]
Subject: [PATCH v2 1/4] wireless-regdb: Update regulatory info for Malaysia (MY) for 2022

Malaysia Communications and Multimedia Commission announced CLASS
ASSIGNMENT NO. 1 OF 2022, which page 11 describes frequency bands
5925-6425 MHz are used with conditions of 25 mW EIRP for indoor and outdoor
use and 200 mW EIRP for indoor use only. Add frequency range of
5925-6425 MHz and update limits of existing entries accordingly.

[1] https://www.mcmc.gov.my/skmmgovmy/media/General/CA-No-1-of-2022_-signed_19012022.pdf

Signed-off-by: Ping-Ke Shih <[email protected]>
---
v2: update limit of existing entries accordingly.
But don't remove entries that DFS and TPC are required for now.
---
db.txt | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/db.txt b/db.txt
index f27dd5214630..8773de6ed6a8 100644
--- a/db.txt
+++ b/db.txt
@@ -1294,12 +1294,15 @@ country MX: DFS-FCC
(5490 - 5730 @ 160), (24), DFS
(5735 - 5835 @ 80), (30)

+# Source:
+# https://www.mcmc.gov.my/skmmgovmy/media/General/CA-No-1-of-2022_-signed_19012022.pdf
country MY: DFS-FCC
- (2402 - 2482 @ 40), (20)
- (5170 - 5250 @ 80), (24), AUTO-BW
- (5250 - 5330 @ 80), (24), DFS, AUTO-BW
- (5490 - 5650 @ 160), (24), DFS
- (5735 - 5835 @ 80), (24)
+ (2402 - 2482 @ 40), (500 mW)
+ (5170 - 5250 @ 80), (1000 mW), AUTO-BW
+ (5250 - 5330 @ 80), (1000 mW), DFS, AUTO-BW
+ (5490 - 5650 @ 160), (1000 mW), DFS
+ (5735 - 5835 @ 80), (1000 mW)
+ (5925 - 6425 @ 320), (200 mW), NO-OUTDOOR

country NG: DFS-ETSI
(2402 - 2482 @ 40), (20)
--
2.25.1



2024-06-05 07:17:17

by Ping-Ke Shih

[permalink] [raw]
Subject: [PATCH v2 4/4] wireless-regdb: Update regulatory info for Mexico (MX) on 6GHz

The Plenary Session of the Federal Telecommunications Institute (IFT)
determined, in its IV ordinary session of 2023, to classify the
5925 - 6425 MHz frequency segment as free spectrum and issued the
technical operating conditions that allow coexistence with the existing
services in the country [2], which [1] is the entry page.

Within the operating conditions of this band as free spectrum, its use was
determined for low power indoor and very low power indoor and outdoor
systems.

In the agreement [3] of section Single Annex 2. Low power systems operating
indoor is
30 dBm (5 dBm over any 1 MHz bandwidth) for Access points
and
24 dBm (-1 dBm over any 1 MHz bandwidth) for Client computer

Very low power systems operating indoors and outdoors is
14 dBm (1 dBm over any 1 MHz bandwidth) for User terminal

Considering -1 dBm/MHz for Client computer and smallest channel is 20 MHz,
limit 12 dBm is adopted.

[1] https://www.ift.org.mx/comunicacion-y-medios/comunicados-ift/es/el-pleno-del-ift-clasifica-la-banda-de-5925-6425-mhz-como-espectro-libre-comunicado-132023-16-de
[2] https://www.ift.org.mx/sites/default/files/comunicacion-y-medios/comunicados-ift/comunicado13ift_1.pdf
[3] https://www.dof.gob.mx/nota_detalle.php?codigo=5681829&fecha=07/03/2023#gsc.tab=0

Signed-off-by: Ping-Ke Shih <[email protected]>
---
v2: update reference [3] to have power limit values, and consider -1 dBm/MHz
to set 12 dBm.
---
db.txt | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/db.txt b/db.txt
index d3b106526252..c4f5e995e422 100644
--- a/db.txt
+++ b/db.txt
@@ -1293,12 +1293,16 @@ country MW: DFS-ETSI
(5250 - 5330 @ 80), (20), DFS, AUTO-BW
(5490 - 5710 @ 160), (27), DFS

+# Source:
+# https://www.ift.org.mx/sites/default/files/comunicacion-y-medios/comunicados-ift/comunicado13ift_1.pdf
+# https://www.ift.org.mx/sites/default/files/industria/temasrelevantes/consultaspublicas/documentos/20210119-cpi6ghz2020-162.pdf
country MX: 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 - 6425 @ 320), (12), NO-OUTDOOR

# Source:
# https://www.mcmc.gov.my/skmmgovmy/media/General/CA-No-1-of-2022_-signed_19012022.pdf
--
2.25.1


2024-06-05 07:43:06

by Ping-Ke Shih

[permalink] [raw]
Subject: [PATCH v2 3/4] wireless-regdb: Update regulatory info for Chile (CL) on 6GHz

MINISTRY OF TRANSPORT AND TELECOMMUNICATIONS; UNDERSECRETARY OF
TELECOMMUNICATIONS announced RESOLUTION 1985 EXEMPT FIXED TECHNICAL
STANDARD FOR REDUCED RANGE EQUIPMENT. Section j.1) describes access
equipment, also referred to as AP, must be for exclusive indoor use with
condition of Maximum EIRP of 30 dBm (Maximum spectral density of 5 dBm/MHz).

User terminal devices that are associated with low-power AP equipment must
operate at the following power levels of Maximum EIRP of 24 dBm
(Maximum spectral density of -1 dBm/MHz). Devices that use internal
batteries may operate outdoors, with a maximum average EIRP power of
17 dBm.

With -1 dBm/MHz for user terminal devices and smallest channel is 20 MHz,
limit 12 dBm is adopted.

[1] https://www.bcn.cl/leychile/navegar?idNorma=1109333&idParte=9841504&idVersion=&r_c=6

Signed-off-by: Ping-Ke Shih <[email protected]>
---
v2: considering clause of -1 dBm/MHz, set limit to 12 dBm.
---
db.txt | 3 +++
1 file changed, 3 insertions(+)

diff --git a/db.txt b/db.txt
index 99d3f61092b7..d3b106526252 100644
--- a/db.txt
+++ b/db.txt
@@ -395,11 +395,14 @@ country CI: DFS-FCC
(5490 - 5730 @ 160), (24), DFS
(5735 - 5835 @ 80), (30)

+# Source:
+# https://www.bcn.cl/leychile/navegar?idNorma=1109333&idParte=9841504&idVersion=&r_c=6
country CL: DFS-JP
(2402 - 2482 @ 40), (20)
(5170 - 5250 @ 80), (20), AUTO-BW
(5250 - 5330 @ 80), (20), DFS, AUTO-BW
(5735 - 5835 @ 80), (20)
+ (5925 - 6425 @ 320), (12), NO-OUTDOOR

# Source:
# https://wap.miit.gov.cn/cms_files/filemanager/1226211233/attach/20219/d125301b13454551b698ff5afa49ca28.pdf
--
2.25.1


2024-06-05 07:44:42

by Ping-Ke Shih

[permalink] [raw]
Subject: RE: [PATCH v2 4/4] wireless-regdb: Update regulatory info for Mexico (MX) on 6GHz

Ping-Ke Shih <[email protected]> wrote:
> diff --git a/db.txt b/db.txt
> index d3b106526252..c4f5e995e422 100644
> --- a/db.txt
> +++ b/db.txt
> @@ -1293,12 +1293,16 @@ country MW: DFS-ETSI
> (5250 - 5330 @ 80), (20), DFS, AUTO-BW
> (5490 - 5710 @ 160), (27), DFS
>
> +# Source:
> +#
> https://www.ift.org.mx/sites/default/files/comunicacion-y-medios/comunicados-ift/comunicado13ift_1.pdf
> +#
> https://www.ift.org.mx/sites/default/files/industria/temasrelevantes/consultaspublicas/documentos/2021
> 0119-cpi6ghz2020-162.pdf
>

Please drop v2. I forgot to correct above links. Sorry for the mistakes.

Ping-Ke