2023-01-30 14:05:47

by Eugene Konev

[permalink] [raw]
Subject: [PATCH] Update regulatory info for Russia (RU) on 5GHz

Update regulatory info for Russia on 5GHz in accordance with
current regulatory rules.

Source: https://docs.cntd.ru/document/902048009?section=text

Signed-off-by: Eugene Konev <[email protected]>
---
db.txt | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index 3f74194..9bc2c1c 100644
--- a/db.txt
+++ b/db.txt
@@ -1500,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), (200 mW), NO-OUTDOOR, DFS
+ (5650 - 5850 @ 160), (200 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

--
2.30.2


2023-01-30 20:01:02

by Seth Forshee

[permalink] [raw]
Subject: Re: [PATCH] Update regulatory info for Russia (RU) on 5GHz

On Mon, Jan 30, 2023 at 09:05:30PM +0700, Eugene Konev wrote:
> Update regulatory info for Russia on 5GHz in accordance with
> current regulatory rules.
>
> Source: https://docs.cntd.ru/document/902048009?section=text
>
> Signed-off-by: Eugene Konev <[email protected]>
> ---
> db.txt | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/db.txt b/db.txt
> index 3f74194..9bc2c1c 100644
> --- a/db.txt
> +++ b/db.txt
> @@ -1500,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), (200 mW), NO-OUTDOOR, DFS
> + (5650 - 5850 @ 160), (200 mW), NO-OUTDOOR, DFS

Based on your earlier mail these ranges require TPC. Linux does not
support TPC, so we have to cut power limits in half in the regdb. So
these need to remain at 100 mW.

Thanks,
Seth