diff mbox series

[v2,4/5] wireless-regdb: Update regulatory info for Togo (TG) for 2022

Message ID 20240719032326.7353-4-pkshih@gmail.com
State New
Headers show
Series [v2,1/5] wireless-regdb: Update regulatory info for New Zealand (NZ) for 2022 | expand

Commit Message

Ping-Ke Shih July 19, 2024, 3:23 a.m. UTC
From: Ping-Ke Shih <pkshih@realtek.com>

Republic ToGolaise released Decision N 226/ARCEP/DG/22.

2400-2483.5 MHz
  - EIRP 100 mW and 10 mW/MHz density
5150-5350 MHz
  - EIRP 200 mW
  - If TPC is not used, must be reduced by 3 dB
5470-5850 MHz
  - EIRP 1W
  - If TPC is not used, must be reduced by 3 dB
5925-6425 MHz
  - LPI
    * EIRP 23 dBm (200 mW)
    * EIRP density 10 dBm/MHz
     (Reference [1] suggest this as -10 dBm/MHz, but this would be an error,
      becase PSD of LPI should not be lower than VLP.)
    * Use limited to indoor
  - VLP
    * EIRP 14 dBm (25 mW)
    * EIRP density -1 dBm/MHz
57-66 GHz
  - EIRP 40 dBm and 13 dBm/MHz density

[1] https://arcep.tg/wp-content/uploads/2022/12/Decision-226-22-Determinant-les-categories-et-conditions-techniques-dexploitation-des-appareils-de-faible-puissance-et-de-faible-portee.pdf

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
---
v2:
  - in commit message, describe typo that 5925-6425 LPI should be EIRP
    density 10 dBm/MHz. Otherwise, PSD for LPI is lower than VLP.
  - add DFS for all bands
  - not split 5150 - 5350 band, and set bandwidth to 80 MHz
  - set bandwidth 160 MHz for 5470 - 5850
---
 db.txt | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Comments

Chen-Yu Tsai Aug. 2, 2024, 6:07 a.m. UTC | #1
On Fri, Jul 19, 2024 at 11:24 AM Ping-Ke Shih <pkshih@gmail.com> wrote:
>
> From: Ping-Ke Shih <pkshih@realtek.com>
>
> Republic ToGolaise released Decision N 226/ARCEP/DG/22.
>
> 2400-2483.5 MHz
>   - EIRP 100 mW and 10 mW/MHz density
> 5150-5350 MHz
>   - EIRP 200 mW
>   - If TPC is not used, must be reduced by 3 dB
> 5470-5850 MHz
>   - EIRP 1W
>   - If TPC is not used, must be reduced by 3 dB
> 5925-6425 MHz
>   - LPI
>     * EIRP 23 dBm (200 mW)
>     * EIRP density 10 dBm/MHz
>      (Reference [1] suggest this as -10 dBm/MHz, but this would be an error,
>       becase PSD of LPI should not be lower than VLP.)
>     * Use limited to indoor
>   - VLP
>     * EIRP 14 dBm (25 mW)
>     * EIRP density -1 dBm/MHz
> 57-66 GHz
>   - EIRP 40 dBm and 13 dBm/MHz density
>
> [1] https://arcep.tg/wp-content/uploads/2022/12/Decision-226-22-Determinant-les-categories-et-conditions-techniques-dexploitation-des-appareils-de-faible-puissance-et-de-faible-portee.pdf
>
> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
> ---
> v2:
>   - in commit message, describe typo that 5925-6425 LPI should be EIRP
>     density 10 dBm/MHz. Otherwise, PSD for LPI is lower than VLP.

I applied this patch for now. But could you reach out to the ARCEP to
notify them of this, and ask for clarification?


Thanks
ChenYu

>   - add DFS for all bands
>   - not split 5150 - 5350 band, and set bandwidth to 80 MHz
>   - set bandwidth 160 MHz for 5470 - 5850
> ---
>  db.txt | 11 +++++++----
>  1 file changed, 7 insertions(+), 4 deletions(-)
>
> diff --git a/db.txt b/db.txt
> index 31a051f242e5..b5e40e038d77 100644
> --- a/db.txt
> +++ b/db.txt
> @@ -1763,11 +1763,14 @@ country TD: DFS-ETSI
>         (5250 - 5330 @ 80), (20), DFS, AUTO-BW
>         (5490 - 5710 @ 160), (27), DFS
>
> +# Source:
> +# https://arcep.tg/wp-content/uploads/2022/12/Decision-226-22-Determinant-les-categories-et-conditions-techniques-dexploitation-des-appareils-de-faible-puissance-et-de-faible-portee.pdf
>  country TG: DFS-ETSI
> -       (2402 - 2482 @ 40), (20)
> -       (5170 - 5250 @ 40), (20)
> -       (5250 - 5330 @ 40), (20), DFS
> -       (5490 - 5710 @ 40), (27), DFS
> +       (2400 - 2483.5 @ 40), (100 mW), DFS
> +       (5150 - 5350 @ 80), (20), DFS
> +       (5470 - 5850 @ 160), (27), DFS
> +       (5925 - 6425 @ 320), (23), DFS, NO-OUTDOOR
> +       (57000 - 66000 @2160), (40), DFS
>
>  # Source:
>  # https://ratchakitcha.soc.go.th/documents/140D100S0000000004000.pdf
> --
> 2.25.1
>
Ping-Ke Shih Aug. 2, 2024, 7:11 a.m. UTC | #2
Chen-Yu Tsai <wens@kernel.org> wrote:
>
> > v2:
> >   - in commit message, describe typo that 5925-6425 LPI should be EIRP
> >     density 10 dBm/MHz. Otherwise, PSD for LPI is lower than VLP.
>
> I applied this patch for now. But could you reach out to the ARCEP to
> notify them of this, and ask for clarification?

Sure. I will contact ARCEP.
diff mbox series

Patch

diff --git a/db.txt b/db.txt
index 31a051f242e5..b5e40e038d77 100644
--- a/db.txt
+++ b/db.txt
@@ -1763,11 +1763,14 @@  country TD: DFS-ETSI
 	(5250 - 5330 @ 80), (20), DFS, AUTO-BW
 	(5490 - 5710 @ 160), (27), DFS
 
+# Source:
+# https://arcep.tg/wp-content/uploads/2022/12/Decision-226-22-Determinant-les-categories-et-conditions-techniques-dexploitation-des-appareils-de-faible-puissance-et-de-faible-portee.pdf
 country TG: DFS-ETSI
-	(2402 - 2482 @ 40), (20)
-	(5170 - 5250 @ 40), (20)
-	(5250 - 5330 @ 40), (20), DFS
-	(5490 - 5710 @ 40), (27), DFS
+	(2400 - 2483.5 @ 40), (100 mW), DFS
+	(5150 - 5350 @ 80), (20), DFS
+	(5470 - 5850 @ 160), (27), DFS
+	(5925 - 6425 @ 320), (23), DFS, NO-OUTDOOR
+	(57000 - 66000 @2160), (40), DFS
 
 # Source:
 # https://ratchakitcha.soc.go.th/documents/140D100S0000000004000.pdf