Commit 9100f1bd authored by ruiyue's avatar ruiyue
Browse files

Update 2 files

- /OpenAPI/TS28623_GenericNrm.yaml
- /OpenAPI/TS28541_5GcNrm.yaml
parent c39f7361
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -750,7 +750,7 @@ components:
      description: This datatype is used for readOnly attribute
      type: array
      items:
        $ref: 'TS28623_GenericNrm.yaml#/components/schemas/TaiRo'          
        $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tai'          
    SupiRange:
      type: object
      properties:
+1 −17
Original line number Diff line number Diff line
@@ -169,26 +169,10 @@ components:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Mnc'
        tac:
          $ref: '#/components/schemas/Tac'
    TaiRo:
      type: object
      description: This datatype is used for readOnly attribute
      properties:
        mcc:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/MccRo'
        mnc:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/MncRo'
        tac:
          $ref: '#/components/schemas/TacRo'

    Tac:
      type: string
      description: This datatype is used for writable attribute      
      pattern: '(^[A-Fa-f0-9]{4}$)|(^[A-Fa-f0-9]{6}$)'   
    TacRo:
      type: string
      description: This datatype is used for readOnly attribute      
      pattern: '(^[A-Fa-f0-9]{4}$)|(^[A-Fa-f0-9]{6}$)'
      readOnly: true      
    EutraCellId:
      type: string
      pattern: '^[A-Fa-f0-9]{7}$'