We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in Line 307 , there is an additional single quote for field edgeInfrastructureUsageChargingInformation'
The text was updated successfully, but these errors were encountered:
diff --git a/TS32291_Nchf_ConvergedCharging.yaml b/TS32291_Nchf_ConvergedCharging.yaml index 7638f09..6a3d9e5 100644 --- a/TS32291_Nchf_ConvergedCharging.yaml +++ b/TS32291_Nchf_ConvergedCharging.yaml @@ -306,7 +306,7 @@ components: $ref: '#/components/schemas/MMTelChargingInformation' iMSChargingInformation: $ref: '#/components/schemas/IMSChargingInformation' - edgeInfrastructureUsageChargingInformation': + edgeInfrastructureUsageChargingInformation: $ref: '#/components/schemas/EdgeInfrastructureUsageChargingInformation' eASDeploymentChargingInformation: $ref: '#/components/schemas/EASDeploymentChargingInformation' @@ -1637,9 +1637,9 @@ components: items: $ref: '#/components/schemas/TransmitterInfo' minItems: 0 - timeOfFirst Transmission: + timeOfFirstTransmission: $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime' - timeOfFirst Reception: + timeOfFirstReception: $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime' CoverageInfo: type: object @@ -1919,7 +1919,7 @@ components: items: $ref: 'TS29571_CommonData.yaml#/components/schemas/Uint32' minItems: 0 - optionalCapability : + optionalCapability: type: array items: $ref: 'TS29571_CommonData.yaml#/components/schemas/Uint32'
Sorry, something went wrong.
No branches or pull requests
in Line 307 , there is an additional single quote for field edgeInfrastructureUsageChargingInformation'
The text was updated successfully, but these errors were encountered: