[VOTE] Releasing Orekit 10.0 from release candidate 1

Hi all,

I think that I found a small typography issue on org.orekit.gnss.Frequency.java.

/** GLONASS, "G2" (1246 MHz). */
R02(SatelliteSystem.GLONASS, "G2", 1246.0 / 10.23),

/** GLONASS, "G3" (1202.025 MHz). */
R03(SatelliteSystem.GLONASS, "G2", 117.5),

The name “G2” is given for both R02 and R03. There is a public method getName() to access the name of the frequency. So the user can be impacted by this issue.

Bryan