Message ID | 20171019213834.23127-1-seth.forshee@canonical.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Kalle Valo |
Headers | show |
This is missing the DFS domain, which is almost certainly DFS-ETSI as KZ is in ITU region 1. Regards, Ryan Mounce On 20 October 2017 at 08:08, Seth Forshee <seth.forshee@canonical.com> wrote: > Add rules for 5150-5250 MHz, 5250-5350 MHz, and 5470-5725 Mhz > based on the documents at [1] and [2]. > > [1] http://mic.gov.kz/sites/default/files/pages/pravila_prisvoeniya_polos_chastot_no34.pdf > [2] http://adilet.zan.kz/rus/docs/P000001379_ > > Signed-off-by: Seth Forshee <seth.forshee@canonical.com> > --- > db.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/db.txt b/db.txt > index e48f9a619651..96d8fda44284 100644 > --- a/db.txt > +++ b/db.txt > @@ -689,8 +689,14 @@ country KY: DFS-FCC > (5490 - 5730 @ 160), (24), DFS > (5735 - 5835 @ 80), (30) > > +# Source: > +# http://mic.gov.kz/sites/default/files/pages/pravila_prisvoeniya_polos_chastot_no34.pdf > +# http://adilet.zan.kz/rus/docs/P000001379_ > country KZ: > (2402 - 2482 @ 40), (20) > + (5150 - 5250 @ 80), (20), NO-OUTDOOR, AUTO-BW > + (5250 - 5350 @ 80), (20), NO-OUTDOOR, DFS, AUTO-BW > + (5470 - 5725 @ 80), (20), NO-OUTDOOR, DFS > > country LB: DFS-FCC > (2402 - 2482 @ 40), (20) > -- > 2.14.1 > > > _______________________________________________ > wireless-regdb mailing list > wireless-regdb@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/wireless-regdb
On Fri, Oct 20, 2017 at 09:48:25AM +1030, Ryan Mounce wrote: > This is missing the DFS domain, which is almost certainly DFS-ETSI as > KZ is in ITU region 1. D'oh, I did forget that, good catch. I'll send out an update. > > Regards, > Ryan Mounce > > On 20 October 2017 at 08:08, Seth Forshee <seth.forshee@canonical.com> wrote: > > Add rules for 5150-5250 MHz, 5250-5350 MHz, and 5470-5725 Mhz > > based on the documents at [1] and [2]. > > > > [1] http://mic.gov.kz/sites/default/files/pages/pravila_prisvoeniya_polos_chastot_no34.pdf > > [2] http://adilet.zan.kz/rus/docs/P000001379_ > > > > Signed-off-by: Seth Forshee <seth.forshee@canonical.com> > > --- > > db.txt | 6 ++++++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/db.txt b/db.txt > > index e48f9a619651..96d8fda44284 100644 > > --- a/db.txt > > +++ b/db.txt > > @@ -689,8 +689,14 @@ country KY: DFS-FCC > > (5490 - 5730 @ 160), (24), DFS > > (5735 - 5835 @ 80), (30) > > > > +# Source: > > +# http://mic.gov.kz/sites/default/files/pages/pravila_prisvoeniya_polos_chastot_no34.pdf > > +# http://adilet.zan.kz/rus/docs/P000001379_ > > country KZ: > > (2402 - 2482 @ 40), (20) > > + (5150 - 5250 @ 80), (20), NO-OUTDOOR, AUTO-BW > > + (5250 - 5350 @ 80), (20), NO-OUTDOOR, DFS, AUTO-BW > > + (5470 - 5725 @ 80), (20), NO-OUTDOOR, DFS > > > > country LB: DFS-FCC > > (2402 - 2482 @ 40), (20) > > -- > > 2.14.1 > > > > > > _______________________________________________ > > wireless-regdb mailing list > > wireless-regdb@lists.infradead.org > > http://lists.infradead.org/mailman/listinfo/wireless-regdb
diff --git a/db.txt b/db.txt index e48f9a619651..96d8fda44284 100644 --- a/db.txt +++ b/db.txt @@ -689,8 +689,14 @@ country KY: DFS-FCC (5490 - 5730 @ 160), (24), DFS (5735 - 5835 @ 80), (30) +# Source: +# http://mic.gov.kz/sites/default/files/pages/pravila_prisvoeniya_polos_chastot_no34.pdf +# http://adilet.zan.kz/rus/docs/P000001379_ country KZ: (2402 - 2482 @ 40), (20) + (5150 - 5250 @ 80), (20), NO-OUTDOOR, AUTO-BW + (5250 - 5350 @ 80), (20), NO-OUTDOOR, DFS, AUTO-BW + (5470 - 5725 @ 80), (20), NO-OUTDOOR, DFS country LB: DFS-FCC (2402 - 2482 @ 40), (20)
Add rules for 5150-5250 MHz, 5250-5350 MHz, and 5470-5725 Mhz based on the documents at [1] and [2]. [1] http://mic.gov.kz/sites/default/files/pages/pravila_prisvoeniya_polos_chastot_no34.pdf [2] http://adilet.zan.kz/rus/docs/P000001379_ Signed-off-by: Seth Forshee <seth.forshee@canonical.com> --- db.txt | 6 ++++++ 1 file changed, 6 insertions(+)