From e7f4b691d764c35244945d42977a2e1e2696dc84 Mon Sep 17 00:00:00 2001 From: Masaharu Hattori <112887632+Masa8106@users.noreply.github.com> Date: Thu, 30 Jul 2026 17:12:23 +0100 Subject: [PATCH 1/2] Update duration maximum in QoS B&A --- code/API_definitions/qos-booking-and-assignment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/API_definitions/qos-booking-and-assignment.yaml b/code/API_definitions/qos-booking-and-assignment.yaml index 754ce33..415f033 100644 --- a/code/API_definitions/qos-booking-and-assignment.yaml +++ b/code/API_definitions/qos-booking-and-assignment.yaml @@ -1021,7 +1021,7 @@ components: type: integer format: int32 minimum: 1 - maximum: 86400 + maximum: 2147483647 example: 3600 Devices: From 538cae16f1696d04442786bd58e494b7ffc59704 Mon Sep 17 00:00:00 2001 From: Masaharu Hattori <112887632+Masa8106@users.noreply.github.com> Date: Thu, 30 Jul 2026 17:14:37 +0100 Subject: [PATCH 2/2] Update duration maximum in QoS B --- code/API_definitions/qos-booking.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/API_definitions/qos-booking.yaml b/code/API_definitions/qos-booking.yaml index 68441cb..596680d 100644 --- a/code/API_definitions/qos-booking.yaml +++ b/code/API_definitions/qos-booking.yaml @@ -481,8 +481,7 @@ components: type: integer format: int32 minimum: 1 - maximum: 31622400 - # Assume 1 year + maximum: 2147483647 serviceArea: $ref: "#/components/schemas/Area" required: