Commit 6c8b596c authored by bradburyr's avatar bradburyr
Browse files

Fixed references to data types defined in TS 29.122.

parent ac409631
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -313,15 +313,15 @@ components:
          type: object
          properties:
            startTime:
              $ref: 'TS29571_CommonData.yaml#/components/schemas/TimeOfDay'
              $ref: 'TS29122_CommonData.yaml#/components/schemas/TimeOfDay'
            duration:
              $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationMin'
              $ref: 'TS29122_CommonData.yaml#/components/schemas/DurationMin'
            daysInWeek:
              type: array
              minItems: 1
              maxItems: 7
              items:
                $ref: 'TS29571_CommonData.yaml#/components/schemas/DayOfWeek'
                $ref: 'TS29122_CommonData.yaml#/components/schemas/DayOfWeek'
            numberOfOccurrences:
              type: integer
              minimum: 1
@@ -329,7 +329,7 @@ components:
              type: integer
              minimum: 1
            estimatedDataVolumePerUe:
              $ref: 'TS29571_CommonData.yaml#/components/schemas/UsageThreshold'
              $ref: 'TS29122_CommonData.yaml#/components/schemas/UsageThreshold'
            aggregatedDownlinkBitRate:
              $ref: 'TS29571_CommonData.yaml#/components/schemas/BitRate'
            aggregatedUplinkBitRate: