diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 75b8fbd03bddf2e2ddff14d1ee758212c3cd332a..0810da9879c1d944d274710c5501fa1da34957e4 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -837,6 +837,17 @@ components: type: integer thresholdRtt: type: integer + QFReportingThreshold: + type: object + properties: + thresholdDlCongestionInfo: + type: integer + thresholdUlCongestionInfo: + type: integer + thresholdDlDataRate: + type: integer + thresholdUlDataRate: + type: integer QosData: type: object @@ -1128,7 +1139,11 @@ components: protoDescDl: $ref: '#/components/schemas/ProtocolDescription' protoDescUl: - $ref: '#/components/schemas/ProtocolDescription' + $ref: '#/components/schemas/ProtocolDescription' + expTranInd: + type: boolean + default: false + ProtocolDescription: type: object properties: @@ -6198,6 +6213,18 @@ components: allOf: - type: object properties: + requestedQoSMonitoring: + type: string + enum: + - DLPD + - ULPD + - RPPD + - DLCI + - ULCI + - DLDR + - ULDR + - DLAB + - ULAB qFQoSMonitoringState: type: string enum: @@ -6229,6 +6256,8 @@ components: default: true qFPacketDelayThresholds: $ref: '#/components/schemas/QFPacketDelayThresholdsType' + qFReportingThresholds: + $ref: '#/components/schemas/QFReportingThreshold' qFMinimumWaitTime: type: integer qFMeasurementPeriod: