2024-05-22 06:32:11

by Ping-Ke Shih

[permalink] [raw]
Subject: [PATCH 1/4] wireless-regdb: Update regulatory rules for Mongolia (MN) on 6GHz

Communications Regulatory Commission- CRC released Amendment to Resolution
No. 37 of 2020 [1] on 2022.01.31, which supports freqency range
5925-6425 MHz, output power limitation is 100mW, Indoor and and outdoor
will be used.

[1] Amendment to Resolution No. 37 of 2020
https://www.crc.gov.mn/storage/PDF/2022/2022-togtool1.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 45ec3f3ff3ee..6182e194b7ea 100644
--- a/db.txt
+++ b/db.txt
@@ -1209,12 +1209,15 @@ country MK: DFS-ETSI
# 60 GHz band channels 1-4, ref: Etsi En 302 567
(57000 - 66000 @ 2160), (40)

+# Communications Regulatory Commission- CRC released Amendment to Resolution No. 37 of 2020
+# https://www.crc.gov.mn/storage/PDF/2022/2022-togtool1.pdf
country MN: DFS-FCC
(2402 - 2482 @ 40), (20)
(5170 - 5250 @ 80), (24), AUTO-BW
(5250 - 5330 @ 80), (24), DFS, AUTO-BW
(5490 - 5730 @ 160), (24), DFS
(5735 - 5835 @ 80), (30)
+ (5925 - 6425 @ 320), (100mW)

country MO: DFS-FCC
(2402 - 2482 @ 40), (23)
--
2.25.1



2024-05-22 06:32:19

by Ping-Ke Shih

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

The Broadcasting Commission Television business and the National
Telecommunications Commission announced Technical standards for
telecommunications equipment and equipment for radiocommunication equipment
that uses the frequency 5.925 - 6.425 GHz [2], which section 2.1 describes
e.i.r.p. (Equivalent Isotropically Radiated Power) is 250mW and 25mW for
indoor and indoor/outdoor respectively.

[1] https://ratchakitcha.soc.go.th/documents/140D100S0000000004000.pdf
[2] https://ratchakitcha.soc.go.th/documents/140D100S0000000004200.pdf
[3] https://ratchakitcha.soc.go.th/documents/140D100S0000000004300.pdf

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

diff --git a/db.txt b/db.txt
index 022ecb3719b6..c7008e23b7ca 100644
--- a/db.txt
+++ b/db.txt
@@ -1702,12 +1702,17 @@ country TG: DFS-ETSI
(5250 - 5330 @ 40), (20), DFS
(5490 - 5710 @ 40), (27), DFS

+# Source:
+# https://ratchakitcha.soc.go.th/documents/140D100S0000000004000.pdf
+# https://ratchakitcha.soc.go.th/documents/140D100S0000000004200.pdf
+# https://ratchakitcha.soc.go.th/documents/140D100S0000000004300.pdf
country TH: 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), (25 mW)

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


2024-05-28 13:57:22

by Chen-Yu Tsai

[permalink] [raw]
Subject: Re: [PATCH 4/4] wireless-regdb: Update regulatory info for Thailand (TH) on 6GHz

On Wed, May 22, 2024 at 2:30 PM Ping-Ke Shih <[email protected]> wrote:
>
> The Broadcasting Commission Television business and the National
> Telecommunications Commission announced Technical standards for
> telecommunications equipment and equipment for radiocommunication equipment
> that uses the frequency 5.925 - 6.425 GHz [2], which section 2.1 describes
> e.i.r.p. (Equivalent Isotropically Radiated Power) is 250mW and 25mW for
> indoor and indoor/outdoor respectively.
>
> [1] https://ratchakitcha.soc.go.th/documents/140D100S0000000004000.pdf
> [2] https://ratchakitcha.soc.go.th/documents/140D100S0000000004200.pdf
> [3] https://ratchakitcha.soc.go.th/documents/140D100S0000000004300.pdf
>
> Signed-off-by: Ping-Ke Shih <[email protected]>
> ---
> db.txt | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/db.txt b/db.txt
> index 022ecb3719b6..c7008e23b7ca 100644
> --- a/db.txt
> +++ b/db.txt
> @@ -1702,12 +1702,17 @@ country TG: DFS-ETSI
> (5250 - 5330 @ 40), (20), DFS
> (5490 - 5710 @ 40), (27), DFS
>
> +# Source:
> +# https://ratchakitcha.soc.go.th/documents/140D100S0000000004000.pdf
> +# https://ratchakitcha.soc.go.th/documents/140D100S0000000004200.pdf
> +# https://ratchakitcha.soc.go.th/documents/140D100S0000000004300.pdf
> country TH: 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), (25 mW)

Other entries with different power limits for indoor and outdoor usage
seem to favor higher power for indoor-only usage. Any reason to go the
other way?


ChenYu

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

2024-05-28 14:17:54

by Chen-Yu Tsai

[permalink] [raw]
Subject: Re: (subset) [PATCH 1/4] wireless-regdb: Update regulatory rules for Mongolia (MN) on 6GHz

On Wed, 22 May 2024 14:28:32 +0800, Ping-Ke Shih wrote:
> Communications Regulatory Commission- CRC released Amendment to Resolution
> No. 37 of 2020 [1] on 2022.01.31, which supports freqency range
> 5925-6425 MHz, output power limitation is 100mW, Indoor and and outdoor
> will be used.
>
> [1] Amendment to Resolution No. 37 of 2020
> https://www.crc.gov.mn/storage/PDF/2022/2022-togtool1.pdf
>
> [...]

Applied to master in wens/wireless-regdb.git, thanks!

[1/4] wireless-regdb: Update regulatory rules for Mongolia (MN) on 6GHz
https://git.kernel.org/wens/wireless-regdb/c/2a768c42cebf
[2/4] wireless-regdb: Update regulatory rules for Saudi Arabia (SA) on 6GHz
https://git.kernel.org/wens/wireless-regdb/c/04875d9b62c3
[3/4] wireless-regdb: Update regulatory rules for South Africa (ZA) on 6GHz
https://git.kernel.org/wens/wireless-regdb/c/b7bced837f6a

Best regards,
--
Chen-Yu Tsai <[email protected]>


2024-05-29 00:35:29

by Ping-Ke Shih

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

Chen-Yu Tsai <[email protected]> wrote:
>
> On Wed, May 22, 2024 at 2:30 PM Ping-Ke Shih <[email protected]> wrote:
> >
> > The Broadcasting Commission Television business and the National
> > Telecommunications Commission announced Technical standards for
> > telecommunications equipment and equipment for radiocommunication equipment
> > that uses the frequency 5.925 - 6.425 GHz [2], which section 2.1 describes
> > e.i.r.p. (Equivalent Isotropically Radiated Power) is 250mW and 25mW for
> > indoor and indoor/outdoor respectively.
> >
> > [1] https://ratchakitcha.soc.go.th/documents/140D100S0000000004000.pdf
> > [2] https://ratchakitcha.soc.go.th/documents/140D100S0000000004200.pdf
> > [3] https://ratchakitcha.soc.go.th/documents/140D100S0000000004300.pdf
> >
> > Signed-off-by: Ping-Ke Shih <[email protected]>
> > ---
> > db.txt | 5 +++++
> > 1 file changed, 5 insertions(+)
> >
> > diff --git a/db.txt b/db.txt
> > index 022ecb3719b6..c7008e23b7ca 100644
> > --- a/db.txt
> > +++ b/db.txt
> > @@ -1702,12 +1702,17 @@ country TG: DFS-ETSI
> > (5250 - 5330 @ 40), (20), DFS
> > (5490 - 5710 @ 40), (27), DFS
> >
> > +# Source:
> > +# https://ratchakitcha.soc.go.th/documents/140D100S0000000004000.pdf
> > +# https://ratchakitcha.soc.go.th/documents/140D100S0000000004200.pdf
> > +# https://ratchakitcha.soc.go.th/documents/140D100S0000000004300.pdf
> > country TH: 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), (25 mW)
>
> Other entries with different power limits for indoor and outdoor usage
> seem to favor higher power for indoor-only usage. Any reason to go the
> other way?

No strong reason. Will adopt higher power by v2. Thanks.

Ping-Ke