2015-10-05 16:15:21

by Chen-Yu Tsai

[permalink] [raw]
Subject: [PATCH v4 0/5] wireless-regdb: Update TW and US rules to latest regulations

Hi Seth,

This is v4 of my TW/US 5GHz updates series. Hopefully this one will go
in without further work.

Changes since v3:

- Moved power limit increase of 5250 ~ 5350 MHz band from patch 4 to
patch 5.

Changes since v2:

- Moved the US U-NII-1 (5150 ~ 5250 MHz) patch in front of the TW patch

- Drop U-NII-1 power limit from 24 dBm to 23 dBm, to be on the safe
side of 250mW


Patch 1 updates the 5470 ~ 5725 MHz rules for Taiwan, specifically
the opening up of 5600 ~ 5650 MHz spectrum previously allocated to
weather radars. The transmission power limit is also corrected to
match the regulations.

Patch 2 changes the boundary frequencies for each rule for Taiwan to
match the frequency allocation table. The "regulation" database shouldn't
care about artificial channel boundaries.

Patch 3 updates the transmission power limits for 5150 ~ 5250 MHz for
the US.

Patch 4 adds the previously unusable 5150 ~ 5250 MHz band for Taiwan.

Patch 5 updates the transmission power limits for Taiwan, per the NCC's
official reply. This patch may be slightly controversial, as there is
no official English document. Either someone will have to independently
verify this, or translate the Chinese document.


Regards
ChenYu


Chen-Yu Tsai (5):
wireless-regdb: Update U-NII-2c (5470 ~ 5725 MHz) rules for Taiwan
(TW)
wireless-regdb: Update regulatory rule boundary frequencies for Taiwan
(TW)
wireless-regdb: Update 5GHz rules for US
wireless-regdb: Add U-NII-1 (5150 ~ 5250 MHz) band for Taiwan (TW)
wireless-regdb: Update 5 GHz rules for Taiwan (TW) to follow US

db.txt | 23 ++++++++++++++++-------
1 file changed, 16 insertions(+), 7 deletions(-)

--
2.5.3



2015-10-05 16:15:21

by Chen-Yu Tsai

[permalink] [raw]
Subject: [PATCH v4 4/5] wireless-regdb: Add U-NII-1 (5150 ~ 5250 MHz) band for Taiwan (TW)

Taiwan's Ministry of Transportation and Communications revised its
frequency allocation rules [1] on 2014/11/17, opening up 5150 ~ 5250
MHz to U-NII applications.

Taiwan's regulatory body, NCC, officially stated [3][4] that until
the technical regulatory standard [2] are updated to cover this part
of the spectrum, FCC rules (part 15E, 15.407, effective 2014/06/02)
shall serve in its place.

Also add AUTO-BW to this and the next (5250 ~ 5350 MHz) rule, so the
system can actually use VHT160 channels spanning these two rules.

[1] http://www.motc.gov.tw/websitedowndoc?file=post/201411171137330.doc&filedisplay=Table+of+radio+frequency+allocation.doc
[2] http://www.ncc.gov.tw/english/show_file.aspx?table_name=news&file_sn=681
[3] http://www.rheintech.com/our-blog/item/585-taiwan-ncc-opens-5150-5250-mhz-for-wireless-devices
[4] Proposal #10312260 (p.6, Chinese),
http://www.etc.org.tw/_library/K00/%E9%9B%BB%E4%BF%A1%E7%B5%82%E7%AB%AF%E8%A8%AD%E5%82%99%E5%AF%A9%E9%A9%97/1031223_nccqa56.pdf

Signed-off-by: Chen-Yu Tsai <[email protected]>
---
db.txt | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/db.txt b/db.txt
index ee6eaad..cea78d8 100644
--- a/db.txt
+++ b/db.txt
@@ -1127,7 +1127,9 @@ country TT: DFS-FCC
# (section 3.10.1, 4.7)
country TW: DFS-JP
(2400 - 2483.5 @ 40), (30)
- (5250 - 5350 @ 80), (17), DFS
+ # Follow US 5.15 ~ 5.25 GHz: 30 dBm for master mode, 23 dBm for clients
+ (5150 - 5250 @ 80), (23), AUTO-BW
+ (5250 - 5350 @ 80), (17), DFS, AUTO-BW
(5470 - 5725 @ 160), (23), DFS
(5725 - 5850 @ 80), (30)

--
2.5.3


2015-10-05 16:15:21

by Chen-Yu Tsai

[permalink] [raw]
Subject: [PATCH v4 2/5] wireless-regdb: Update regulatory rule boundary frequencies for Taiwan (TW)

Taiwan's frequency allocation rules [1] list the following frequency
ranges available for low power RF devices:

- 2400 ~ 2483.5 MHz
- 5150 ~ 5250 MHz
- 5250 ~ 5350 MHz
- 5470 ~ 5725 MHz
- 5725 ~ 5850 MHz

Update the rules to match. Since 5250 ~ 5350 MHz is wide enough for
VHT80, and there are no regulations against it, enable it as well.

[1] http://www.motc.gov.tw/websitedowndoc?file=post/201411171137330.doc&filedisplay=Table+of+radio+frequency+allocation.doc
[2] http://www.ncc.gov.tw/english/show_file.aspx?table_name=news&file_sn=681

Signed-off-by: Chen-Yu Tsai <[email protected]>
---
db.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db.txt b/db.txt
index e081634..f6607bc 100644
--- a/db.txt
+++ b/db.txt
@@ -1126,10 +1126,10 @@ country TT: DFS-FCC
# http://www.ncc.gov.tw/english/show_file.aspx?table_name=news&file_sn=681
# (section 3.10.1, 4.7)
country TW: DFS-JP
- (2402 - 2472 @ 40), (30)
- (5270 - 5330 @ 40), (17), DFS
+ (2400 - 2483.5 @ 40), (30)
+ (5250 - 5350 @ 80), (17), DFS
(5470 - 5725 @ 160), (23), DFS
- (5735 - 5835 @ 80), (30)
+ (5725 - 5850 @ 80), (30)

country TZ:
(2402 - 2482 @ 40), (20)
--
2.5.3


2015-10-05 16:15:21

by Chen-Yu Tsai

[permalink] [raw]
Subject: [PATCH v4 1/5] wireless-regdb: Update U-NII-2c (5470 ~ 5725 MHz) rules for Taiwan (TW)

Taiwan's Ministry of Transportation and Communications revised its
frequency allocation rules [1] on 2014/11/17, allowing usage of 5600 ~
5650 MHz, previously allocated to weather radars, to U-NII applications
with DFS support.

Also, the technical regulations [2] show that for 5470 ~ 5725 MHz U-NII
applications, the peak transmit power shall not exceed the lesser of
250 mW (slightly less than 24 dBm) or 11 dBm + 10log B, where B is the
26dB emission bandwidth in MHz. This is slightly more than 23 dBm for
20 MHz channels.

This patch updates both. Also add links to the two documents into the
database.

[1] http://www.motc.gov.tw/websitedowndoc?file=post/201411171137330.doc&filedisplay=Table+of+radio+frequency+allocation.doc
[2] http://www.ncc.gov.tw/english/show_file.aspx?table_name=news&file_sn=681

Signed-off-by: Chen-Yu Tsai <[email protected]>
---
db.txt | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/db.txt b/db.txt
index d57ea84..e081634 100644
--- a/db.txt
+++ b/db.txt
@@ -1118,11 +1118,17 @@ country TT: DFS-FCC
(5490 - 5730 @ 160), (24), DFS
(5735 - 5835 @ 80), (30)

+# Source:
+# Table of Frequency Allocations of Republic of China (Taiwan) / Nov 2014:
+# http://www.motc.gov.tw/websitedowndoc?file=post/201411171137330.doc& \
+# filedisplay=Table+of+radio+frequency+allocation.doc
+# LP0002 Low-power Radio-frequency Devices Technical Regulations / 28 Jun 2011:
+# http://www.ncc.gov.tw/english/show_file.aspx?table_name=news&file_sn=681
+# (section 3.10.1, 4.7)
country TW: DFS-JP
(2402 - 2472 @ 40), (30)
(5270 - 5330 @ 40), (17), DFS
- (5490 - 5590 @ 80), (30), DFS
- (5650 - 5710 @ 40), (30), DFS
+ (5470 - 5725 @ 160), (23), DFS
(5735 - 5835 @ 80), (30)

country TZ:
--
2.5.3


2015-10-05 16:15:24

by Chen-Yu Tsai

[permalink] [raw]
Subject: [PATCH v4 3/5] wireless-regdb: Update 5GHz rules for US

The FCC increased the maximum conducted transmission power for the
U-NII-1 (5150 ~ 5250 MHz) band to 30 dBm or 1 W for master devices
and 24 dBm or 250 mW for mobile/portable
devices.

Since 250 mW is slightly lower than 24 dBm, set the power limit to
a conservative value of 23 dBm.

Effective 6/2/2014.

See FCC KDB 905462 D06.

Signed-off-by: Chen-Yu Tsai <[email protected]>
---
db.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/db.txt b/db.txt
index f6607bc..ee6eaad 100644
--- a/db.txt
+++ b/db.txt
@@ -1159,7 +1159,8 @@ country UG: DFS-FCC

country US: DFS-FCC
(2402 - 2472 @ 40), (30)
- (5170 - 5250 @ 80), (17), AUTO-BW
+ # 5.15 ~ 5.25 GHz: 30 dBm for master mode, 23 dBm for clients
+ (5170 - 5250 @ 80), (23), AUTO-BW
(5250 - 5330 @ 80), (23), DFS, AUTO-BW
(5490 - 5730 @ 160), (23), DFS
(5735 - 5835 @ 80), (30)
--
2.5.3


2015-10-05 16:15:21

by Chen-Yu Tsai

[permalink] [raw]
Subject: [PATCH v4 5/5] wireless-regdb: Update 5 GHz rules for Taiwan (TW) to follow US

Following the amendment of FCC part 15E and U-NII regulations effective
2014/06/02, and the opening up of 5150 ~ 5250 MHz and 5600 ~ 5650 MHz
spectrum in Taiwan, vendors have asked whether Taiwan's regulations
would be updated to match the new FCC rules, when this would happen,
and what to do in the interim.

The NCC, Taiwan's regulatory body has officially replied that new
amendments are under way, and the goal is to match the FCC rules.
Until the amendments come through, vendors are free to test and
submit applications using the new FCC rules for transmission power
limits and DFS requirements, though unintended / unwanted emissions
must still conform to the current standard, LP0002. [1][2]

This has been confirmed via a phone call to the NCC.

[1] http://www.rheintech.com/our-blog/item/585-taiwan-ncc-opens-5150-5250-mhz-for-wireless-devices
[2] Proposal #10312260 (p.6, Chinese),
http://www.etc.org.tw/_library/K00/%E9%9B%BB%E4%BF%A1%E7%B5%82%E7%AB%AF%E8%A8%AD%E5%82%99%E5%AF%A9%E9%A9%97/1031223_nccqa56.pdf

Signed-off-by: Chen-Yu Tsai <[email protected]>
---
db.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/db.txt b/db.txt
index cea78d8..4409516 100644
--- a/db.txt
+++ b/db.txt
@@ -1125,11 +1125,11 @@ country TT: DFS-FCC
# LP0002 Low-power Radio-frequency Devices Technical Regulations / 28 Jun 2011:
# http://www.ncc.gov.tw/english/show_file.aspx?table_name=news&file_sn=681
# (section 3.10.1, 4.7)
-country TW: DFS-JP
+country TW: DFS-FCC
(2400 - 2483.5 @ 40), (30)
# Follow US 5.15 ~ 5.25 GHz: 30 dBm for master mode, 23 dBm for clients
(5150 - 5250 @ 80), (23), AUTO-BW
- (5250 - 5350 @ 80), (17), DFS, AUTO-BW
+ (5250 - 5350 @ 80), (23), DFS, AUTO-BW
(5470 - 5725 @ 160), (23), DFS
(5725 - 5850 @ 80), (30)

--
2.5.3


2015-10-13 18:52:00

by Seth Forshee

[permalink] [raw]
Subject: Re: [PATCH v4 0/5] wireless-regdb: Update TW and US rules to latest regulations

On Tue, Oct 06, 2015 at 12:14:53AM +0800, Chen-Yu Tsai wrote:
> Hi Seth,
>
> This is v4 of my TW/US 5GHz updates series. Hopefully this one will go
> in without further work.
>
> Changes since v3:
>
> - Moved power limit increase of 5250 ~ 5350 MHz band from patch 4 to
> patch 5.
>
> Changes since v2:
>
> - Moved the US U-NII-1 (5150 ~ 5250 MHz) patch in front of the TW patch
>
> - Drop U-NII-1 power limit from 24 dBm to 23 dBm, to be on the safe
> side of 250mW
>
>
> Patch 1 updates the 5470 ~ 5725 MHz rules for Taiwan, specifically
> the opening up of 5600 ~ 5650 MHz spectrum previously allocated to
> weather radars. The transmission power limit is also corrected to
> match the regulations.
>
> Patch 2 changes the boundary frequencies for each rule for Taiwan to
> match the frequency allocation table. The "regulation" database shouldn't
> care about artificial channel boundaries.
>
> Patch 3 updates the transmission power limits for 5150 ~ 5250 MHz for
> the US.
>
> Patch 4 adds the previously unusable 5150 ~ 5250 MHz band for Taiwan.
>
> Patch 5 updates the transmission power limits for Taiwan, per the NCC's
> official reply. This patch may be slightly controversial, as there is
> no official English document. Either someone will have to independently
> verify this, or translate the Chinese document.

Applied all 5, thanks.