From dc7c97f86891e5a840236dbb7d8a3ec71d20980b Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Thu, 6 Jun 2024 19:31:19 -0400 Subject: [PATCH] Replacing PMR446 with GMRS462/GMRS467 bands for Region 2. --- bands-r2.json | 12 +++++++++--- bands-r3.json | 6 ------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bands-r2.json b/bands-r2.json index 3397bbd3..3e2d2136 100644 --- a/bands-r2.json +++ b/bands-r2.json @@ -389,9 +389,15 @@ "tags": ["public"] }, { - "name": "PMR446", - "lower_bound": 446000000, - "upper_bound": 446200000, + "name": "GMRS462", + "lower_bound": 462500000, + "upper_bound": 462730000, + "tags": ["public"] + }, + { + "name": "GMRS467", + "lower_bound": 467500000, + "upper_bound": 467730000, "tags": ["public"] }, { diff --git a/bands-r3.json b/bands-r3.json index c910f264..5baa7bd0 100644 --- a/bands-r3.json +++ b/bands-r3.json @@ -380,12 +380,6 @@ }, "tags": ["public"] }, - { - "name": "PMR446", - "lower_bound": 446000000, - "upper_bound": 446200000, - "tags": ["public"] - }, { "name": "ADS-B", "lower_bound": 960000000,