From f2a3c7f1d120b03c3fcb004d9611666b27157900 Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 12 Jan 2023 13:26:17 +0000 Subject: [PATCH 1/4] Initial draft --- 33128/r16/urn_3GPP_ns_li_3GPPX1Extensions.xsd | 22 +- .../xsd/TS_103_221_01_DestinationSet.xsd | 40 +++ .../xsd/TS_103_221_01_HashedID.xsd | 35 +++ ..._v010801.xsd => TS_103_221_01_v011301.xsd} | 230 +++++++++++++++++- 4 files changed, 324 insertions(+), 3 deletions(-) create mode 100644 testing/dependencies/xsd/TS_103_221_01_DestinationSet.xsd create mode 100644 testing/dependencies/xsd/TS_103_221_01_HashedID.xsd rename testing/dependencies/xsd/{TS_103_221_01_v010801.xsd => TS_103_221_01_v011301.xsd} (77%) diff --git a/33128/r16/urn_3GPP_ns_li_3GPPX1Extensions.xsd b/33128/r16/urn_3GPP_ns_li_3GPPX1Extensions.xsd index d0939779..725554db 100644 --- a/33128/r16/urn_3GPP_ns_li_3GPPX1Extensions.xsd +++ b/33128/r16/urn_3GPP_ns_li_3GPPX1Extensions.xsd @@ -1,13 +1,18 @@ + + + - - + + @@ -241,4 +246,17 @@ + + + + + + + + + + + + + diff --git a/testing/dependencies/xsd/TS_103_221_01_DestinationSet.xsd b/testing/dependencies/xsd/TS_103_221_01_DestinationSet.xsd new file mode 100644 index 00000000..1bdcb981 --- /dev/null +++ b/testing/dependencies/xsd/TS_103_221_01_DestinationSet.xsd @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/dependencies/xsd/TS_103_221_01_HashedID.xsd b/testing/dependencies/xsd/TS_103_221_01_HashedID.xsd new file mode 100644 index 00000000..f5e735d2 --- /dev/null +++ b/testing/dependencies/xsd/TS_103_221_01_HashedID.xsd @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/dependencies/xsd/TS_103_221_01_v010801.xsd b/testing/dependencies/xsd/TS_103_221_01_v011301.xsd similarity index 77% rename from testing/dependencies/xsd/TS_103_221_01_v010801.xsd rename to testing/dependencies/xsd/TS_103_221_01_v011301.xsd index 2cf52063..2d5ef5a2 100644 --- a/testing/dependencies/xsd/TS_103_221_01_v010801.xsd +++ b/testing/dependencies/xsd/TS_103_221_01_v011301.xsd @@ -1,6 +1,7 @@ - + + @@ -77,6 +78,7 @@ + @@ -95,12 +97,22 @@ + + + + + + + + + + @@ -109,6 +121,17 @@ + + + + + + + + + + + @@ -131,6 +154,7 @@ + @@ -154,6 +178,7 @@ + @@ -173,6 +198,8 @@ + + @@ -251,6 +278,7 @@ + @@ -288,6 +316,7 @@ + @@ -626,6 +655,7 @@ + @@ -655,6 +685,7 @@ + @@ -664,6 +695,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -729,6 +816,7 @@ + @@ -739,6 +827,7 @@ + @@ -787,4 +876,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- GitLab From ee1118e18de535800996ba415f13239ca70326b4 Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 12 Jan 2023 13:46:05 +0000 Subject: [PATCH 2/4] Moving changes to R18 --- 33128/r16/urn_3GPP_ns_li_3GPPX1Extensions.xsd | 24 +++---------------- 33128/r18/urn_3GPP_ns_li_3GPPX1Extensions.xsd | 15 ++++++++++++ 2 files changed, 18 insertions(+), 21 deletions(-) diff --git a/33128/r16/urn_3GPP_ns_li_3GPPX1Extensions.xsd b/33128/r16/urn_3GPP_ns_li_3GPPX1Extensions.xsd index 725554db..4dbf1861 100644 --- a/33128/r16/urn_3GPP_ns_li_3GPPX1Extensions.xsd +++ b/33128/r16/urn_3GPP_ns_li_3GPPX1Extensions.xsd @@ -1,18 +1,13 @@ - - - - - + + @@ -246,17 +241,4 @@ - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/33128/r18/urn_3GPP_ns_li_3GPPX1Extensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPX1Extensions.xsd index 788f1d1f..f756d1fa 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPX1Extensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPX1Extensions.xsd @@ -2,10 +2,12 @@ + @@ -379,4 +381,17 @@ + + + + + + + + + + + + + -- GitLab From f6d5bb6846aafdada1c3ab85cb251dbd94eed10a Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 12 Jan 2023 13:46:48 +0000 Subject: [PATCH 3/4] Reverting R16 changes --- 33128/r16/urn_3GPP_ns_li_3GPPX1Extensions.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r16/urn_3GPP_ns_li_3GPPX1Extensions.xsd b/33128/r16/urn_3GPP_ns_li_3GPPX1Extensions.xsd index 4dbf1861..d0939779 100644 --- a/33128/r16/urn_3GPP_ns_li_3GPPX1Extensions.xsd +++ b/33128/r16/urn_3GPP_ns_li_3GPPX1Extensions.xsd @@ -241,4 +241,4 @@ - \ No newline at end of file + -- GitLab From 522c9fe715935c93934f7dc9a81555fdd1ed2b1c Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 9 Feb 2023 15:24:49 +0000 Subject: [PATCH 4/4] Refactoring into TaskStatus extension --- 33128/r18/urn_3GPP_ns_li_3GPPX1Extensions.xsd | 30 +- .../xsd/TS_103_221_01_v011301.xsd | 1018 ---------------- .../xsd/TS_103_221_01_v011401.xsd | 1024 +++++++++++++++++ 3 files changed, 1044 insertions(+), 1028 deletions(-) delete mode 100644 testing/dependencies/xsd/TS_103_221_01_v011301.xsd create mode 100644 testing/dependencies/xsd/TS_103_221_01_v011401.xsd diff --git a/33128/r18/urn_3GPP_ns_li_3GPPX1Extensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPX1Extensions.xsd index f756d1fa..df7e98d4 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPX1Extensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPX1Extensions.xsd @@ -381,17 +381,27 @@ + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + diff --git a/testing/dependencies/xsd/TS_103_221_01_v011301.xsd b/testing/dependencies/xsd/TS_103_221_01_v011301.xsd deleted file mode 100644 index 2d5ef5a2..00000000 --- a/testing/dependencies/xsd/TS_103_221_01_v011301.xsd +++ /dev/null @@ -1,1018 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/testing/dependencies/xsd/TS_103_221_01_v011401.xsd b/testing/dependencies/xsd/TS_103_221_01_v011401.xsd new file mode 100644 index 00000000..9551e52b --- /dev/null +++ b/testing/dependencies/xsd/TS_103_221_01_v011401.xsd @@ -0,0 +1,1024 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- GitLab