On Wed, Jun 18, 2025 at 1:49 PM Ping-Ke Shih <pkshih@xxxxxxxxx> wrote: > > From: Ping-Ke Shih <pkshih@xxxxxxxxxxx> > > National Telecommunications Regulatory Authority (NTRA) released Radio > Spectrum Guidelines for Short-range Devices (SRD) on November 2024. > > As Table 4 Mandatary requirements for Wideband Data Transmission Systems: > Including Wireless LAN (Wi-Fi and Multiple GIGABIT wireless systems for > Indoor applications only) > > * Wi-Fi for indoor applications only, so add NO-OUTDOOR for all entries. > > * 2400 - 2483.5 MHz > - 100 mW e.i.r.p. > - EN 300 328 > * 5150 - 5350 MHz > - 200 mW e.i.r.p. > - DFS and TPC in 5250 - 5350 MHz > * for devices without TPC, the limit is lowered 3 dBm > - EN 301 893 > * 5925 - 6425 MHz > - 250 mW e.i.r.p. > - EN 303 687 > * 57 - 66 GHz > - 40 dBm e.i.r.p. > - EN 302 567 > > [1] https://www.tra.gov.eg/wp-content/uploads/2024/11/EGY-NTRA-November-2024-SRD_English-1.pdf > > Signed-off-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx> > --- > db.txt | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) > > diff --git a/db.txt b/db.txt > index e331d4f763e3..4a05bdca781e 100644 > --- a/db.txt > +++ b/db.txt > @@ -632,11 +632,13 @@ country EE: DFS-ETSI > (57000 - 66000 @ 2160), (40) > > # https://www.tra.gov.eg/wp-content/uploads/2022/03/EGY-NTRA-March-2022-SRD_English_Final.pdf > +# https://www.tra.gov.eg/wp-content/uploads/2024/11/EGY-NTRA-November-2024-SRD_English-1.pdf > country EG: DFS-ETSI > - (2402 - 2483.5 @ 40), (20) > - (5150 - 5250 @ 80), (23), AUTO-BW, wmmrule=ETSI > - (5250 - 5350 @ 80), (20), DFS, AUTO-BW, wmmrule=ETSI > - (57000 - 66000 @ 2160), (40) > + (2402 - 2483.5 @ 40), (100 mW), NO-OUTDOOR > + (5150 - 5250 @ 80), (200 mW), AUTO-BW, wmmrule=ETSI, NO-OUTDOOR > + (5250 - 5350 @ 80), (100 mW), DFS, AUTO-BW, wmmrule=ETSI, NO-OUTDOOR The database parser requires the wmmrule flag be the last flag for some reason. I fixed it up locally and will force push it out. ChenYu > + (5925 - 6425 @ 320), (250 mW), NO-OUTDOOR > + (57000 - 66000 @ 2160), (40), NO-OUTDOOR > > # ES as part of EU/CEPT accepted decisions 2005/513/EC (5GHz RLAN, EN 301 893) > # and 2006/771/EC (amended by 2008/432/EC, Short-Range Devices, EN 300 440) > -- > 2.25.1 >