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

ContentHostingConfiguration JSON to Python data structure parser #18

Closed
davidjwbbc opened this issue Sep 20, 2022 · 0 comments · Fixed by #23
Closed

ContentHostingConfiguration JSON to Python data structure parser #18

davidjwbbc opened this issue Sep 20, 2022 · 0 comments · Fixed by #23
Assignees
Labels
feature A new high-level feature
Milestone

Comments

@davidjwbbc
Copy link
Contributor

Feature description
This is a the generic component of #14 which reads a ContentHostingConfiguration JSON structure and parses into an internal Python data structure. The parser should perform validation against fields present in the JSON and reject any JSON which doesn't conform to the 5G Release 17 YAML description in TS26512_M1_ContentHostingProvisioning.yaml (part of TS 26.512).

This internal structure can then be passed to the configuration writer component, from #13, in order to create the web server configuration to be used in the AS.

Relevant specifications and corresponding sections
TS 26.512 - Clause C.3.5

@davidjwbbc davidjwbbc added the enhancement New feature or request label Sep 20, 2022
@davidjwbbc davidjwbbc added this to the MWC23 milestone Sep 20, 2022
@davidjwbbc davidjwbbc self-assigned this Sep 20, 2022
davidjwbbc added a commit to davidjwbbc/rt-5gms-application-server that referenced this issue Sep 26, 2022
5G-MAG#18).

Rather than including a set of pre-generated API modules, include a
build time script to automatically download and generate the modules.
davidjwbbc added a commit to davidjwbbc/rt-5gms-application-server that referenced this issue Sep 26, 2022
5G-MAG#18).

Rather than including a set of pre-generated API modules, include a
build time script to automatically download and generate the modules.
rjb1000 pushed a commit that referenced this issue Sep 27, 2022
#18).

Rather than including a set of pre-generated API modules, include a
build time script to automatically download and generate the modules.
Repository owner moved this from In Progress to Done in 5GMS: Basic media stream handling (MVP#1) Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new high-level feature
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant