From 2e1532877b31ae894950f54652ffb4f420732c43 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Tue, 27 Jan 2026 17:30:47 +0800 Subject: [PATCH] Edit TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index bca07852..f02a1f0c 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -979,6 +979,12 @@ components: - DL - UL_DL - type: string + dataEndMarkInd: + type: boolean + dataBurstSizeInd: + type: boolean + timetoNextBurstInd: + type: boolean TrafficControlDataList: @@ -1143,6 +1149,40 @@ components: expTranInd: type: boolean default: false + multiModalId: + type: string + traffParaData: + $ref: '#/components/schemas/TrafficParaData' + + 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 -- GitLab