From 16307951f7c326e2651739d9135e500f2c7f6935 Mon Sep 17 00:00:00 2001 From: DODDSTH Date: Tue, 2 Apr 2024 14:13:07 +0000 Subject: [PATCH 01/10] Added a new flag to LIHIQRFlags dictionary --- 33128/r18/TS33128Dictionaries.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/33128/r18/TS33128Dictionaries.xml b/33128/r18/TS33128Dictionaries.xml index 948c9e5d..677303bf 100644 --- a/33128/r18/TS33128Dictionaries.xml +++ b/33128/r18/TS33128Dictionaries.xml @@ -70,6 +70,10 @@ IncludeNCGIInResponse A request for returning the NCGI in the response. + + IncludeAdditionalCGIsInResponse + A request for returning the AdditionalCGIs in the response. + -- GitLab From 7e993a095ade98fdf0e94d4ebf3405ac51dc3357 Mon Sep 17 00:00:00 2001 From: DODDSTH Date: Tue, 2 Apr 2024 15:17:09 +0000 Subject: [PATCH 02/10] Added AdditionalCGI structure to ID Query Extentions --- .../urn_3GPP_ns_li_3GPPIdentityExtensions.xsd | 1 + .../urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd | 391 ++++++++++-------- 2 files changed, 210 insertions(+), 182 deletions(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd index 347ad782..73ba1da3 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd @@ -46,6 +46,7 @@ + diff --git a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd index e8049e8f..a8c2ee5b 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -1,182 +1,209 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- GitLab From b8a56e228407c7dae93e4cec5dadea8f99306d26 Mon Sep 17 00:00:00 2001 From: DODDSTH Date: Tue, 2 Apr 2024 15:49:59 +0000 Subject: [PATCH 03/10] Trying to fix the emptyelement --- 33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd index a8c2ee5b..f84936a7 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -182,7 +182,7 @@ - + -- GitLab From 43d44c1e2f30f0de7b28767efcae7d6f1b4d861a Mon Sep 17 00:00:00 2001 From: DODDSTH Date: Tue, 2 Apr 2024 16:07:06 +0000 Subject: [PATCH 04/10] Removed EmptyElement - replaced with a fixed string --- 33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd index f84936a7..a44d2068 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -182,7 +182,7 @@ - + -- GitLab From a1e7fb3e598764bc842fc4683dbf604ceb8881c4 Mon Sep 17 00:00:00 2001 From: DODDSTH Date: Thu, 4 Apr 2024 12:38:14 +0000 Subject: [PATCH 05/10] Update 2 files - /33128/r18/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd - /33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd --- .../urn_3GPP_ns_li_3GPPIdentityExtensions.xsd | 2 +- .../urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd | 19 ++++++------------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd index 73ba1da3..b3be1a63 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd @@ -46,7 +46,7 @@ - + diff --git a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd index a44d2068..e6f4c925 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -179,26 +179,19 @@ - - - - - - - - + - - - - + + + + - + -- GitLab From 104ec4c734fb5c0a313698ceec8f78bf7dc2aab2 Mon Sep 17 00:00:00 2001 From: DODDSTH Date: Thu, 4 Apr 2024 13:16:11 +0000 Subject: [PATCH 06/10] Update urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd -- GitLab From 271628543b98cee87842680a94825e3de88857bb Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 4 Apr 2024 14:23:35 +0100 Subject: [PATCH 07/10] Reverting to CRLF for now (fix in maintenance later) --- .../urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd | 404 +++++++++--------- 1 file changed, 202 insertions(+), 202 deletions(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd index e6f4c925..e53701ef 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -1,202 +1,202 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- GitLab From 18130f299e26f96740faa9157a7035fb0e69ccfd Mon Sep 17 00:00:00 2001 From: DODDSTH Date: Thu, 4 Apr 2024 19:53:03 +0000 Subject: [PATCH 08/10] changed the new element name to better align with the written language in 128 --- 33128/r18/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd index b3be1a63..5fd6b17e 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd @@ -46,7 +46,7 @@ - + -- GitLab From 8597eb31b76920e321021a18be563dc9fb39eb04 Mon Sep 17 00:00:00 2001 From: DODDSTH Date: Thu, 4 Apr 2024 19:57:23 +0000 Subject: [PATCH 09/10] Typo correction --- 33128/r18/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd index 5fd6b17e..beef0ca2 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd @@ -46,7 +46,7 @@ - + -- GitLab From f194b1b88eddc2b2a8b83f7e8edb1e13f55da72d Mon Sep 17 00:00:00 2001 From: DODDSTH Date: Thu, 18 Apr 2024 16:11:48 +0000 Subject: [PATCH 10/10] Removed the new dictionary entry and modified the meaning of the old entry --- 33128/r18/TS33128Dictionaries.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/33128/r18/TS33128Dictionaries.xml b/33128/r18/TS33128Dictionaries.xml index 677303bf..afe39bb9 100644 --- a/33128/r18/TS33128Dictionaries.xml +++ b/33128/r18/TS33128Dictionaries.xml @@ -68,11 +68,7 @@ IncludeNCGIInResponse - A request for returning the NCGI in the response. - - - IncludeAdditionalCGIsInResponse - A request for returning the AdditionalCGIs in the response. + A request for returning the NCGI and additional CGIs in the response. -- GitLab