Correct pm-streaming model 82/7582/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Wed, 19 Jan 2022 09:42:53 +0000 (10:42 +0100)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Wed, 19 Jan 2022 09:43:12 +0000 (10:43 +0100)
IssueID: OAM-245
Change-Id: I4848f3f1205b769b5c9ed499cf04d4e44bfeb776
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
solution/integration/smo/oam/ves-collector/externalRepo/o-ran-sc/experimental/o-ran-sc-du-hello-world-pm-streaming-oas3.yaml

index 361fc7e..e7fb2f3 100644 (file)
@@ -138,16 +138,16 @@ components:
             Example for a specific slice-differentiator (here sd=12345) subcounter of average downlink user equipment throughput
             /network-function/distributed-unit-functions[id='<id-value>']/cell[id='<id-value']/supported-measurements/performance-measurement-type[.='user-equipment-average-throughput-downlink']/supported-snssai-subcounter-instances/slice-differentiator[.=12345]";
         value:
-          # oneOf:
-            - type: boolean
-              description: A boolean value for the measurement.
-          type: integer
-          description: A integer value for the measurement.
-            - type: number
-              description: A number value for the measurement.
-            - type: string
-              description: A string value for the measurement.
-          description: 'The value of the measurement type for its period. '
+          anyOf: 
+            - type: boolean
+              description: A boolean value for the measurement.
+            - type: integer 
+              description: A integer value for the measurement.
+            - type: number
+              description: A number value for the measurement.
+            - type: string
+              description: A string value for the measurement.
+          description: 'The value of the measurement type for its period. '
         unit:
           type: string
           maxLength: 255