From 8dce52c53e35c5e761966cb0dea775094d34dc7a Mon Sep 17 00:00:00 2001 From: vanschelts Date: Thu, 14 Dec 2023 07:57:03 +0100 Subject: [PATCH] Align minimum VLAN ID with ASN.1 definition --- 103280/TS_103_280.schema.json | 4 ++-- 103280/TS_103_280.xsd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/103280/TS_103_280.schema.json b/103280/TS_103_280.schema.json index 29293b8..1d1e0c0 100644 --- a/103280/TS_103_280.schema.json +++ b/103280/TS_103_280.schema.json @@ -193,7 +193,7 @@ }, "VLANID": { "type": "integer", - "exclusiveMinimum": 0, + "minimum": 0, "maximum": 4095 }, "IPAddress": { @@ -391,4 +391,4 @@ ] } } -} \ No newline at end of file +} diff --git a/103280/TS_103_280.xsd b/103280/TS_103_280.xsd index 04ac189..1eb1228 100644 --- a/103280/TS_103_280.xsd +++ b/103280/TS_103_280.xsd @@ -274,7 +274,7 @@ - + -- GitLab