Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move 3GPP-specific bibdata under ext #11

Closed
ronaldtse opened this issue Apr 11, 2022 · 4 comments
Closed

Move 3GPP-specific bibdata under ext #11

ronaldtse opened this issue Apr 11, 2022 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@ronaldtse
Copy link

We have data like:

doctype: TR
editorialgroup:
- name: RP
  type: prime
- name: R1, R2, R3, R4
  type: other
radiotechnology: 3G
release:
  version2g: '7'
  version3g: '7'
  defunct: true
  wpm_code_2g: GSM_Release_7
  wpm_code_3g: 3G_Rel-7
  freeze_meeting: SP-35
  freeze_stage1_meeting: SP-29
  freeze_stage2_meeting: SP-33
  freeze_stage3_meeting: SP-35
  close_meeting: SP-65
  project_start: '2003-12-01'
  project_end: '2008-03-13'

But these are 3GPP specific data. They should be stored under a special key and not pollute the top level namespace.

@ronaldtse ronaldtse added the bug Something isn't working label Apr 11, 2022
@andrew2net
Copy link
Contributor

@strogonoff are you ready for this change?

@andrew2net
Copy link
Contributor

@ronaldtse each flavor-specific relaton-* has specific data. In the RelatonXML we store the data under ext element. I think we should modify RelatonYAML for all relaton-*, not only 3GPP. Do you agree?

@ronaldtse
Copy link
Author

I agree that we should store under ext element in Relaton YAML too. Thanks!

@andrew2net
Copy link
Contributor

fixed in relaton v1.20.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants