From ac3a4e74f722c77d2cd72a5b4495fbe77a6c70c5 Mon Sep 17 00:00:00 2001 From: Richard Bradbury Date: Thu, 1 Feb 2024 18:01:38 +0000 Subject: [PATCH 1/2] Implementing pCR S4-240382. --- TS26510_Maf_Provisioning_ContentHosting.yaml | 3 ++- TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/TS26510_Maf_Provisioning_ContentHosting.yaml b/TS26510_Maf_Provisioning_ContentHosting.yaml index d33a716..a6e3776 100644 --- a/TS26510_Maf_Provisioning_ContentHosting.yaml +++ b/TS26510_Maf_Provisioning_ContentHosting.yaml @@ -457,7 +457,8 @@ components: anyOf: - type: string enum: - - NETWORK_EMBMS + - DISTRIBUTION_NETWORK_EMBMS + - DISTRIBUTION_NETWORK_MBS - type: string description: > This string provides forward-compatibility with future diff --git a/TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml b/TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml index 8d752de..66c80b2 100644 --- a/TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml +++ b/TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml @@ -127,6 +127,8 @@ components: $ref: '#/components/schemas/M5MediaEntryPoint' eMBMSServiceAnnouncementLocator: $ref: 'TS26510_CommonData.yaml#/components/schemas/AbsoluteUrl' + mbsExternalServiceIdentifier: + $ref: 'TS26510_CommonData.yaml#/components/schemas/AbsoluteUrl' clientConsumptionReportingConfiguration: type: object required: -- GitLab From 49812e8cc57c2bae76c980b4be4dba51e3efd436 Mon Sep 17 00:00:00 2001 From: Richard Bradbury Date: Thu, 1 Feb 2024 18:23:13 +0000 Subject: [PATCH 2/2] mbsExternalServiceIdentifier is of type string. --- TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml b/TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml index 66c80b2..326d6c2 100644 --- a/TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml +++ b/TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml @@ -128,7 +128,7 @@ components: eMBMSServiceAnnouncementLocator: $ref: 'TS26510_CommonData.yaml#/components/schemas/AbsoluteUrl' mbsExternalServiceIdentifier: - $ref: 'TS26510_CommonData.yaml#/components/schemas/AbsoluteUrl' + type: string clientConsumptionReportingConfiguration: type: object required: -- GitLab