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

QoE Metrics Reporting - M1 Provisioning - samplingPeriod can be negative #123

Open
dsilhavy opened this issue Mar 19, 2024 · 3 comments
Open
Assignees
Labels
3GPP Rel-16 Issues relating to 3GPP Release 16 specifications. 3GPP Rel-17 Issues relating to 3GPP Release 17 specifications. 3GPP Rel-18 Issues relating to 3GPP Release 18 specifications. 3GPP TS 26.510 Issues relating to SA4's "Media delivery; intrns. and APIs for prov. and media sess. hndlng." spec. 3GPP TS 26.512 Issues relating to SA4's "5G Media Streaming (5GMS); Protocols" specification. 5GMS Metrics Reporting Improvement

Comments

@dsilhavy
Copy link
Contributor

Description

TS 26.512 Table 7.8.3-1 defines the samplingPeriod as follows:

The time interval the 5GMS Client should wait between sampling the QoE metrics specified by this metrics reporting configuration.

In my opinion, a negative value does not make sense here, although it is not explicitly mentioned in the specification. The type of the samplingPeriod is DurationSec which is defined in TS29571_CommonData as :

    DurationSec:
      type: integer
      description: indicating a time in seconds.

Suggested Solution

A negative time in seconds seems to be unreasonable. I suggest adding the following to TS26512_M1_MetricsReportingProvisioning.yaml for samplingPeriod:

minimum: 0
exclusiveMinimum: true

The textual description in TS 26.512 might be changed to

The time interval the 5GMS Client should wait between sampling the QoE metrics specified by this metrics reporting configuration. The value shall be greater than zero.

@dsilhavy dsilhavy added 3GPP Rel-17 Issues relating to 3GPP Release 17 specifications. 3GPP Rel-18 Issues relating to 3GPP Release 18 specifications. labels Mar 19, 2024
@rjb1000 rjb1000 added 3GPP Rel-16 Issues relating to 3GPP Release 16 specifications. 3GPP TS 26.512 Issues relating to SA4's "5G Media Streaming (5GMS); Protocols" specification. 3GPP TS 26.510 Issues relating to SA4's "Media delivery; intrns. and APIs for prov. and media sess. hndlng." spec. labels Mar 19, 2024
@rjb1000
Copy link
Contributor

rjb1000 commented Mar 19, 2024

Rel-18 change to TS 26.510 committed to 3GPP Forge project:

Rel-17 fix will require a formal Change Request, but @davidjwbbc will provide a temporary workaround.

@rjb1000 rjb1000 moved this from Pre-Acceptance to Adopted in Specifications - 3GPP - Feedback Apr 23, 2024
@rjb1000 rjb1000 moved this from Adopted to Change contribution drafting in Specifications - 3GPP - Feedback Apr 23, 2024
@rjb1000
Copy link
Contributor

rjb1000 commented May 1, 2024

Change Request contributed to MBS ad hoc meeting post SA4#127-bis-e:

  • TS 26.512 (OpenAPI YAML change only)
    • Rel-16: Won't correct because 5G-MAG's Reference Tools implementation uses Rel-17 as a starting point.
    • Rel-17: CR0069 "[5GMS3, TEI17] Metrics reporting corrections" in S4aI240047.
    • Rel-18: Changes to be handled directly in TS 26.510 V1.2.1.

@rjb1000 rjb1000 moved this from Change contribution drafting to Contributed to Working Group in Specifications - 3GPP - Feedback May 1, 2024
@rjb1000
Copy link
Contributor

rjb1000 commented May 2, 2024

Change Request treated at MBS ad hoc meeting post SA4#127-bis-e:

  • TS 26.512
    • Rel-17: CR0069 "[5GMS3, TEI17] Metrics reporting corrections" in S4aI240047.
      • Endorsed and will be resubmitted to SA4#128 for agreement.
    • Rel-18: Changes to be handled directly in TS 26.510 V1.2.1.
      • Editor to check TS 26.510 prior to contribution.

@rjb1000 rjb1000 moved this from Contributed to Working Group to Change contribution drafting in Specifications - 3GPP - Feedback May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3GPP Rel-16 Issues relating to 3GPP Release 16 specifications. 3GPP Rel-17 Issues relating to 3GPP Release 17 specifications. 3GPP Rel-18 Issues relating to 3GPP Release 18 specifications. 3GPP TS 26.510 Issues relating to SA4's "Media delivery; intrns. and APIs for prov. and media sess. hndlng." spec. 3GPP TS 26.512 Issues relating to SA4's "5G Media Streaming (5GMS); Protocols" specification. 5GMS Metrics Reporting Improvement
Projects
Status: Change contribution drafting
Development

No branches or pull requests

3 participants