Commit 19bb9242 authored by gautamd's avatar gautamd
Browse files

Add new file

parent 234f1d5a
Loading
Loading
Loading
Loading
Loading
+66 −0
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: Signalling traffic monitoring management
  version: 19.0.1
  description: >-
    OAS 3.0.1 specification of the StmCtrl NRM
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
externalDocs:
  description: 3GPP TS 28.560; StmCtrl NRM
  url: http://www.3gpp.org/ftp/Specs/archive/28_series/28.560/
paths: {}
components:
  schemas:
  
#-------- Definition of types-----------------------------------------------------
    TargetSignallingType:
      type: object
      properties:
        serviceOperation:
          $ref: '#/components/schemas/ServiceOperation'
        networkInterface:
          type: string
    ServiceOperation:
      oneOf:
        - type: object
          properties:
            aLL:
              type: boolean
        - type: object
          properties:
            serviceOperationList:
              type: string
#-------- Definition of concrete IOCs --------------------------------------------

    StmCtrl-Single:
      allOf:
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
        - type: object
          properties:
            reportingNFList:
              $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
            networkInterfaceTypeList:
              type: string      
            stmTargetUri:
              type: string      
            administrativeState:
              $ref: 'TS28623_ComDefs.yaml#/components/schemas/AdministrativeState'   
            operationalState:
              $ref: 'TS28623_ComDefs.yaml#/components/schemas/OperationalState'
            targetSignallingType:
              $ref: '#/components/schemas/TargetSignallingType'    
 
#-------- Definition of JSON arrays for name-contained IOCs ----------------------                               

    StmCtrl-Multiple:
      type: array
      items:
        $ref: '#/components/schemas/StmCtrl-Single'   

#--------------------------------- Definition ------------------------------------                          

    resources-StmCtrl:
      oneOf:
        - $ref: '#/components/schemas/StmCtrl-Single'