Commit 45497a90 authored by ruiyue's avatar ruiyue
Browse files

Replace TS28623_ManagementDataCollectionNrm.yaml

parent 7400210b
Loading
Loading
Loading
Loading
Loading
+13 −9
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: Management Data Collection NRM
  version: 20.0.0
  version: 20.1.0
  description: >-
    OAS 3.0.1 definition of the Management Data Collection NRM fragment
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
externalDocs:
  description: 3GPP TS 28.623; Generic NRM, Management Data Collection NRM
@@ -34,13 +34,17 @@ components:
          $ref: '#/components/schemas/mgtDataName'
        uniqueItems: true  
    mgtDataCategory:
      type: string
      oneOf:
        - type: string
          enum:
            - COVERAGE
            - CAPACITY
            - SERVICE_EXPERIENCE
            - TRACE
            - ENERGY_EFFICIENCY
            - MOBILITY
            - ACCESSIBILITY
        - type: string 
    mgtDataName:
      type: string
    NodeFilter: