Commit d874d08f authored by shixixi's avatar shixixi Committed by ruiyue
Browse files

Edit TS28623_TraceControlNrm.yaml

parent f5d66230
Loading
Loading
Loading
Loading
Loading
+6 −16
Original line number Diff line number Diff line
@@ -1477,22 +1477,12 @@ components:
          nTNGeoAreaList:
            type: array
            items:
              $ref: '#/components/schemas/NTNGeographicalArea'
    NTNGeographicalArea:
      type: object
      properties:
        nTNGeographicalArea:
              type: array
              items:
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea'
              minItems: 1
              maxItems: 8
        mDTplmnList:
          type: array
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
          minItems: 0
          maxItems: 16          
        


    Tai: