From a1cb5cc3982912687c1a599d73c8ff229fb2b549 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Wed, 5 Nov 2025 17:11:41 +0800 Subject: [PATCH 1/3] Edit TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 70 ++++++++++++++++++++++++++++++++++++- 1 file changed, 69 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 75b8fbd03..911968edc 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 @@ -968,6 +979,12 @@ components: - DL - UL_DL - type: string + dataEndMarkInd: + type: boolean + dataBurstSizeInd: + type: boolean + timetoNextBurstInd: + type: boolean TrafficControlDataList: @@ -1128,7 +1145,43 @@ components: protoDescDl: $ref: '#/components/schemas/ProtocolDescription' protoDescUl: - $ref: '#/components/schemas/ProtocolDescription' + $ref: '#/components/schemas/ProtocolDescription' + traffParaData: + $ref: '#/components/schemas/TrafficParaData' + multiModalId: + type: string + expTranInd: + type: boolean + default: false + TrafficParaData: + description: Contains Traffic Parameter(s) related control information. + type: object + properties: + periodUl: + type: integer + periodDl: + type: integer + reqTrafficParas: + anyOf: + - type: string + enum: + - DL_N6_JITTER + - DL_PERIOD + - UL_PERIOD + - type: string + description: Indicates the traffic parameters to be measured. + repFreqs: + type: array + items: + $ref: '#/components/schemas/ReportingFrequency' + minItems: 1 + description: Represents the notification method (periodic or on event detection). + dlN6JitterThr: + type: integer + repPeriod: + type: integer + + ProtocolDescription: type: object properties: @@ -6198,6 +6251,19 @@ components: allOf: - type: object properties: + requestedQoSMonitoring: + type: string + enum: + - DLPD + - ULPD + - RPPD + - GTPUPM + - DLCI + - ULCI + - DLDR + - ULDR + - DLAB + - ULAB qFQoSMonitoringState: type: string enum: @@ -6229,6 +6295,8 @@ components: default: true qFPacketDelayThresholds: $ref: '#/components/schemas/QFPacketDelayThresholdsType' + qFReportingThresholds: + $ref: '#/components/schemas/QFReportingThresholds' qFMinimumWaitTime: type: integer qFMeasurementPeriod: -- GitLab From 68e69941148b1e74cf85270abd8627bef6f50be6 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Wed, 5 Nov 2025 17:25:21 +0800 Subject: [PATCH 2/3] Edit TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 911968edc..5724cda4c 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -6296,7 +6296,7 @@ components: qFPacketDelayThresholds: $ref: '#/components/schemas/QFPacketDelayThresholdsType' qFReportingThresholds: - $ref: '#/components/schemas/QFReportingThresholds' + $ref: '#/components/schemas/QFReportingThreshold' qFMinimumWaitTime: type: integer qFMeasurementPeriod: -- GitLab From 9d8a701c017e4dfc743cab7b11a35a508c806afa Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Thu, 20 Nov 2025 04:54:39 +0800 Subject: [PATCH 3/3] Edit TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 39 ------------------------------------- 1 file changed, 39 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 5724cda4c..0810da987 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -979,12 +979,6 @@ components: - DL - UL_DL - type: string - dataEndMarkInd: - type: boolean - dataBurstSizeInd: - type: boolean - timetoNextBurstInd: - type: boolean TrafficControlDataList: @@ -1146,42 +1140,10 @@ components: $ref: '#/components/schemas/ProtocolDescription' protoDescUl: $ref: '#/components/schemas/ProtocolDescription' - traffParaData: - $ref: '#/components/schemas/TrafficParaData' - multiModalId: - type: string expTranInd: type: boolean default: false - TrafficParaData: - description: Contains Traffic Parameter(s) related control information. - type: object - properties: - periodUl: - type: integer - periodDl: - type: integer - reqTrafficParas: - anyOf: - - type: string - enum: - - DL_N6_JITTER - - DL_PERIOD - - UL_PERIOD - - type: string - description: Indicates the traffic parameters to be measured. - repFreqs: - type: array - items: - $ref: '#/components/schemas/ReportingFrequency' - minItems: 1 - description: Represents the notification method (periodic or on event detection). - dlN6JitterThr: - type: integer - repPeriod: - type: integer - ProtocolDescription: type: object properties: @@ -6257,7 +6219,6 @@ components: - DLPD - ULPD - RPPD - - GTPUPM - DLCI - ULCI - DLDR -- GitLab