mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-31 00:48:11 +01:00 
			
		
		
		
	Merge pull request #915 from jeffrizzo/riz-usa-bandplan
Correct USA amateur allocations below 2GHz
This commit is contained in:
		| @@ -5,6 +5,18 @@ | ||||
|     "author_name": "Joshua Kimsey", | ||||
|     "author_url": "http://jkimsey.tech", | ||||
|     "bands": [ | ||||
|         { | ||||
|             "name": "2200m Band", | ||||
|             "type": "amateur", | ||||
|             "start": 135700, | ||||
|             "end": 137800 | ||||
|         }, | ||||
|         { | ||||
|             "name": "630m Band", | ||||
|             "type": "amateur", | ||||
|             "start": 472000, | ||||
|             "end": 479000 | ||||
|         }, | ||||
|         { | ||||
|             "name": "Long Wave", | ||||
|             "type": "broadcast", | ||||
| @@ -39,12 +51,6 @@ | ||||
|             "name": "80m Ham Band", | ||||
|             "type": "amateur", | ||||
|             "start": 3500000, | ||||
|             "end": 3950000 | ||||
|         }, | ||||
|         { | ||||
|             "name": "Shortwave Broadcast", | ||||
|             "type": "broadcast", | ||||
|             "start": 3950000, | ||||
|             "end": 4000000 | ||||
|         }, | ||||
|         { | ||||
| @@ -62,8 +68,8 @@ | ||||
|         { | ||||
|             "name": "60m Ham Band", | ||||
|             "type": "amateur", | ||||
|             "start": 5351500, | ||||
|             "end": 5366500 | ||||
|             "start": 5330500, | ||||
|             "end": 5406500 | ||||
|         }, | ||||
|         { | ||||
|             "name": "Shortwave Broadcast", | ||||
| @@ -75,12 +81,12 @@ | ||||
|             "name": "40m Ham Band", | ||||
|             "type": "amateur", | ||||
|             "start": 7000000, | ||||
|             "end": 7200000 | ||||
|             "end": 7300000 | ||||
|         }, | ||||
|         { | ||||
|             "name": "Shortwave Broadcast", | ||||
|             "type": "broadcast", | ||||
|             "start": 7200000, | ||||
|             "start": 7300000, | ||||
|             "end": 7450000 | ||||
|         }, | ||||
|         { | ||||
| @@ -171,7 +177,7 @@ | ||||
|             "name": "10m Ham Band", | ||||
|             "type": "amateur", | ||||
|             "start": 28000000, | ||||
|             "end": 29750000 | ||||
|             "end": 29700000 | ||||
|         }, | ||||
|         { | ||||
|             "name": "6m Ham Band", | ||||
| @@ -240,7 +246,13 @@ | ||||
|             "end": 216000000 | ||||
|         }, | ||||
|         { | ||||
|             "name": "1.25m Ham Band", | ||||
|             "name": "1.25m Band (lower)", | ||||
|             "type": "amateur", | ||||
|             "start": 219000000, | ||||
|             "end": 220000000 | ||||
|         }, | ||||
|         { | ||||
|             "name": "1.25m Band (upper)", | ||||
|             "type": "amateur", | ||||
|             "start": 222000000, | ||||
|             "end": 225000000 | ||||
| @@ -324,4 +336,4 @@ | ||||
|             "end": 2450000000 | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user