From baa37f9a25f342a65116d7d3af8bae640efcdbdc Mon Sep 17 00:00:00 2001 From: marthy Date: Fri, 24 May 2024 07:52:25 +0000 Subject: [PATCH 1/3] Update 2 files - /103280/TS_103_280.xsd - /103280/TS_103_280.schema.json --- 103280/TS_103_280.schema.json | 4 ++++ 103280/TS_103_280.xsd | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/103280/TS_103_280.schema.json b/103280/TS_103_280.schema.json index a6cca0c..0cd3840 100644 --- a/103280/TS_103_280.schema.json +++ b/103280/TS_103_280.schema.json @@ -203,6 +203,10 @@ "ServiceAccessIdentifier": { "type": "string" }, + "ICCID": { + "type": "string", + "pattern": "^[0-9]{32}$" + }, "IPAddress": { "oneOf": [ { diff --git a/103280/TS_103_280.xsd b/103280/TS_103_280.xsd index cdbafba..014cd72 100644 --- a/103280/TS_103_280.xsd +++ b/103280/TS_103_280.xsd @@ -286,4 +286,9 @@ + + + + + -- GitLab From 1d3aababe84d80c670f78529e50d80e7d91eb47d Mon Sep 17 00:00:00 2001 From: marthy Date: Fri, 24 May 2024 07:54:12 +0000 Subject: [PATCH 2/3] Update TS_103_280.schema.json --- 103280/TS_103_280.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/103280/TS_103_280.schema.json b/103280/TS_103_280.schema.json index 0cd3840..7a2bc43 100644 --- a/103280/TS_103_280.schema.json +++ b/103280/TS_103_280.schema.json @@ -203,7 +203,7 @@ "ServiceAccessIdentifier": { "type": "string" }, - "ICCID": { + "EID": { "type": "string", "pattern": "^[0-9]{32}$" }, -- GitLab From de1189b1e3cfc059cbbf742136478f4c3539d142 Mon Sep 17 00:00:00 2001 From: marthy Date: Tue, 18 Jun 2024 14:14:24 +0000 Subject: [PATCH 3/3] Update 2 files - /103280/TS_103_280.xsd - /103280/TS_103_280.schema.json --- 103280/TS_103_280.schema.json | 2 +- 103280/TS_103_280.xsd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/103280/TS_103_280.schema.json b/103280/TS_103_280.schema.json index 7a2bc43..458fdb9 100644 --- a/103280/TS_103_280.schema.json +++ b/103280/TS_103_280.schema.json @@ -203,7 +203,7 @@ "ServiceAccessIdentifier": { "type": "string" }, - "EID": { + "EUICCID": { "type": "string", "pattern": "^[0-9]{32}$" }, diff --git a/103280/TS_103_280.xsd b/103280/TS_103_280.xsd index 014cd72..4749a16 100644 --- a/103280/TS_103_280.xsd +++ b/103280/TS_103_280.xsd @@ -286,7 +286,7 @@ - + -- GitLab