[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. v4.0rc1-3-g9c856168
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-07-10 04:37:41
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via 9c8561680f00a577ea64a91683ae26a4e3e02c8d (commit) from e652276e8763ca4a3e8bd3ffe25e00b0b21ba9d3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9c8561680f00a577ea64a91683ae26a4e3e02c8d Author: Michael Black W9MDB <mdb...@ya...> Date: Thu Jul 9 23:37:22 2020 -0500 Update ITU3 bandplan diff --git a/include/bandplan.h b/include/bandplan.h index 49908570..4b43271d 100644 --- a/include/bandplan.h +++ b/include/bandplan.h @@ -156,11 +156,12 @@ /* * ITU Region 3: South Pacific and Southern Asia + * https://web.archive.org/web/20171216012537/http://www.iaru-r3.org/wp-content/files/R3-004%20Band%20Plans%20IARU%20Region%203.docx */ /* MF: 300 kHz - 3 MHz */ #define FRQ_RNG_160m_REGION3(md,lp,hp,v,a) \ - { kHz(1810),MHz(2), (md), (lp), (hp), (v), (a), "ITU3" } + { kHz(1800),MHz(2), (md), (lp), (hp), (v), (a), "ITU3" } /* HF: 3 MHz - 30 MHz */ #define FRQ_RNG_80m_REGION3(md,lp,hp,v,a) \ @@ -170,7 +171,7 @@ { kHz(5351.5),kHz(5366.5), (md), (lp), (hp), (v), (a), "ITU3" } #define FRQ_RNG_40m_REGION3(md,lp,hp,v,a) \ - { MHz(7),kHz(7100), (md), (lp), (hp), (v), (a), "ITU3" } + { MHz(7),kHz(7300), (md), (lp), (hp), (v), (a), "ITU3" } #define FRQ_RNG_30m_REGION3(md,lp,hp,v,a) \ { kHz(10100),kHz(10150), (md), (lp), (hp), (v), (a), "ITU3" } @@ -199,7 +200,7 @@ /* UHF: 300 MHz - 3 GHz */ #define FRQ_RNG_70cm_REGION3(md,lp,hp,v,a) \ - { MHz(430),MHz(440), (md), (lp), (hp), (v), (a), "ITU3" } + { MHz(430),MHz(450), (md), (lp), (hp), (v), (a), "ITU3" } #define FRQ_RNG_23cm_REGION3(md,lp,hp,v,a) \ { MHz(1240),MHz(1300), (md), (lp), (hp), (v), (a), "ITU3" } ----------------------------------------------------------------------- Summary of changes: include/bandplan.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |