From e96534022cb0c41ae2528fcf6f4caf18590abb5a Mon Sep 17 00:00:00 2001 From: swaminathan1 Date: Wed, 27 Sep 2023 14:09:40 +0000 Subject: [PATCH] Update TS28623_GenericNrm.yaml --- OpenAPI/TS28623_GenericNrm.yaml | 86 +++++++++++++++++++++++++++++++-- 1 file changed, 81 insertions(+), 5 deletions(-) diff --git a/OpenAPI/TS28623_GenericNrm.yaml b/OpenAPI/TS28623_GenericNrm.yaml index e2adda96f..3d8607d6a 100755 --- a/OpenAPI/TS28623_GenericNrm.yaml +++ b/OpenAPI/TS28623_GenericNrm.yaml @@ -1398,8 +1398,9 @@ components: - 32 - 64 - INFINITY + reportAmountM1LTE-Type: - description: See details in 3GPP TS 32.422 clause 5.10.x. + description: See details in 3GPP TS 32.422 clause 5.10.6. type: string enum: - 1 @@ -1412,7 +1413,7 @@ components: - INFINITY reportAmountM4LTE-Type: - description: See details in 3GPP TS 32.422 clause 5.10.y. + description: See details in 3GPP TS 32.422 clause 5.10.6. type: string enum: - 1 @@ -1425,7 +1426,7 @@ components: - INFINITY reportAmountM5LTE-Type: - description: See details in 3GPP TS 32.422 clause 5.10.z. + description: See details in 3GPP TS 32.422 clause 5.10.6. type: string enum: - 1 @@ -1438,7 +1439,7 @@ components: - INFINITY reportAmountM6LTE-Type: - description: See details in 3GPP TS 32.422 clause 5.10.a. + description: See details in 3GPP TS 32.422 clause 5.10.6. type: string enum: - 1 @@ -1451,7 +1452,72 @@ components: - INFINITY reportAmountM7LTE-Type: - description: See details in 3GPP TS 32.422 clause 5.10.b. + description: See details in 3GPP TS 32.422 clause 5.10.6. + type: string + enum: + - 1 + - 2 + - 4 + - 8 + - 16 + - 32 + - 64 + - INFINITY + + reportAmountM1NR-Type: + description: See details in 3GPP TS 32.422 clause 5.10.6. + type: string + enum: + - 1 + - 2 + - 4 + - 8 + - 16 + - 32 + - 64 + - INFINITY + + reportAmountM4NR-Type: + description: See details in 3GPP TS 32.422 clause 5.10.6. + type: string + enum: + - 1 + - 2 + - 4 + - 8 + - 16 + - 32 + - 64 + - INFINITY + + reportAmountM5NR-Type: + description: See details in 3GPP TS 32.422 clause 5.10.6. + type: string + enum: + - 1 + - 2 + - 4 + - 8 + - 16 + - 32 + - 64 + - INFINITY + + reportAmountM6NR-Type: + description: See details in 3GPP TS 32.422 clause 5.10.6. + type: string + enum: + - 1 + - 2 + - 4 + - 8 + - 16 + - 32 + - 64 + - INFINITY + + reportAmountM7NR-Type: + description: See details in 3GPP TS 32.422 clause 5.10.6. type: string enum: - 1 @@ -1630,6 +1696,16 @@ components: $ref: '#/components/schemas/reportAmountM6LTE-Type' reportAmountM7LTE: $ref: '#/components/schemas/reportAmountM7LTE-Type' + reportAmountM1NR: + $ref: '#/components/schemas/reportAmountM1NR-Type' + reportAmountM4NR: + $ref: '#/components/schemas/reportAmountM4NR-Type' + reportAmountM5NR: + $ref: '#/components/schemas/reportAmountM5NR-Type' + reportAmountM6NR: + $ref: '#/components/schemas/reportAmountM6NR-Type' + reportAmountM7NR: + $ref: '#/components/schemas/reportAmountM7NR-Type' reportInterval: $ref: '#/components/schemas/reportInterval-Type' eventThreshold: -- GitLab