relaton / relaton-3gpp

MIT License
2 stars 0 forks source link

Implement 3GPP Releases for citation and linking with 3GPP specifications #15

Open ronaldtse opened 2 years ago

ronaldtse commented 2 years ago

3GPP has the concept of a "release": https://www.3gpp.org/specifications/releases

This page provides all releases: https://portal.3gpp.org/#/55934-releases

Screen Shot 2022-08-24 at 8 59 58 AM

The "start date" is when the release is opened, and the "end date" is when the release is officially released. "closure date" is when the release is retired.

This information is fully provided in the 3GPP MDB file, under the Releases table:

Screen Shot 2022-08-24 at 9 02 18 AM Screen Shot 2022-08-24 at 9 02 51 AM Screen Shot 2022-08-24 at 9 03 01 AM

Notice that there are duplicate rows in this table, e.g. Release 17:

Screen Shot 2022-08-24 at 9 07 47 AM

The real entry to obtain is under these conditions:

  1. We will need to add entries to relaton-data-3gpp for every Release
  2. We will need to link all 3GPP specs to every Release ("partOf"?)
andrew2net commented 15 hours ago

@ronaldtse we have moved to use CSV source. Is this issue still actual?