Commit f3a69a29 authored by bradburyr's avatar bradburyr
Browse files

Switched to using IpAddr data type from TS 29.571.

parent 5d69277c
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -75,22 +75,22 @@ components:
      required:
        - direction
      properties:
        sourceIp:
          type: string
        destinationIp:
          type: string
        sourceAddress:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/IpAddr'
        destinationAddress:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/IpAddr'
        protocolNumber:
          $ref: '#/components/schemas/Uint8'
        sourcePort:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uint16'
        destinationPort:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uint16'
        toSTrafficClass:
          type: string
        differentiatedServicesCodePoint:
          $ref: '#/components/schemas/Uint6'
        flowLabel:
          type: '#/components/schemas/Uint20'
        securityParametersIndex:
          $ref: '#/components/schemas/Uint32'
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uint32'
        direction:
          type: string