From 4c577b81453b53f89ef2ff6203b474ef305dae09 Mon Sep 17 00:00:00 2001 From: Seb Date: Thu, 5 Feb 2026 15:07:53 +0000 Subject: [PATCH 01/14] 252 cct 11 wpmip (#259) #252 * adding WP-MIP centre in common code table 11 * xml,txt files --------- Co-authored-by: Enrico Fucile --- C11.csv | 3 ++- xml/C11.xml | 10 ++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/C11.csv b/C11.csv index 8d5b2a5..e7b15e9 100644 --- a/C11.csv +++ b/C11.csv @@ -319,6 +319,7 @@ CREX2,GRIB2_BUFR4,OriginatingGeneratingCentre_en,Status 00320,320,Radiation and Nuclear Safety Authority (Finland),Operational 00321,321,State Office for Nuclear Safety (Czechia),Operational 00322,322,Nuclear Regulation Authority (Slovakia),Operational -00323-65534,323-65534,Reserved for other centres,Operational +00323,323,Weather Prediction Model Intercomparison Project (WP-MIP),Operational +00324-65534,324-65534,Reserved for other centres,Operational 65535,65535,Missing value,Operational 65536-99999,Not applicable,Not used,Operational diff --git a/xml/C11.xml b/xml/C11.xml index 65638bb..330f83a 100644 --- a/xml/C11.xml +++ b/xml/C11.xml @@ -1921,8 +1921,14 @@ Operational - 00323-65534 - 323-65534 + 00323 + 323 + Weather Prediction Model Intercomparison Project (WP-MIP) + Operational + + + 00324-65534 + 324-65534 Reserved for other centres Operational From 0012ef9081e45dcc3f4b48202e8e099968822df5 Mon Sep 17 00:00:00 2001 From: Seb Date: Thu, 5 Feb 2026 15:08:36 +0000 Subject: [PATCH 02/14] #253 cct 14 pollen (#258) * adding minerals entries in Common code table 14 * xml,txt files * commit the correct entries, I initially committed the entries for another issue * xml,txt files * Update C14.csv Co-authored-by: Anna Milan * xml,txt files * Update C14.csv Co-authored-by: Anna Milan * xml,txt files * Update C14.csv Co-authored-by: Anna Milan * xml,txt files --------- Co-authored-by: Enrico Fucile Co-authored-by: Anna Milan --- C14.csv | 4 +++- xml/C14.xml | 14 +++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/C14.csv b/C14.csv index 8705197..4fab4fd 100644 --- a/C14.csv +++ b/C14.csv @@ -610,7 +610,9 @@ CodeFigure,Meaning_en,ChemicalFormula,Status 62203,Plantago (plantain) pollen,,Operational 62204,"Rumex (dock, sorrel) pollen",,Operational 62205,Urtica (nettle) pollen,,Operational -62206-62299,Reserved,,Operational +62206-62297,Reserved,,Operational +62298,Lumped pollen,,Operational +62299,Lumped fungal spores,,Operational 62300,Poaceae (grass family) pollen,,Operational 62301-62999,Reserved,,Operational 63000-65534,For experimental use at local level,,Operational diff --git a/xml/C14.xml b/xml/C14.xml index 14ce9a4..8f2d039 100644 --- a/xml/C14.xml +++ b/xml/C14.xml @@ -3667,11 +3667,23 @@ Operational - 62206-62299 + 62206-62297 Reserved Operational + + 62298 + Lumped pollen + + Operational + + + 62299 + Lumped fungal spores + + Operational + 62300 Poaceae (grass family) pollen From 67b421f7c81fae6efe0ee2efb32db32eb08035e3 Mon Sep 17 00:00:00 2001 From: Anna Milan Date: Thu, 5 Feb 2026 16:09:11 +0100 Subject: [PATCH 03/14] #256 cct 14 mineral aerosols (#257) * add new minerals in common code table 14 * xml,txt files --------- Co-authored-by: Sebastien Villaume Co-authored-by: Enrico Fucile --- C14.csv | 15 +++++++++- xml/C14.xml | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 93 insertions(+), 2 deletions(-) diff --git a/C14.csv b/C14.csv index 4fab4fd..60987ac 100644 --- a/C14.csv +++ b/C14.csv @@ -614,6 +614,19 @@ CodeFigure,Meaning_en,ChemicalFormula,Status 62298,Lumped pollen,,Operational 62299,Lumped fungal spores,,Operational 62300,Poaceae (grass family) pollen,,Operational -62301-62999,Reserved,,Operational +62301-62399,Reserved,,Operational +62400,Calcite,,Operational +62401,Chlorite,,Operational +62402,Dolomite,,Operational +62403,Feldspar,,Operational +62404,Goethite,,Operational +62405,Gypsum,,Operational +62406,Hematite,,Operational +62407,Illite,,Operational +62408,Kaolinite,,Operational +62409,Montmorillonite,,Operational +62410,Quartz,,Operational +62411,Vermiculite,,Operational +62412-62999,Reserved,,Operational 63000-65534,For experimental use at local level,,Operational 65535,Missing,,Operational diff --git a/xml/C14.xml b/xml/C14.xml index 8f2d039..89c3bd6 100644 --- a/xml/C14.xml +++ b/xml/C14.xml @@ -3691,7 +3691,85 @@ Operational - 62301-62999 + 62301-62399 + Reserved + + Operational + + + 62400 + Calcite + + Operational + + + 62401 + Chlorite + + Operational + + + 62402 + Dolomite + + Operational + + + 62403 + Feldspar + + Operational + + + 62404 + Goethite + + Operational + + + 62405 + Gypsum + + Operational + + + 62406 + Hematite + + Operational + + + 62407 + Illite + + Operational + + + 62408 + Kaolinite + + Operational + + + 62409 + Montmorillonite + + Operational + + + 62410 + Quartz + + Operational + + + 62411 + Vermiculite + + Operational + + + 62412-62999 Reserved Operational From 5de39e58a9129b0dbbd2080fea4af1197e1e0e57 Mon Sep 17 00:00:00 2001 From: Anna Milan Date: Thu, 5 Feb 2026 16:17:17 +0100 Subject: [PATCH 04/14] #249 cct 08 microcarb (#273) * #249 * xml,txt files --------- Co-authored-by: marijanacrepulja Co-authored-by: Enrico Fucile --- C08.csv | 3 ++- xml/C08.xml | 10 +++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/C08.csv b/C08.csv index 4fbf036..f93f9dd 100644 --- a/C08.csv +++ b/C08.csv @@ -405,7 +405,8 @@ Code,Agency_en,Type_en,InstrumentShortName_en,InstrumentLongName_en,Status 975,CMA,"Visible/NIR/TIR imager, E-W continuous, S-N stepping scanning",AGRI-5,Advanced Geostationary Radiation Imager-5,Operational 976,CMA,"Visible/NIR/TIR imager, E-W continuous, S-N stepping scanning",AGRI-6,Advanced Geostationary Radiation Imager-6,Operational 977,CMA,"Visible/NIR/TIR imager, E-W continuous, S-N stepping scanning",GHI,Geostationary High-speed Imager,Operational -978-979,Reserved,,,,Operational +978,CNES,Spectrometer,MicroCarb,MicroCarb,Operational +979,Reserved,,,,Operational 980,KMA,Imager,AMI,Advanced Meteorological Imager,Operational 981,KMA,Imager,MI,Meteorological Imager,Operational 982,KMA,Space environment,KSEM,Korea Space wEather Monitor,Operational diff --git a/xml/C08.xml b/xml/C08.xml index c842f83..c8eb76a 100644 --- a/xml/C08.xml +++ b/xml/C08.xml @@ -3249,7 +3249,15 @@ Operational - 978-979 + 978 + CNES + Spectrometer + MicroCarb + MicroCarb + Operational + + + 979 Reserved From 527a91974cf41de250c9f1d6ba278b3aa0fb6173 Mon Sep 17 00:00:00 2001 From: Anna Milan Date: Thu, 5 Feb 2026 16:20:43 +0100 Subject: [PATCH 05/14] #255 cct 08 tomorrow (#275) * #255 * xml,txt files --------- Co-authored-by: marijanacrepulja Co-authored-by: Enrico Fucile --- C08.csv | 2 +- xml/C08.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/C08.csv b/C08.csv index f93f9dd..5e3e340 100644 --- a/C08.csv +++ b/C08.csv @@ -235,7 +235,7 @@ Code,Agency_en,Type_en,InstrumentShortName_en,InstrumentLongName_en,Status 533,Spire,GNSS occultation sounder,SGNOS-D,Spire global navigation satellite system occultation sounder D,Operational 534,PlanetiQ,GNSS occultation sounder,Pyxis-A,PlanetiQ Pyxis GNSS occultation receiver A,Operational 535,PlanetiQ,GNSS occultation sounder,Pyxis-B,PlanetiQ Pyxis GNSS occultation receiver B,Operational -536,tomorrow.io,Radiometer,MWS,Microwave sounder,Operational +536,tomorrow.io,Radiometer,TMS (Tomorrow),Tomorrow Microwave Sounder,Operational 537,tomorrow.io,Radar,KAPR,Ka band precipitation radar,Operational 540,NOAA,Communications,DCS (NOAA),Data-collection system (NOAA),Operational 541,NOAA,Communications,GOES Comms,Communications package on GOES,Operational diff --git a/xml/C08.xml b/xml/C08.xml index c8eb76a..f27d6e2 100644 --- a/xml/C08.xml +++ b/xml/C08.xml @@ -1892,8 +1892,8 @@ 536 tomorrow.io Radiometer - MWS - Microwave sounder + TMS (Tomorrow) + Tomorrow Microwave Sounder Operational From b11c38fa77d22a5d81abd3412976114968f777be Mon Sep 17 00:00:00 2001 From: Anna Milan Date: Fri, 6 Feb 2026 13:00:19 +0100 Subject: [PATCH 06/14] #263 meisei rs 11gs (#268) * issue #263 * xml,txt files --------- Co-authored-by: Enrico Fucile --- C02.csv | 3 ++- xml/C02.xml | 11 +++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/C02.csv b/C02.csv index c7f9d8c..64f7930 100644 --- a/C02.csv +++ b/C02.csv @@ -133,7 +133,8 @@ Before,99,99,iMet-2/iMet-3200 GPS radiosonde with derived pressure from GPS heig 02/05/2018,36,136,"Meisei iMDS-17 GPS dropsonde w/thermistor sensor, capacitance relative humidity sensor, and capacitance pressure sensor (Japan)",Operational ,37,137,Not vacant,Operational 21/03/2022,38,138,"WEATHEX WxR-301D with derived pressure from GPS (Republic of Korea)",Operational -Needed,39-40,139-140,Vacant,Operational +01/02/2027,39,139,"Meisei RS-11GS GPS radiosonde w/thermistor temperature sensor, capacitive humidity sensor, and derived pressure from GPS altitude (Japan)",Operational +Needed,40,140,Vacant,Operational 03/11/2011,41,141,Vaisala RS41 with pressure derived from GPS height/DigiCORA MW41 (Finland),Operational 03/11/2011,42,142,Vaisala RS41 with pressure derived from GPS height/AUTOSONDE (Finland),Operational 07/05/2014,43,143,NanJing Daqiao XGP-3G (China)*,Operational diff --git a/xml/C02.xml b/xml/C02.xml index 7186cfa..2eaf6e5 100644 --- a/xml/C02.xml +++ b/xml/C02.xml @@ -938,10 +938,17 @@ WEATHEX WxR-301D with derived pressure from GPS (Republic of Korea) Operational + + 01/02/2027 + 39 + 139 + Meisei RS-11GS GPS radiosonde w/thermistor temperature sensor, capacitive humidity sensor, and derived pressure from GPS altitude (Japan) + Operational + Needed - 39-40 - 139-140 + 40 + 140 Vacant Operational From 9e515131ded691fe1a7d2290574303a75afba4a7 Mon Sep 17 00:00:00 2001 From: Anna Milan Date: Fri, 6 Feb 2026 13:04:00 +0100 Subject: [PATCH 07/14] #247 cct 12 smhi (#270) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update C12.csv add the new entires for 82 for https://github.com/wmo-im/CCT/issues/247 in CCT C-12 * xml,txt files * change รถ to o * xml,txt files * Apply suggestion from @amilan17 * xml,txt files --------- Co-authored-by: antoineMerleEUM Co-authored-by: Enrico Fucile --- C12.csv | 4 ++++ xml/C12.xml | 28 ++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/C12.csv b/C12.csv index fc2c774..682959c 100644 --- a/C12.csv +++ b/C12.csv @@ -175,6 +175,10 @@ CodeFigure_OriginatingCentres,Name_OriginatingCentres_en,CodeFigure_SubCentres,N 78,Offenbach (RSMC),254,EUMETSAT,Operational 80,Rome (RSMC),101,Albania (NMC),Operational 80,Rome (RSMC),102,National Research Council/Institute of Atmospheric Sciences and Climate (CNR-ISAC),Operational +82,Norrkoping (SMHI),0,Norrkoping - Swedish Meteorological and Hydrological Institute (SMHI-Sweden),Operational +82,Norrkoping (SHMI),10,Kangerlussuaq - Danish Meteorological Institute (DMI-Greenland),Operational +82,Norrkoping (SMHI),20,Oslo - Norwegian Meteorological Institute (NMI-Norway),Operational +82,Norrkoping (SMHI),30,Sodankyla - Arctic Research Centre (FMI/ARC-Finland),Operational 85,Toulouse (RSMC),200,Institut National de l'Environnement Industriel et des Risques (France),Operational 85,Toulouse (RSMC),201,Rheinisches Institut fuer Umweltforschung an der Universitaet zu Koeln E.V. (Germany),Operational 85,Toulouse (RSMC),202,Institut Francais de Recherche pour l'Exploitation de la Mer,Operational diff --git a/xml/C12.xml b/xml/C12.xml index ad0787a..40794bd 100644 --- a/xml/C12.xml +++ b/xml/C12.xml @@ -1232,6 +1232,34 @@ National Research Council/Institute of Atmospheric Sciences and Climate (CNR-ISAC) Operational + + 82 + Norrkoping (SMHI) + 0 + Norrkoping - Swedish Meteorological and Hydrological Institute (SMHI-Sweden) + Operational + + + 82 + Norrkoping (SHMI) + 10 + Kangerlussuaq - Danish Meteorological Institute (DMI-Greenland) + Operational + + + 82 + Norrkoping (SMHI) + 20 + Oslo - Norwegian Meteorological Institute (NMI-Norway) + Operational + + + 82 + Norrkoping (SMHI) + 30 + Sodankyla - Arctic Research Centre (FMI/ARC-Finland) + Operational + 85 Toulouse (RSMC) From 5edbc202e2f7b6566bfacf26128d33e7679588ae Mon Sep 17 00:00:00 2001 From: Marijana Crepulja <62389855+marijanacrepulja@users.noreply.github.com> Date: Fri, 6 Feb 2026 12:14:18 +0000 Subject: [PATCH 08/14] #250 cct 05 microcarb (#264) * #250 * xml,txt files --------- Co-authored-by: Enrico Fucile --- C05.csv | 1 + xml/C05.xml | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/C05.csv b/C05.csv index 8609615..236ed7a 100644 --- a/C05.csv +++ b/C05.csv @@ -9,6 +9,7 @@ CodeFigureForI6I6I6,CodeFigureForBUFR,CodeFigureForGRIB2,SatelliteName_en,Status 006,6,6,CO2M-A,Operational 007,7,7,CO2M-B,Operational 008,8,8,CO2M-C,Operational +009,9,9,MicroCarb,Operational 020,20,20,SPOT1,Operational 021,21,21,SPOT2,Operational 022,22,22,SPOT3,Operational diff --git a/xml/C05.xml b/xml/C05.xml index d06815c..fc49d73 100644 --- a/xml/C05.xml +++ b/xml/C05.xml @@ -70,6 +70,13 @@ CO2M-C Operational + + 009 + 9 + 9 + MicroCarb + Operational + 020 20 From 70e407461df72df8bd81e3f98aa6038d34fdbb83 Mon Sep 17 00:00:00 2001 From: Marijana Crepulja <62389855+marijanacrepulja@users.noreply.github.com> Date: Fri, 6 Feb 2026 12:17:25 +0000 Subject: [PATCH 09/14] #251 cct 05 wsf m1 (#265) * #251 * xml,txt files --------- Co-authored-by: Enrico Fucile --- C05.csv | 1 + xml/C05.xml | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/C05.csv b/C05.csv index 236ed7a..74745e1 100644 --- a/C05.csv +++ b/C05.csv @@ -239,6 +239,7 @@ CodeFigureForI6I6I6,CodeFigureForBUFR,CodeFigureForGRIB2,SatelliteName_en,Status 753,753,753,COSMIC-2 E4,Operational 754,754,754,COSMIC-2 E5,Operational 755,755,755,COSMIC-2 E6,Operational +760,760,760,WSF-M1,Operational 761,761,761,NIMBUS 1,Operational 762,762,762,NIMBUS 2,Operational 763,763,763,NIMBUS 3,Operational diff --git a/xml/C05.xml b/xml/C05.xml index fc49d73..df5e405 100644 --- a/xml/C05.xml +++ b/xml/C05.xml @@ -1680,6 +1680,13 @@ COSMIC-2 E6 Operational + + 760 + 760 + 760 + WSF-M1 + Operational + 761 761 From c23f60c31e520b51b981239e6958ddfad180814b Mon Sep 17 00:00:00 2001 From: DaXu-NMIC Date: Tue, 17 Feb 2026 16:44:43 +0800 Subject: [PATCH 10/14] #248 cct 11 Tianmu (#262) * use number 205 for Tianmu originating centre in C-11 * xml,txt files * Update C08.csv use code 989 to Common Code Table C-8 and details are as fellows -------------------------------------------------------------------------- Satellite instrument: Tianmu Global Navigation Satellite System Occultation Sounder (abbreviated as TGNOS-M) * xml,txt files * Update C08.csv update the instrument type to GNSS occultation * xml,txt files --------- Co-authored-by: Enrico Fucile --- C08.csv | 2 +- C11.csv | 3 ++- xml/C08.xml | 8 ++++---- xml/C11.xml | 10 ++++++++-- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/C08.csv b/C08.csv index 5e3e340..6e3a8b3 100644 --- a/C08.csv +++ b/C08.csv @@ -416,7 +416,7 @@ Code,Agency_en,Type_en,InstrumentShortName_en,InstrumentLongName_en,Status 986,CMA,Conical scanning microwave imager,MWRI-2,Microwave radiation imager-2,Operational 987,CMA,Conical scanning microwave imager,MWRI-RM,Microwave radiation imager-Rain Mission,Operational 988,CMA,Conical scanning dual-frequency scatterometer,WindRAD,Wind Radar,Operational -989,Reserved,,,,Operational +989,CMA,GNSS occultation,TGNOS-M,Tianmu Global Navigation Satellite System Occultation Sounder,Operational 990,NASA,Radiometer,SMMR,Scanning multichannel microwave radiometer,Operational 991,NASA,Radiometer,THIR,Temperature-humidity infrared radiometer,Operational 992,NASA,Radiometer,NEMS,"Nimbus-E Microwave Sounder",Operational diff --git a/C11.csv b/C11.csv index e7b15e9..b28331c 100644 --- a/C11.csv +++ b/C11.csv @@ -205,7 +205,8 @@ CREX2,GRIB2_BUFR4,OriginatingGeneratingCentre_en,Status 00202,202,Samoa (NMC),Operational 00203,203,Solomon Islands (NMC),Operational 00204,204,National Institute of Water and Atmospheric Research (NIWA - New Zealand),Operational -00205-00209,205-209,Reserved for other centres,Operational +00205,205,Tianmu,Operational +00206-00209,206-209,Reserved for other centres,Operational 00210,210,Frascati (ESA/ESRIN),Operational 00211,211,Lannion,Operational 00212,212,Lisboa,Operational diff --git a/xml/C08.xml b/xml/C08.xml index f27d6e2..159d85c 100644 --- a/xml/C08.xml +++ b/xml/C08.xml @@ -3338,10 +3338,10 @@ 989 - Reserved - - - + CMA + GNSS occultation + TGNOS-M + Tianmu Global Navigation Satellite System Occultation Sounder Operational diff --git a/xml/C11.xml b/xml/C11.xml index 330f83a..a8fb56e 100644 --- a/xml/C11.xml +++ b/xml/C11.xml @@ -1237,8 +1237,14 @@ Operational - 00205-00209 - 205-209 + 00205 + 205 + Tianmu + Operational + + + 00206-00209 + 206-209 Reserved for other centres Operational From 362ec0bb129546e38b52079df90cf203e3f772b0 Mon Sep 17 00:00:00 2001 From: Anna Milan Date: Fri, 27 Feb 2026 15:47:06 +0100 Subject: [PATCH 11/14] MicroCarb longname --- C08.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C08.csv b/C08.csv index 6e3a8b3..ed0cf56 100644 --- a/C08.csv +++ b/C08.csv @@ -405,7 +405,7 @@ Code,Agency_en,Type_en,InstrumentShortName_en,InstrumentLongName_en,Status 975,CMA,"Visible/NIR/TIR imager, E-W continuous, S-N stepping scanning",AGRI-5,Advanced Geostationary Radiation Imager-5,Operational 976,CMA,"Visible/NIR/TIR imager, E-W continuous, S-N stepping scanning",AGRI-6,Advanced Geostationary Radiation Imager-6,Operational 977,CMA,"Visible/NIR/TIR imager, E-W continuous, S-N stepping scanning",GHI,Geostationary High-speed Imager,Operational -978,CNES,Spectrometer,MicroCarb,MicroCarb,Operational +978,CNES,Spectrometer,MicroCarb,Carbon Dioxide Monitoring Mission,Operational 979,Reserved,,,,Operational 980,KMA,Imager,AMI,Advanced Meteorological Imager,Operational 981,KMA,Imager,MI,Meteorological Imager,Operational From 746907b888c948dd1521c938b70426910e01c110 Mon Sep 17 00:00:00 2001 From: Enrico Fucile Date: Fri, 27 Feb 2026 14:47:15 +0000 Subject: [PATCH 12/14] xml,txt files --- xml/C08.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/C08.xml b/xml/C08.xml index 159d85c..6e55e75 100644 --- a/xml/C08.xml +++ b/xml/C08.xml @@ -3253,7 +3253,7 @@ CNES Spectrometer MicroCarb - MicroCarb + Carbon Dioxide Monitoring Mission Operational From ee34844510c79d5369e7beb561cff964bebee827 Mon Sep 17 00:00:00 2001 From: amilan17 Date: Sat, 28 Feb 2026 12:20:06 +0100 Subject: [PATCH 13/14] add version --- C00.csv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/C00.csv b/C00.csv index 21260c0..ef21de2 100644 --- a/C00.csv +++ b/C00.csv @@ -45,5 +45,6 @@ GRIB version number,BUFR version number,CREX version number,Effective date,Statu 34,43,-,19 November 2024,Operational 35,44,-,19 May 2025,Operational 36,45,-,17 November 2025,Operational -37-254,46-254,-,Future versions,Operational +37,46,-,1 June 2026,Operational +38-254,47-254,-,Future versions,Operational 255,255,255,Missing,Operational From f388f0c3e5604b3727b807efdf121d4a5381fb12 Mon Sep 17 00:00:00 2001 From: Enrico Fucile Date: Sat, 28 Feb 2026 11:20:16 +0000 Subject: [PATCH 14/14] xml,txt files --- xml/C00.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/xml/C00.xml b/xml/C00.xml index 927879c..38775f4 100644 --- a/xml/C00.xml +++ b/xml/C00.xml @@ -323,8 +323,15 @@ Operational - 37-254 - 46-254 + 37 + 46 + - + 1 June 2026 + Operational + + + 38-254 + 47-254 - Future versions Operational