Skip to content

Commit

Permalink
EDMM: update EBG-West station IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Nov 17, 2023
1 parent 5fd8971 commit 66561c0
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 27 deletions.
16 changes: 8 additions & 8 deletions edmm/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
{
"logon": "EDDM_1_APP",
"logon": "EDDM_NH_APP",
"frequency": "128.030",
"abbreviation": "DMNH",
"description": "M\u00fcnchen Arrival (North High)",
Expand All @@ -18,7 +18,7 @@
]
},
{
"logon": "EDDM_2_APP",
"logon": "EDDM_SH_APP",
"frequency": "120.780",
"abbreviation": "DMSH",
"description": "M\u00fcnchen Arrival (South High)",
Expand All @@ -27,7 +27,7 @@
]
},
{
"logon": "EDDM_F_APP",
"logon": "EDDM_ND_APP",
"frequency": "118.030",
"abbreviation": "DMNAT",
"description": "M\u00fcnchen Director (North Director)",
Expand All @@ -36,7 +36,7 @@
]
},
{
"logon": "EDDM_N_APP",
"logon": "EDDM_NL_APP",
"frequency": "123.905",
"abbreviation": "DMNL",
"description": "M\u00fcnchen Radar (North Low)",
Expand All @@ -45,7 +45,7 @@
]
},
{
"logon": "EDDM_S_APP",
"logon": "EDDM_SL_APP",
"frequency": "127.955",
"abbreviation": "DMSL",
"description": "M\u00fcnchen Radar (South Low)",
Expand All @@ -54,7 +54,7 @@
]
},
{
"logon": "EDDM_D_APP",
"logon": "EDDM_SD_APP",
"frequency": "132.305",
"abbreviation": "DMSAT",
"description": "M\u00fcnchen Director (South Director)",
Expand Down Expand Up @@ -126,7 +126,7 @@
]
},
{
"logon": "EDMM_W_APP",
"logon": "EDMM_SWA_APP",
"frequency": "136.525",
"abbreviation": "SWA",
"description": "M\u00fcnchen Radar (Schwaben)",
Expand All @@ -141,4 +141,4 @@
"ETSN"
]
}
]
]
36 changes: 27 additions & 9 deletions edmm/ctr.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
{
"logon": "EDMM_A_CTR",
"logon": "EDMM_ALB_CTR",
"frequency": "129.100",
"abbreviation": "ALB",
"description": "M\u00fcnchen Radar (Allersberg)",
Expand All @@ -33,7 +33,7 @@
]
},
{
"logon": "EDMM_E_CTR",
"logon": "EDMM_EGG_CTR",
"frequency": "129.555",
"abbreviation": "EGG",
"description": "M\u00fcnchen Radar (Eggenfelden)",
Expand All @@ -44,6 +44,15 @@
"EDDM"
]
},
{
"logon": "EDMM_FUE_CTR",
"frequency": "133.550",
"abbreviation": "FUE",
"description": "M\u00fcnchen Radar (F\u00fcssen)",
"schedule_groups": [
"EDMM"
]
},
{
"logon": "EDMM_G_CTR",
"frequency": "133.230",
Expand Down Expand Up @@ -87,7 +96,7 @@
]
},
{
"logon": "EDMM_N_CTR",
"logon": "EDMM_NDG_CTR",
"frequency": "125.140",
"abbreviation": "NDG",
"description": "M\u00fcnchen Radar (N\u00f6rdlingen)",
Expand All @@ -114,7 +123,7 @@
]
},
{
"logon": "EDMM_R_CTR",
"logon": "EDMM_RDG_CTR",
"frequency": "132.550",
"abbreviation": "RDG",
"description": "M\u00fcnchen Radar (Roding)",
Expand All @@ -127,7 +136,16 @@
]
},
{
"logon": "EDMM_T_CTR",
"logon": "EDMM_STA_CTR",
"frequency": "132.455",
"abbreviation": "STA",
"description": "M\u00fcnchen Radar (Starnberg)",
"schedule_groups": [
"EDMM"
]
},
{
"logon": "EDMM_TEG_CTR",
"frequency": "133.680",
"abbreviation": "TEG",
"description": "M\u00fcnchen Radar (Tegernsee)",
Expand All @@ -136,7 +154,7 @@
]
},
{
"logon": "EDMM_U_CTR",
"logon": "EDMM_TRU_CTR",
"frequency": "132.635",
"abbreviation": "TRU",
"description": "M\u00fcnchen Radar (Traun)",
Expand All @@ -145,7 +163,7 @@
]
},
{
"logon": "EDMM_W_CTR",
"logon": "EDMM_WLD_CTR",
"frequency": "136.230",
"abbreviation": "WLD",
"description": "M\u00fcnchen Radar (Walda)",
Expand All @@ -154,7 +172,7 @@
]
},
{
"logon": "EDMM_Z_CTR",
"logon": "EDMM_ZUG_CTR",
"frequency": "134.150",
"abbreviation": "ZUG",
"description": "M\u00fcnchen Radar (Zugspitze)",
Expand All @@ -165,4 +183,4 @@
"EDDM"
]
}
]
]
11 changes: 1 addition & 10 deletions edmm/military.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@
"EDMM"
]
},
{
"logon": "",
"frequency": "",
"abbreviation": "",
"description": "",
"schedule_groups": [
"EDMM"
]
},
{
"logon": "ETSL_APP",
"frequency": "129.030",
Expand Down Expand Up @@ -71,4 +62,4 @@
"EDMM"
]
}
]
]

0 comments on commit 66561c0

Please sign in to comment.