All of lore.kernel.org
 help / color / mirror / Atom feed
* [wireless-regdb] [PATCH] Update rules for Turkey 5ghz
@ 2017-08-23  8:11 Edwin Steele
  2017-09-01 15:47 ` Seth Forshee
  0 siblings, 1 reply; 4+ messages in thread
From: Edwin Steele @ 2017-08-23  8:11 UTC (permalink / raw)
  To: wireless-regdb


Update rules for Turkey 5ghz

Based on the information from [1] the power limit for 5Ghz channels
can be increased. Additionally 5170-5330Mhz are restricted to indoor
use.

There are references to e.i.r.p density in [1] that will affect the
power available for wide channels, but they are not reflected in
this change as it's unclear how they would be specified.

[1] https://www.btk.gov.tr/File/?path=ROOT%2f1%2fDocuments%2fOrdinance%2fBY%2DLAW%20ON%20SHORT%20RANGE%20DEVICES.pdf                                                                                                 
Signed-off-by: Edwin Steele <edwin at wordspeak.org>

diff --git a/db.txt b/db.txt                         
index 0bc068e..9a1192f 100644                        
--- a/db.txt                                         
+++ b/db.txt                                         
@@ -1158,11 +1158,15 @@ country TN: DFS-ETSI         
        (5170 - 5250 @ 80), (20), AUTO-BW            
        (5250 - 5330 @ 80), (20), DFS, AUTO-BW       
                                                     
+# Source:                                           
+# By-Law on Short Range Radio Devices (SRD) Oct 2015
+# https://www.btk.gov.tr/File/?path=ROOT%2f1%2fDocuments%2fOrdinance%2fBY%2DLAW%20ON%20SHORT%20RANGE%20DEVICES.pdf                                                                                                 
+# Article 8                                         
 country TR: DFS-ETSI                                
-       (2402 - 2482 @ 40), (20)                     
-       (5170 - 5250 @ 80), (20), AUTO-BW            
-       (5250 - 5330 @ 80), (20), DFS, AUTO-BW       
-       (5490 - 5710 @ 160), (27), DFS               
+       (2400 - 2483.5 @ 40), (20)                   
+       (5170 - 5250 @ 80), (23), NO-OUTDOOR, AUTO-BW
+       (5250 - 5330 @ 80), (23), DFS, NO-OUTDOOR, AUTO-BW                                                
+       (5470 - 5725 @ 160), (30), DFS               
        # 60 GHz band channels 1-4, ref: Etsi En 302 567                                                  
        (57000 - 66000 @ 2160), (40)                 
                                                     


_______________________________________________
wireless-regdb mailing list
wireless-regdb@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/wireless-regdb


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [wireless-regdb] [PATCH] Update rules for Turkey 5ghz
  2017-08-23  8:11 [wireless-regdb] [PATCH] Update rules for Turkey 5ghz Edwin Steele
@ 2017-09-01 15:47 ` Seth Forshee
  2017-09-14  7:31   ` [wireless-regdb] [PATCH v2] " Edwin Steele
  0 siblings, 1 reply; 4+ messages in thread
From: Seth Forshee @ 2017-09-01 15:47 UTC (permalink / raw)
  To: Edwin Steele; +Cc: wireless-regdb

On Wed, Aug 23, 2017 at 06:11:00PM +1000, Edwin Steele wrote:
> 
> Update rules for Turkey 5ghz
> 
> Based on the information from [1] the power limit for 5Ghz channels
> can be increased. Additionally 5170-5330Mhz are restricted to indoor
> use.
> 
> There are references to e.i.r.p density in [1] that will affect the
> power available for wide channels, but they are not reflected in
> this change as it's unclear how they would be specified.
> 
> [1] https://www.btk.gov.tr/File/?path=ROOT%2f1%2fDocuments%2fOrdinance%2fBY%2DLAW%20ON%20SHORT%20RANGE%20DEVICES.pdf                                                                                                 
> Signed-off-by: Edwin Steele <edwin at wordspeak.org>
> 
> diff --git a/db.txt b/db.txt                         
> index 0bc068e..9a1192f 100644                        
> --- a/db.txt                                         
> +++ b/db.txt                                         
> @@ -1158,11 +1158,15 @@ country TN: DFS-ETSI         
>         (5170 - 5250 @ 80), (20), AUTO-BW            
>         (5250 - 5330 @ 80), (20), DFS, AUTO-BW       
>                                                      
> +# Source:                                           
> +# By-Law on Short Range Radio Devices (SRD) Oct 2015
> +# https://www.btk.gov.tr/File/?path=ROOT%2f1%2fDocuments%2fOrdinance%2fBY%2DLAW%20ON%20SHORT%20RANGE%20DEVICES.pdf                                                                                                 
> +# Article 8                                         
>  country TR: DFS-ETSI                                
> -       (2402 - 2482 @ 40), (20)                     
> -       (5170 - 5250 @ 80), (20), AUTO-BW            
> -       (5250 - 5330 @ 80), (20), DFS, AUTO-BW       
> -       (5490 - 5710 @ 160), (27), DFS               
> +       (2400 - 2483.5 @ 40), (20)                   
> +       (5170 - 5250 @ 80), (23), NO-OUTDOOR, AUTO-BW
> +       (5250 - 5330 @ 80), (23), DFS, NO-OUTDOOR, AUTO-BW                                                
> +       (5470 - 5725 @ 160), (30), DFS               

What you missed is that 5250-5350 and 5470-5725 MHz also require TPC
which means we need to cut their power limits in half. So for these
ranges the previous limits of 20 and 27 dBm are correct.

The other changes look correct. Could you resend with those power limits
adjusted?

Thanks,
Seth

_______________________________________________
wireless-regdb mailing list
wireless-regdb@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/wireless-regdb


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [wireless-regdb]  [PATCH v2] Update rules for Turkey 5ghz
  2017-09-01 15:47 ` Seth Forshee
@ 2017-09-14  7:31   ` Edwin Steele
  2017-10-19 22:17     ` Seth Forshee
  0 siblings, 1 reply; 4+ messages in thread
From: Edwin Steele @ 2017-09-14  7:31 UTC (permalink / raw)
  To: Seth Forshee; +Cc: wireless-regdb

Update rules for Turkey 5ghz

Based on the information from [1] the power limit for 5170-5250 Mhz
can be increased. Additionally 5170-5330Mhz are restricted to indoor
use.

There are references to e.i.r.p density in [1] that will affect the
power available for wide channels, but they are not reflected in
this change as it's unclear how they would be specified.

[1] https://www.btk.gov.tr/File/?path=ROOT%2f1%2fDocuments%2fOrdinance%2fBY%2DLAW%20ON%20SHORT%20RANGE%20DEVICES.pdf                                                                                                 
Signed-off-by: Edwin Steele <edwin at wordspeak.org>

diff --git a/db.txt b/db.txt
index 0bc068e..a563a54 100644
--- a/db.txt
+++ b/db.txt
@@ -1158,11 +1158,15 @@ country TN: DFS-ETSI
 	(5170 - 5250 @ 80), (20), AUTO-BW
 	(5250 - 5330 @ 80), (20), DFS, AUTO-BW
 
+# Source:
+# By-Law on Short Range Radio Devices (SRD) Oct 2015
+# https://www.btk.gov.tr/File/?path=ROOT%2f1%2fDocuments%2fOrdinance%2fBY%2DLAW%20ON%20SHORT%20RANGE%20DEVICES.pdf
+# Article 8
 country TR: DFS-ETSI
-	(2402 - 2482 @ 40), (20)
-	(5170 - 5250 @ 80), (20), AUTO-BW
-	(5250 - 5330 @ 80), (20), DFS, AUTO-BW
-	(5490 - 5710 @ 160), (27), DFS
+	(2400 - 2483.5 @ 40), (20)
+	(5170 - 5250 @ 80), (23), NO-OUTDOOR, AUTO-BW
+	(5250 - 5330 @ 80), (20), DFS, NO-OUTDOOR, AUTO-BW
+	(5470 - 5725 @ 160), (27), DFS
 	# 60 GHz band channels 1-4, ref: Etsi En 302 567
 	(57000 - 66000 @ 2160), (40)
 

_______________________________________________
wireless-regdb mailing list
wireless-regdb@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/wireless-regdb


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [wireless-regdb] [PATCH v2] Update rules for Turkey 5ghz
  2017-09-14  7:31   ` [wireless-regdb] [PATCH v2] " Edwin Steele
@ 2017-10-19 22:17     ` Seth Forshee
  0 siblings, 0 replies; 4+ messages in thread
From: Seth Forshee @ 2017-10-19 22:17 UTC (permalink / raw)
  To: Edwin Steele; +Cc: wireless-regdb

On Thu, Sep 14, 2017 at 05:31:18PM +1000, Edwin Steele wrote:
> Update rules for Turkey 5ghz
> 
> Based on the information from [1] the power limit for 5170-5250 Mhz
> can be increased. Additionally 5170-5330Mhz are restricted to indoor
> use.
> 
> There are references to e.i.r.p density in [1] that will affect the
> power available for wide channels, but they are not reflected in
> this change as it's unclear how they would be specified.
> 
> [1] https://www.btk.gov.tr/File/?path=ROOT%2f1%2fDocuments%2fOrdinance%2fBY%2DLAW%20ON%20SHORT%20RANGE%20DEVICES.pdf                                                                                                 
> Signed-off-by: Edwin Steele <edwin at wordspeak.org>

Applied, thanks!

_______________________________________________
wireless-regdb mailing list
wireless-regdb@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/wireless-regdb


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-10-19 22:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-23  8:11 [wireless-regdb] [PATCH] Update rules for Turkey 5ghz Edwin Steele
2017-09-01 15:47 ` Seth Forshee
2017-09-14  7:31   ` [wireless-regdb] [PATCH v2] " Edwin Steele
2017-10-19 22:17     ` Seth Forshee

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.