From 320f4459eda129634b9529c9fb3d423b0a008c8e Mon Sep 17 00:00:00 2001 From: nmaster2042 Date: Sat, 26 Aug 2023 13:21:30 +0200 Subject: [PATCH 1/2] Update france.json Change France Band plan 11m band high limit to 27,410 Mhz, see https://www.legifrance.gouv.fr/loda/article_lc/LEGIARTI000006430657/2020-10-31 --- root/res/bandplans/france.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/root/res/bandplans/france.json b/root/res/bandplans/france.json index 59dfae04..d1fe373d 100644 --- a/root/res/bandplans/france.json +++ b/root/res/bandplans/france.json @@ -115,7 +115,7 @@ "end": 4995000 }, { - "name": "60m - radiodiffusion", + "name": "60m - radiodiffusion", "type": "broadcast", "start": 5005000, "end": 5060000 @@ -340,7 +340,7 @@ "name": "11m - CB", "type": "amateur", "start": 26960000, - "end": 27230000 + "end": 27410000 }, { "name": "10m - Radioamateur", @@ -493,4 +493,4 @@ "end": 250000000000 } ] -} \ No newline at end of file +} From 20813849054ef4fefadbacb517dd41dce7a850d0 Mon Sep 17 00:00:00 2001 From: Bastien Cabay <37415063+Bastiti@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:47:13 +0200 Subject: [PATCH 2/2] Update belgium.json https://www.ibpt.be/consommateurs/publication/decision-du-29-aout-2023-concernant-l-attribution-du-spectre-40.660-mhz---40.690-mhz-a-des-stations-de-radiocommunications-privees-dinstruction-individuelle-dintercommunication-technique-et-detudes-utilisees-par-des-radioamateurs --- root/res/bandplans/belgium.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/root/res/bandplans/belgium.json b/root/res/bandplans/belgium.json index cc10ed1c..4b9b741d 100644 --- a/root/res/bandplans/belgium.json +++ b/root/res/bandplans/belgium.json @@ -149,6 +149,12 @@ "start": 28000000, "end": 29700000 }, + { + "name": "8m - Amateur", + "type": "amateur", + "start": 40660000, + "end": 40690000 + }, { "name": "6m - Amateur", "type": "amateur",