relaton / relaton-3gpp

MIT License
2 stars 0 forks source link

Specifications: missing `version` as a concrete property #14

Open strogonoff opened 2 years ago

strogonoff commented 2 years ago

Each 3GPP ID has a version, e.g. 0.5.0 in 3GPP TR 36.860-13:Rel-13/0.5.0.

Yet, the 0.5.0 part is not captured anywhere in Relaton data. Could it be in a version, edition or something like that?

ronaldtse commented 2 years ago

According to the official 3GPP metadata, this is the "version": https://portal.3gpp.org/desktopmodules/Specifications/SpecificationDetails.aspx?specificationId=2564

Screen Shot 2022-08-24 at 8 57 03 AM

So we should map this value into version.

ronaldtse commented 2 years ago

i.e. 0.5.0 should appear as the version number.