From f8e96b9d9a35b51fa6ab4a0873f57a82bf2a9b12 Mon Sep 17 00:00:00 2001 From: yaoyiz Date: Fri, 3 Nov 2023 17:11:16 +0000 Subject: [PATCH 1/7] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 90147452c..530161cdd 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -3264,7 +3264,8 @@ components: properties: EP_NL3: $ref: '#/components/schemas/EP_NL3-Multiple' - + AnLFFunction: + $ref: '#/components/schemas/AnLFFunction-Single' ScpFunction-Single: allOf: - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top' @@ -4845,6 +4846,22 @@ components: $ref: 'TS28541_NrNrm.yaml#/components/schemas/LocalAddress' remoteAddress: $ref: 'TS28541_NrNrm.yaml#/components/schemas/RemoteAddress' + AnLFFunction-Single: + allOf: + - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top' + - type: object + properties: + attributes: + allOf: + - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-Attr' + - type: object + properties: + supportedAnalyticIDs: + type: array + items: + type: string + minItems: 1 + - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO' #-------- Definition of JSON arrays for name-contained IOCs ---------------------- -- GitLab From 1b3a9b5219c494c2fd271024ac70079486feb2cb Mon Sep 17 00:00:00 2001 From: yaoyiz Date: Fri, 17 Nov 2023 21:02:29 +0000 Subject: [PATCH 2/7] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 530161cdd..c2964bf06 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -4853,7 +4853,6 @@ components: properties: attributes: allOf: - - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-Attr' - type: object properties: supportedAnalyticIDs: @@ -4861,7 +4860,6 @@ components: items: type: string minItems: 1 - - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO' #-------- Definition of JSON arrays for name-contained IOCs ---------------------- -- GitLab From 3bd943cca878a6c4a15157c5c4a5d809a01f1857 Mon Sep 17 00:00:00 2001 From: yaoyiz Date: Fri, 17 Nov 2023 21:07:06 +0000 Subject: [PATCH 3/7] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index c2964bf06..34ab121bf 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -4855,11 +4855,11 @@ components: allOf: - type: object properties: - supportedAnalyticIDs: - type: array - items: - type: string - minItems: 1 + activationStatus: + type: string + enum: + - ACTIVATED + - DEACTIVATED #-------- Definition of JSON arrays for name-contained IOCs ---------------------- -- GitLab From 807e80299fcb22cd9450f2aa352df7f2b006217f Mon Sep 17 00:00:00 2001 From: yaoyiz Date: Fri, 3 Nov 2023 17:11:16 +0000 Subject: [PATCH 4/7] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index c4595a5d1..687ec5510 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -3463,6 +3463,8 @@ components: $ref: '#/components/schemas/EP_NL3-Multiple' EP_N34: $ref: '#/components/schemas/EP_N34-Multiple' + AnLFFunction: + $ref: '#/components/schemas/AnLFFunction-Single' - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO' ScpFunction-Single: @@ -5092,6 +5094,7 @@ components: $ref: 'TS28541_NrNrm.yaml#/components/schemas/LocalAddress' remoteAddress: $ref: 'TS28541_NrNrm.yaml#/components/schemas/RemoteAddress' + EP_SM12-Single: allOf: - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top' @@ -5135,6 +5138,23 @@ components: remoteAddress: $ref: 'TS28541_NrNrm.yaml#/components/schemas/RemoteAddress' + AnLFFunction-Single: + allOf: + - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top' + - type: object + properties: + attributes: + allOf: + - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-Attr' + - type: object + properties: + supportedAnalyticIDs: + type: array + items: + type: string + minItems: 1 + - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO' + #-------- Definition of JSON arrays for name-contained IOCs ---------------------- SubNetwork-Multiple: -- GitLab From f5d01e0d8543dd8573847936edc27c0f6c88e2ea Mon Sep 17 00:00:00 2001 From: yaoyiz Date: Fri, 17 Nov 2023 21:02:29 +0000 Subject: [PATCH 5/7] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 687ec5510..bc5a68237 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -5145,7 +5145,6 @@ components: properties: attributes: allOf: - - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-Attr' - type: object properties: supportedAnalyticIDs: @@ -5153,7 +5152,6 @@ components: items: type: string minItems: 1 - - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO' #-------- Definition of JSON arrays for name-contained IOCs ---------------------- -- GitLab From 24f4cfe7e96c617ece76fe9f7796320610b15ad4 Mon Sep 17 00:00:00 2001 From: yaoyiz Date: Fri, 17 Nov 2023 21:07:06 +0000 Subject: [PATCH 6/7] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index bc5a68237..16e6d3e7c 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -5147,11 +5147,11 @@ components: allOf: - type: object properties: - supportedAnalyticIDs: - type: array - items: - type: string - minItems: 1 + activationStatus: + type: string + enum: + - ACTIVATED + - DEACTIVATED #-------- Definition of JSON arrays for name-contained IOCs ---------------------- -- GitLab From bcf0a047e6e6c4d0f57e5b1083eec1e03fa5f28c Mon Sep 17 00:00:00 2001 From: sunse Date: Wed, 22 Nov 2023 07:05:41 +0000 Subject: [PATCH 7/7] fixing issue from rebase, Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index f01d318a4..b38d4c100 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -5152,21 +5152,6 @@ components: remoteAddress: $ref: 'TS28541_NrNrm.yaml#/components/schemas/RemoteAddress' - AnLFFunction-Single: - allOf: - - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top' - - type: object - properties: - attributes: - allOf: - - type: object - properties: - activationStatus: - type: string - enum: - - ACTIVATED - - DEACTIVATED - #-------- Definition of JSON arrays for name-contained IOCs ---------------------- SubNetwork-Multiple: -- GitLab