From d811a839ff362aebf48cdaf358b862fe82dfecaf Mon Sep 17 00:00:00 2001 From: Oskar-Dudek Date: Tue, 24 Dec 2024 23:05:06 +0000 Subject: [PATCH] Update ireland.json sorry for not updating for this long. I added CB, Air band VOR/ILS, Air band Voice, Polar orbiting satellites, and ADS-B. i validated this and jsonlint says its valid --- root/res/bandplans/ireland.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/root/res/bandplans/ireland.json b/root/res/bandplans/ireland.json index 6c5928006..eab2cfd45 100644 --- a/root/res/bandplans/ireland.json +++ b/root/res/bandplans/ireland.json @@ -161,6 +161,12 @@ "start": 25670000, "end": 26100000 }, + { + "name": "CB", + "type": "amateur", + "start": 26965000, + "end": 27405000 + }, { "name": "10m ham band", "type": "amateur", @@ -173,6 +179,24 @@ "start": 87500000, "end": 108000000 }, + { + "name": "Airband VOR/ILS", + "type": "aviation", + "start": 108000000, + "end": 117900000 + }, + { + "name": "Airband Voice", + "type": "aviation", + "start": 118000000, + "end": 137000000 + }, + { + "name": "Polar orbiting satellites", + "type": "satellite", + "start": 137000000, + "end": 138000000 + }, { "name": "6m ham band", "type": "amateur", @@ -196,6 +220,12 @@ "type": "amateur", "start": 430000000, "end": 440000000 + }, + { + "name": "ADS-B", + "type": "aviation", + "start": 1089000000, + "end": 1091000000 } ] }