From 59a0f5e384c529db7179b23e4379a2ce51c2f428 Mon Sep 17 00:00:00 2001 From: DODDSTH Date: Fri, 28 Jun 2024 20:35:57 +0000 Subject: [PATCH 1/8] Initial additions --- .../urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd | 309 ++++++++++++++++++ 1 file changed, 309 insertions(+) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd index 0facb4f5..089c66b7 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -163,6 +163,7 @@ + @@ -199,4 +200,312 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- GitLab From 2d74b996b098ad28be2fc3ff8e43970f7c86915b Mon Sep 17 00:00:00 2001 From: DODDSTH Date: Tue, 9 Jul 2024 11:53:57 +0000 Subject: [PATCH 2/8] Adjusted the number values to be integers vs regex restricted strings --- .../urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd index 089c66b7..0308fd34 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -251,8 +251,9 @@ - - + + + @@ -450,8 +451,9 @@ - - + + + @@ -462,8 +464,9 @@ - - + + + @@ -499,8 +502,9 @@ - - + + + -- GitLab From 8ce150197a834cbb73455ccd0b0384ef63b4da19 Mon Sep 17 00:00:00 2001 From: DODDSTH Date: Tue, 9 Jul 2024 12:04:52 +0000 Subject: [PATCH 3/8] adjusted the cell identifier types to include a minimum length if the ID is a HEX string vs a BIT STRING. Still needs discussion. --- .../r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd index 0308fd34..aa788005 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -318,7 +318,7 @@ - + @@ -332,19 +332,19 @@ - + - + - + @@ -359,25 +359,25 @@ - + - + - + - + -- GitLab From 1b5cb1632eb3766ca27b923ea827a0fcc6e03545 Mon Sep 17 00:00:00 2001 From: DODDSTH Date: Wed, 10 Jul 2024 18:54:37 +0000 Subject: [PATCH 4/8] Added a flag to the LIHIQRFlags for CSI --- 33128/r18/TS33128Dictionaries.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/33128/r18/TS33128Dictionaries.xml b/33128/r18/TS33128Dictionaries.xml index 367c1eec..666faa7a 100644 --- a/33128/r18/TS33128Dictionaries.xml +++ b/33128/r18/TS33128Dictionaries.xml @@ -70,6 +70,10 @@ IncludeNCGIInResponse A request for returning the NCGI and additional CGIs in the response. + + IncludeCSIInResponse + A request for returning CellSupplementalInformation in the response. + -- GitLab From 38eb29d1ca5755284dea1d74072d92ed594388fe Mon Sep 17 00:00:00 2001 From: DODDSTH Date: Wed, 10 Jul 2024 19:15:56 +0000 Subject: [PATCH 5/8] Changed RFBand string from LongString to ShortString --- 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 aa788005..9342309d 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -509,7 +509,7 @@ - + -- GitLab From c12bf5c7f4160f64dc1a3d2830c64316594f2c43 Mon Sep 17 00:00:00 2001 From: DODDSTH Date: Thu, 11 Jul 2024 10:18:31 +0000 Subject: [PATCH 6/8] Adjusted the GNbID, NGENbID, and ENbID types to match the 29.571 definition of the IDs vs the previous attempt to convert ASN.1 BIT STRING. --- .../urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd | 64 ++++--------------- 1 file changed, 12 insertions(+), 52 deletions(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd index 9342309d..b4f22e72 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -316,70 +316,30 @@ - - - - - - - - - - - - + + + + + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - + - + - - - - - - - - - - - - - + -- GitLab From 63a0f48cb071de88bb51fdcc12deb7e935717b49 Mon Sep 17 00:00:00 2001 From: DODDSTH Date: Thu, 11 Jul 2024 10:22:48 +0000 Subject: [PATCH 7/8] Previous build failed due to missmatching type on lines 336&342 --- 33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd index b4f22e72..3d665228 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -333,13 +333,13 @@ - + - + -- GitLab From d84d60f59d8923d2348a86fafce022f4575fac7a Mon Sep 17 00:00:00 2001 From: DODDSTH Date: Thu, 11 Jul 2024 10:45:39 +0000 Subject: [PATCH 8/8] Had to build a simple type for GNbID length to restrict the integer length --- 33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd index 3d665228..2939311d 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -318,11 +318,18 @@ - + + + + + + + + -- GitLab