You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: