From c6a789baf4bb7141ae1ca61de656dba8af8829cd Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Wed, 25 Mar 2026 17:23:36 +0800 Subject: [PATCH 1/7] Edit TS28561_NdtNrm.yaml --- OpenAPI/TS28561_NdtNrm.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/OpenAPI/TS28561_NdtNrm.yaml b/OpenAPI/TS28561_NdtNrm.yaml index 605cb1a9..b0cde0fe 100644 --- a/OpenAPI/TS28561_NdtNrm.yaml +++ b/OpenAPI/TS28561_NdtNrm.yaml @@ -41,6 +41,10 @@ components: $ref: '#/components/schemas/NDTFunctionScope' nDTFunctionRefList: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' + genericModellingCapabilities: + $ref: '#/components/schemas/GenericModellingCapabilities' + description: >- + It represents the generic modelling capabilities of the NDT Function. NDTJob-Single: description: >- @@ -208,6 +212,20 @@ components: performanceDataScalingFactor: type: integer maxItems: 1 + GenericModellingCapabilites: + type: object + properties: + enviromentModelling: + type: boolean + default: false + uETrafficModelling: + type: string + enum: + - FIXEDUEMODEL + - MOVINGUEMODEL + - DISTRIBUTEDUEMODEL + serviceModelling: + type: string #------Definition of JSON arrays for name-contained IOCs ---------------# -- GitLab From 5c9249bb1a25fb5224970578a550c8e64b2f1301 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Wed, 25 Mar 2026 17:24:56 +0800 Subject: [PATCH 2/7] Edit TS28561_NdtNrm.yaml -- GitLab From 407391bf6f380c4e192904cd98239a7ea0c3726f Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Wed, 25 Mar 2026 17:25:31 +0800 Subject: [PATCH 3/7] Edit TS28561_NdtNrm.yaml -- GitLab From 58578c5108236d33e348c21ba52ba1ce69677120 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Thu, 26 Mar 2026 08:33:07 +0800 Subject: [PATCH 4/7] Edit TS28561_NdtNrm.yaml --- OpenAPI/TS28561_NdtNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28561_NdtNrm.yaml b/OpenAPI/TS28561_NdtNrm.yaml index b0cde0fe..544a556d 100644 --- a/OpenAPI/TS28561_NdtNrm.yaml +++ b/OpenAPI/TS28561_NdtNrm.yaml @@ -212,7 +212,7 @@ components: performanceDataScalingFactor: type: integer maxItems: 1 - GenericModellingCapabilites: + GenericModellingCapabilities: type: object properties: enviromentModelling: -- GitLab From c3bb086f18bf88cddb38d99ebfcc5762caea45a8 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Thu, 26 Mar 2026 08:37:19 +0800 Subject: [PATCH 5/7] Edit TS28561_NdtNrm.yaml --- OpenAPI/TS28561_NdtNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28561_NdtNrm.yaml b/OpenAPI/TS28561_NdtNrm.yaml index 544a556d..ec0d1ae6 100644 --- a/OpenAPI/TS28561_NdtNrm.yaml +++ b/OpenAPI/TS28561_NdtNrm.yaml @@ -42,7 +42,7 @@ components: nDTFunctionRefList: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' genericModellingCapabilities: - $ref: '#/components/schemas/GenericModellingCapabilities' + $ref: '#/components/schemas/GenericModellingCapability' description: >- It represents the generic modelling capabilities of the NDT Function. @@ -212,7 +212,7 @@ components: performanceDataScalingFactor: type: integer maxItems: 1 - GenericModellingCapabilities: + GenericModellingCapability: type: object properties: enviromentModelling: -- GitLab From a5cfefade3ffa83e1f8ca661fff14c805e35bb1c Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Fri, 17 Apr 2026 14:07:23 +0800 Subject: [PATCH 6/7] Edit TS28561_NdtNrm.yaml --- OpenAPI/TS28561_NdtNrm.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28561_NdtNrm.yaml b/OpenAPI/TS28561_NdtNrm.yaml index ec0d1ae6..3bfbcebf 100644 --- a/OpenAPI/TS28561_NdtNrm.yaml +++ b/OpenAPI/TS28561_NdtNrm.yaml @@ -225,7 +225,11 @@ components: - MOVINGUEMODEL - DISTRIBUTEDUEMODEL serviceModelling: - type: string + enum: + - URLLC + - EMBB + - MMTC + #------Definition of JSON arrays for name-contained IOCs ---------------# -- GitLab From e5cd6389ce19c01ec40ffcad23c5f90099fb904d Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Fri, 17 Apr 2026 14:08:18 +0800 Subject: [PATCH 7/7] Edit TS28561_NdtNrm.yaml -- GitLab