"Phone" filter showing outside the phone band

General discussions V2
KA4CDN
Old Man
Posts: 212
Joined: 28 Jan 2013, 00:21

Re: "Phone" filter showing outside the phone band

Post by KA4CDN »

I have this in my bandplan_dxcc291.xml yet a spot for frequency 10137.0 still shows up as EMissionType PHONE. How do I make it show as DIGITAL?

Code: Select all

  <Region>0</Region>
  <Dxcc>291</Dxcc>
  <SpecialFrequencies>
  	<string>1840000|FT8</string>
  	<string>3573000|FT8</string>
  	<string>5357000|FT8</string>
  	<string>7074000|FT8</string>
  	<string>10136000|FT8</string>
  	<string>10137000|FT8</string>
  	<string>14074000|FT8</string>
  	<string>18100000|FT8</string>
  	<string>21074000|FT8</string>
  	.....
  	<string>50318000|FT4</string>
  </SpecialFrequencies>  
and

Code: Select all

  </BandPlanRange>
      <Band>30m</Band>
      <Start>10100</Start>
      <End>10136</End>
      <EmissionType>CW</EmissionType>
      <ModulationType>USB</ModulationType>
    </BandPlanRange>
    <BandPlanRange>
      <Band>30m</Band>
      <Start>10136</Start>
      <End>10138</End>
      <EmissionType>DIGITAL</EmissionType>
      <ModulationType>USB</ModulationType>
    </BandPlanRange>
    <BandPlanRange>
      <Band>30m</Band>
      <Start>10138</Start>
      <End>10150</End>
      <EmissionType>CW</EmissionType>
      <ModulationType>USB</ModulationType>
    </BandPlanRange>
Capture.PNG
Capture.PNG (42.91 KiB) Viewed 1692 times
Mike

Log4OM: 2.4.0.0
User Manual: Updated: 06/03/2020 1:54 PM
OS: Win7 64bit
Post Reply