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
The revised architecture of the 5GMSd Application Provider Python modules (as documented in #43) allows the creation of dedicated documents for retrieval by a 5GMSd-Aware Application at reference point M8d, which is defined by the 5GMS architecture in TS 26.501, but not further specified in TS 26.512. The format of the information is intentionally left to implementation. As an example, the M8JSONFormatter Python class creates a JSON document following a proprietary format devised by 5G-MAG like this:
Such a JSON document serves as an input for the 5GMSd-Aware Application to provide the required information about the M5 endpoint to use for media session handling, as well as a list of currently available Provisioning Sessions.
The goal of this feature request is to implement a Python class DVBIFormatter which implements a formatter for a DVB-I Service List document and make it available for retrieval by a DVB-I Client in the 5GMSd-Aware Application via reference point M8. The DVB-I Client in the 5GMSd Aware Application needs to parse this XML file and translate it to a common internal format.
Example DVB-I Service List document
tbd
The text was updated successfully, but these errors were encountered:
rjb1000
changed the title
M8 Output - DVB-I Formatter
M8 Output - DVB-I Service List formatter
Oct 11, 2024
Description
The revised architecture of the 5GMSd Application Provider Python modules (as documented in #43) allows the creation of dedicated documents for retrieval by a 5GMSd-Aware Application at reference point M8d, which is defined by the 5GMS architecture in TS 26.501, but not further specified in TS 26.512. The format of the information is intentionally left to implementation. As an example, the
M8JSONFormatter
Python class creates a JSON document following a proprietary format devised by 5G-MAG like this:Such a JSON document serves as an input for the 5GMSd-Aware Application to provide the required information about the M5 endpoint to use for media session handling, as well as a list of currently available Provisioning Sessions.
The goal of this feature request is to implement a Python class
DVBIFormatter
which implements a formatter for a DVB-I Service List document and make it available for retrieval by a DVB-I Client in the 5GMSd-Aware Application via reference point M8. The DVB-I Client in the 5GMSd Aware Application needs to parse this XML file and translate it to a common internal format.Example DVB-I Service List document
tbd
The text was updated successfully, but these errors were encountered: