From d9c510247d183ffa8d50111b552a7333bbcc8550 Mon Sep 17 00:00:00 2001 From: turkovic Date: Thu, 27 Jun 2024 13:05:29 +0000 Subject: [PATCH 01/34] add e-cid mesurement fields to the xsds --- 33128/r18/TS33128Dictionaries.xml | 10 +++++- .../urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd | 8 +++++ .../r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd | 36 ++++++++++++++++++- 3 files changed, 52 insertions(+), 2 deletions(-) diff --git a/33128/r18/TS33128Dictionaries.xml b/33128/r18/TS33128Dictionaries.xml index 367c1eec..892d56db 100644 --- a/33128/r18/TS33128Dictionaries.xml +++ b/33128/r18/TS33128Dictionaries.xml @@ -76,9 +76,17 @@ 3GPP LIHILAFlags + + NetworkProvidedLocation + Indicates whether network provided location of the UE is requested. + ReqCurrentLoc - Indicates whether the current location of the UE is requested. + Indicates whether the current location of the UE is requested requested in case network provided location of the UE is requested. + + + ECIDMeasurements + Indicates whether E-CID measurements of the UE are requested. diff --git a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd index 0facb4f5..3bd62620 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -157,6 +157,14 @@ + + + + + + + + diff --git a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd index 9764799e..03adc53b 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd @@ -9,7 +9,9 @@ - + + + @@ -46,6 +48,8 @@ + + @@ -61,6 +65,18 @@ + + + + + + + + + + + + @@ -79,4 +95,22 @@ + + + + + + + + + + + + + + + + + + -- GitLab From ce1bb54d9c1e67ad289888193c6dfda72e630ec9 Mon Sep 17 00:00:00 2001 From: turkovic Date: Thu, 27 Jun 2024 14:21:43 +0000 Subject: [PATCH 02/34] use ReqCurrentLoc instead of reqCurrentLoc --- 33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd index 03adc53b..acc0237f 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd @@ -10,7 +10,7 @@ - + -- GitLab From 3fbc528a6bfdd1b0a6c21d057b0601d4f3961ab1 Mon Sep 17 00:00:00 2001 From: turkovic Date: Thu, 27 Jun 2024 14:25:15 +0000 Subject: [PATCH 03/34] use ReqCurrentLoc instead of reqCurrentLoc --- 33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd index acc0237f..3756c021 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd @@ -10,7 +10,7 @@ - + -- GitLab From 77b82aa52492e7373df778d970b30fcc32876723 Mon Sep 17 00:00:00 2001 From: Steije van Schelt <22-vanschelts@users.noreply.gitlab.example.com> Date: Thu, 11 Jul 2024 09:23:47 +0000 Subject: [PATCH 04/34] remove duplicated "requested" --- 33128/r18/TS33128Dictionaries.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r18/TS33128Dictionaries.xml b/33128/r18/TS33128Dictionaries.xml index 892d56db..1d3d5b27 100644 --- a/33128/r18/TS33128Dictionaries.xml +++ b/33128/r18/TS33128Dictionaries.xml @@ -82,7 +82,7 @@ ReqCurrentLoc - Indicates whether the current location of the UE is requested requested in case network provided location of the UE is requested. + Indicates whether the current location of the UE is requested in case network provided location of the UE is requested. ECIDMeasurements -- GitLab From 7d929e6b7e259ae00f759ebf7b3851c8bfd65b9f Mon Sep 17 00:00:00 2001 From: grahamj Date: Thu, 11 Jul 2024 11:55:24 +0000 Subject: [PATCH 05/34] Use ExternalASNType as tyoe for ECIDMeasurements and FailureCause --- .../urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd | 23 ++++++++++++++++--- .../r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd | 4 ++-- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd index 3bd62620..3845b59c 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -157,11 +157,28 @@ - - + + + + + + + + + + + + + + + - + + + + + diff --git a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd index 3756c021..2b0fe67a 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd @@ -108,8 +108,8 @@ - - + + -- GitLab From 133a570f7ce8f4beb68b72013aca670e229bc120 Mon Sep 17 00:00:00 2001 From: turkovic Date: Thu, 11 Jul 2024 11:59:30 +0000 Subject: [PATCH 06/34] Switch ExternalASNType to liqr:ExternalASNType --- 33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd index 2b0fe67a..08d2bd99 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd @@ -108,8 +108,8 @@ - - + + -- GitLab From 906b634e8a33afaa378ab35c721b479972211401 Mon Sep 17 00:00:00 2001 From: turkovic Date: Thu, 11 Jul 2024 12:04:48 +0000 Subject: [PATCH 07/34] do the same change for ECIDMeasurementsOutcome as for EPCECIDMeasurementsOutcome --- 33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd index 08d2bd99..c53a97e9 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd @@ -99,8 +99,8 @@ - - + + -- GitLab From 25616170b1a85d732f2ec8cf08843a880d16ebed Mon Sep 17 00:00:00 2001 From: grahamj Date: Thu, 11 Jul 2024 12:33:19 +0000 Subject: [PATCH 08/34] Update file urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd --- 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 3845b59c..0243df7b 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -176,7 +176,7 @@ - + -- GitLab From a3b50778dc6f2a0c906164e04121eb75ce003aca Mon Sep 17 00:00:00 2001 From: turkovic Date: Thu, 11 Jul 2024 13:23:07 +0000 Subject: [PATCH 09/34] add AlignedPER and BER as the option for ExternalASNValue --- .../urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd index 0243df7b..c0e9ecde 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -157,13 +157,11 @@ - - - + @@ -178,7 +176,18 @@ - + + + + + + + + + + + + -- GitLab From 5038d328a53b6ece8ed695fd0d07ddd9b7233c0f Mon Sep 17 00:00:00 2001 From: turkovic Date: Thu, 11 Jul 2024 14:28:40 +0000 Subject: [PATCH 10/34] switch to lists for MSISDNs and GPSI --- 33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd | 12 ++++++++++++ 33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd | 8 ++++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd index c0e9ecde..e78a6c2f 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -121,6 +121,18 @@ + + + + + + + + + + + + diff --git a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd index c53a97e9..e3ad7781 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd @@ -80,7 +80,7 @@ - + @@ -89,7 +89,7 @@ - + @@ -98,7 +98,7 @@ - + @@ -107,7 +107,7 @@ - + -- GitLab From 7c9b6a56f576bebaec353192f6ceaa018b570f3c Mon Sep 17 00:00:00 2001 From: turkovic Date: Thu, 11 Jul 2024 14:34:33 +0000 Subject: [PATCH 11/34] fix linting errors --- 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 e78a6c2f..4fb33ce9 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -123,13 +123,13 @@ - + - + -- GitLab From 0450625ac1667a38ec78c7fd7c50b362fdb3bccf Mon Sep 17 00:00:00 2001 From: turkovic Date: Thu, 11 Jul 2024 15:08:51 +0000 Subject: [PATCH 12/34] switch from network provided location to location information --- 33128/r18/TS33128Dictionaries.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/33128/r18/TS33128Dictionaries.xml b/33128/r18/TS33128Dictionaries.xml index 1d3d5b27..4215d248 100644 --- a/33128/r18/TS33128Dictionaries.xml +++ b/33128/r18/TS33128Dictionaries.xml @@ -77,12 +77,12 @@ LIHILAFlags - NetworkProvidedLocation - Indicates whether network provided location of the UE is requested. + LocationInformation + Indicates whether location information of the UE is requested. ReqCurrentLoc - Indicates whether the current location of the UE is requested in case network provided location of the UE is requested. + Indicates whether the current location of the UE is requested in case location information of the UE is requested. ECIDMeasurements -- GitLab From fb0ac5107fd8cdb9ec8a1c6ab76d5fd465ca5385 Mon Sep 17 00:00:00 2001 From: turkovic Date: Thu, 11 Jul 2024 15:09:47 +0000 Subject: [PATCH 13/34] switch from network provided location to location information --- 33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd index e3ad7781..0b1eff5e 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd @@ -9,7 +9,7 @@ - + -- GitLab From f5588f60026e69984eb4af19cc61e1dd6a6998e5 Mon Sep 17 00:00:00 2001 From: turkovic Date: Thu, 11 Jul 2024 15:13:24 +0000 Subject: [PATCH 14/34] fix location acq dict description --- 33128/r18/TS33128Dictionaries.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r18/TS33128Dictionaries.xml b/33128/r18/TS33128Dictionaries.xml index 4215d248..789688ca 100644 --- a/33128/r18/TS33128Dictionaries.xml +++ b/33128/r18/TS33128Dictionaries.xml @@ -58,7 +58,7 @@ LocationAcquisition - A request for location information of the target, consisting at least of the TAI and the NCGI. + A request for location acquisition information of the target. -- GitLab From 63b675b78255c18f16b873381b854df98eb86c42 Mon Sep 17 00:00:00 2001 From: grahamj Date: Fri, 12 Jul 2024 08:47:35 +0000 Subject: [PATCH 15/34] Update file urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd --- 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 4fb33ce9..ff932d52 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -173,7 +173,7 @@ - + -- GitLab From 2bf6eceb06e05b4ec1734276795e2c22e115be9f Mon Sep 17 00:00:00 2001 From: turkovic Date: Thu, 27 Jun 2024 13:05:29 +0000 Subject: [PATCH 16/34] add e-cid mesurement fields to the xsds --- 33128/r18/TS33128Dictionaries.xml | 10 +++++- .../urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd | 8 +++++ .../r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd | 36 ++++++++++++++++++- 3 files changed, 52 insertions(+), 2 deletions(-) diff --git a/33128/r18/TS33128Dictionaries.xml b/33128/r18/TS33128Dictionaries.xml index 666faa7a..996f7305 100644 --- a/33128/r18/TS33128Dictionaries.xml +++ b/33128/r18/TS33128Dictionaries.xml @@ -80,9 +80,17 @@ 3GPP LIHILAFlags + + NetworkProvidedLocation + Indicates whether network provided location of the UE is requested. + ReqCurrentLoc - Indicates whether the current location of the UE is requested. + Indicates whether the current location of the UE is requested requested in case network provided location of the UE is requested. + + + ECIDMeasurements + Indicates whether E-CID measurements of the UE are requested. diff --git a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd index 2939311d..5d5e0636 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -157,6 +157,14 @@ + + + + + + + + diff --git a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd index 9764799e..03adc53b 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd @@ -9,7 +9,9 @@ - + + + @@ -46,6 +48,8 @@ + + @@ -61,6 +65,18 @@ + + + + + + + + + + + + @@ -79,4 +95,22 @@ + + + + + + + + + + + + + + + + + + -- GitLab From e82dcd83c10dc3107fa96e286abcbbee6247d3c3 Mon Sep 17 00:00:00 2001 From: turkovic Date: Thu, 27 Jun 2024 14:21:43 +0000 Subject: [PATCH 17/34] use ReqCurrentLoc instead of reqCurrentLoc --- 33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd index 03adc53b..acc0237f 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd @@ -10,7 +10,7 @@ - + -- GitLab From 1ef7e0cd6d8050da8731fd947c3a51d13821b42a Mon Sep 17 00:00:00 2001 From: turkovic Date: Thu, 27 Jun 2024 14:25:15 +0000 Subject: [PATCH 18/34] use ReqCurrentLoc instead of reqCurrentLoc --- 33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd index acc0237f..3756c021 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd @@ -10,7 +10,7 @@ - + -- GitLab From 6df519b993e01d3b60b39f1486b471ee9dc61047 Mon Sep 17 00:00:00 2001 From: Steije van Schelt <22-vanschelts@users.noreply.gitlab.example.com> Date: Thu, 11 Jul 2024 09:23:47 +0000 Subject: [PATCH 19/34] remove duplicated "requested" --- 33128/r18/TS33128Dictionaries.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r18/TS33128Dictionaries.xml b/33128/r18/TS33128Dictionaries.xml index 996f7305..38fd525e 100644 --- a/33128/r18/TS33128Dictionaries.xml +++ b/33128/r18/TS33128Dictionaries.xml @@ -86,7 +86,7 @@ ReqCurrentLoc - Indicates whether the current location of the UE is requested requested in case network provided location of the UE is requested. + Indicates whether the current location of the UE is requested in case network provided location of the UE is requested. ECIDMeasurements -- GitLab From b76c64c9892480001bf9a42d67de37be4bcedb8e Mon Sep 17 00:00:00 2001 From: grahamj Date: Thu, 11 Jul 2024 11:55:24 +0000 Subject: [PATCH 20/34] Use ExternalASNType as tyoe for ECIDMeasurements and FailureCause --- .../urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd | 23 ++++++++++++++++--- .../r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd | 4 ++-- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd index 5d5e0636..aca1e1ae 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -157,11 +157,28 @@ - - + + + + + + + + + + + + + + + - + + + + + diff --git a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd index 3756c021..2b0fe67a 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd @@ -108,8 +108,8 @@ - - + + -- GitLab From 95a8c312b387ebf6076af0e96c31104ff8dd28a3 Mon Sep 17 00:00:00 2001 From: turkovic Date: Thu, 11 Jul 2024 11:59:30 +0000 Subject: [PATCH 21/34] Switch ExternalASNType to liqr:ExternalASNType --- 33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd index 2b0fe67a..08d2bd99 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd @@ -108,8 +108,8 @@ - - + + -- GitLab From 9ecdb57b4bfd1fb5719557e89c9a2dc6b0e4bf32 Mon Sep 17 00:00:00 2001 From: turkovic Date: Thu, 11 Jul 2024 12:04:48 +0000 Subject: [PATCH 22/34] do the same change for ECIDMeasurementsOutcome as for EPCECIDMeasurementsOutcome --- 33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd index 08d2bd99..c53a97e9 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd @@ -99,8 +99,8 @@ - - + + -- GitLab From c88b19c10a21ec819d59bae7da24c56019513110 Mon Sep 17 00:00:00 2001 From: grahamj Date: Thu, 11 Jul 2024 12:33:19 +0000 Subject: [PATCH 23/34] Update file urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd --- 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 aca1e1ae..78f8ea3f 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -176,7 +176,7 @@ - + -- GitLab From 4092c7cb19bf981ce0f2b1f8703f63bb57157404 Mon Sep 17 00:00:00 2001 From: turkovic Date: Thu, 11 Jul 2024 13:23:07 +0000 Subject: [PATCH 24/34] add AlignedPER and BER as the option for ExternalASNValue --- .../urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd index 78f8ea3f..37d57d13 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -157,13 +157,11 @@ - - - + @@ -178,7 +176,18 @@ - + + + + + + + + + + + + -- GitLab From 9fbcf186b4a5d798815ff2c10eb5450f30db0df2 Mon Sep 17 00:00:00 2001 From: turkovic Date: Thu, 11 Jul 2024 14:28:40 +0000 Subject: [PATCH 25/34] switch to lists for MSISDNs and GPSI --- 33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd | 12 ++++++++++++ 33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd | 8 ++++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd index 37d57d13..96c2b607 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -121,6 +121,18 @@ + + + + + + + + + + + + diff --git a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd index c53a97e9..e3ad7781 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd @@ -80,7 +80,7 @@ - + @@ -89,7 +89,7 @@ - + @@ -98,7 +98,7 @@ - + @@ -107,7 +107,7 @@ - + -- GitLab From f4af9ec861801330ad4cd72b41928996bcc8b100 Mon Sep 17 00:00:00 2001 From: turkovic Date: Thu, 11 Jul 2024 14:34:33 +0000 Subject: [PATCH 26/34] fix linting errors --- 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 96c2b607..9334ed96 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -123,13 +123,13 @@ - + - + -- GitLab From b7fca022c3868d0cb19f8109511e514f931bcdfa Mon Sep 17 00:00:00 2001 From: turkovic Date: Thu, 11 Jul 2024 15:08:51 +0000 Subject: [PATCH 27/34] switch from network provided location to location information --- 33128/r18/TS33128Dictionaries.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/33128/r18/TS33128Dictionaries.xml b/33128/r18/TS33128Dictionaries.xml index 38fd525e..f35a5dfa 100644 --- a/33128/r18/TS33128Dictionaries.xml +++ b/33128/r18/TS33128Dictionaries.xml @@ -81,12 +81,12 @@ LIHILAFlags - NetworkProvidedLocation - Indicates whether network provided location of the UE is requested. + LocationInformation + Indicates whether location information of the UE is requested. ReqCurrentLoc - Indicates whether the current location of the UE is requested in case network provided location of the UE is requested. + Indicates whether the current location of the UE is requested in case location information of the UE is requested. ECIDMeasurements -- GitLab From 02c0cf7427baa6f6ab3f35a3b3ff39d12a9428b1 Mon Sep 17 00:00:00 2001 From: turkovic Date: Thu, 11 Jul 2024 15:09:47 +0000 Subject: [PATCH 28/34] switch from network provided location to location information --- 33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd index e3ad7781..0b1eff5e 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd @@ -9,7 +9,7 @@ - + -- GitLab From d18639097cff05fca7798aba4402801114d7133f Mon Sep 17 00:00:00 2001 From: turkovic Date: Thu, 11 Jul 2024 15:13:24 +0000 Subject: [PATCH 29/34] fix location acq dict description --- 33128/r18/TS33128Dictionaries.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r18/TS33128Dictionaries.xml b/33128/r18/TS33128Dictionaries.xml index f35a5dfa..844bbaf5 100644 --- a/33128/r18/TS33128Dictionaries.xml +++ b/33128/r18/TS33128Dictionaries.xml @@ -58,7 +58,7 @@ LocationAcquisition - A request for location information of the target, consisting at least of the TAI and the NCGI. + A request for location acquisition information of the target. -- GitLab From 0db5df498b7bae140b6afe81b41c53392b534e3f Mon Sep 17 00:00:00 2001 From: grahamj Date: Fri, 12 Jul 2024 08:47:35 +0000 Subject: [PATCH 30/34] Update file urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd --- 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 9334ed96..c634070e 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -173,7 +173,7 @@ - + -- GitLab From 3709e9212ea97a08b7a7c02575ac6b48de50cfc7 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 16 Jul 2024 11:31:44 +0100 Subject: [PATCH 31/34] Translating changes to R19 as required --- 33128/r18/TS33128Dictionaries.xml | 12 +---- .../urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd | 46 ------------------- .../r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd | 38 +-------------- 33128/r19/TS33128Dictionaries.xml | 12 ++++- .../urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd | 46 +++++++++++++++++++ .../r19/urn_3GPP_ns_li_3GPPXLAExtensions.xsd | 38 ++++++++++++++- 6 files changed, 96 insertions(+), 96 deletions(-) diff --git a/33128/r18/TS33128Dictionaries.xml b/33128/r18/TS33128Dictionaries.xml index 844bbaf5..666faa7a 100644 --- a/33128/r18/TS33128Dictionaries.xml +++ b/33128/r18/TS33128Dictionaries.xml @@ -58,7 +58,7 @@ LocationAcquisition - A request for location acquisition information of the target. + A request for location information of the target, consisting at least of the TAI and the NCGI. @@ -80,17 +80,9 @@ 3GPP LIHILAFlags - - LocationInformation - Indicates whether location information of the UE is requested. - ReqCurrentLoc - Indicates whether the current location of the UE is requested in case location information of the UE is requested. - - - ECIDMeasurements - Indicates whether E-CID measurements of the UE are requested. + Indicates whether the current location of the UE is requested. diff --git a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd index c634070e..2939311d 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -121,18 +121,6 @@ - - - - - - - - - - - - @@ -169,40 +157,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd index 0b1eff5e..9764799e 100644 --- a/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd +++ b/33128/r18/urn_3GPP_ns_li_3GPPXLAExtensions.xsd @@ -9,9 +9,7 @@ - - @@ -48,8 +46,6 @@ - - @@ -65,22 +61,10 @@ - - - - - - - - - - - - - + @@ -89,28 +73,10 @@ - + - - - - - - - - - - - - - - - - - - diff --git a/33128/r19/TS33128Dictionaries.xml b/33128/r19/TS33128Dictionaries.xml index 666faa7a..844bbaf5 100644 --- a/33128/r19/TS33128Dictionaries.xml +++ b/33128/r19/TS33128Dictionaries.xml @@ -58,7 +58,7 @@ LocationAcquisition - A request for location information of the target, consisting at least of the TAI and the NCGI. + A request for location acquisition information of the target. @@ -80,9 +80,17 @@ 3GPP LIHILAFlags + + LocationInformation + Indicates whether location information of the UE is requested. + ReqCurrentLoc - Indicates whether the current location of the UE is requested. + Indicates whether the current location of the UE is requested in case location information of the UE is requested. + + + ECIDMeasurements + Indicates whether E-CID measurements of the UE are requested. diff --git a/33128/r19/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd b/33128/r19/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd index 2939311d..c634070e 100644 --- a/33128/r19/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r19/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -121,6 +121,18 @@ + + + + + + + + + + + + @@ -157,6 +169,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/33128/r19/urn_3GPP_ns_li_3GPPXLAExtensions.xsd b/33128/r19/urn_3GPP_ns_li_3GPPXLAExtensions.xsd index 9764799e..0b1eff5e 100644 --- a/33128/r19/urn_3GPP_ns_li_3GPPXLAExtensions.xsd +++ b/33128/r19/urn_3GPP_ns_li_3GPPXLAExtensions.xsd @@ -9,7 +9,9 @@ + + @@ -46,6 +48,8 @@ + + @@ -61,10 +65,22 @@ + + + + + + + + + + + + - + @@ -73,10 +89,28 @@ - + + + + + + + + + + + + + + + + + + + -- GitLab From 69b614cd0dcc3f5c8257062943cab8d70dc30d0f Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 16 Jul 2024 11:35:46 +0100 Subject: [PATCH 32/34] Updating R19 ASN1 linting exceptions --- testing/asn_lint_exceptions.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/testing/asn_lint_exceptions.json b/testing/asn_lint_exceptions.json index 9065fc6f..d96f3f2d 100644 --- a/testing/asn_lint_exceptions.json +++ b/testing/asn_lint_exceptions.json @@ -65,5 +65,26 @@ "Tag 8 missing in MMEStartOfInterceptionWithEPSAttachedUE", "Tag 11 missing in MMEStartOfInterceptionWithEPSAttachedUE", "Tag 161 XIRIEvent field 'iPIRIPacketReport' is not present in IRIEvent" - ] + ], + "33128/r19/TS33128Payloads.asn" : [ + "Tag 100 XIRIEvent field 'n9HRPDUSessionInfo' is not present in IRIEvent", + "Tag 101 XIRIEvent field 's8HRBearerInfo' is not present in IRIEvent", + "Tag 16 IRIEvent field 'mDFCellSiteReport' is not present in XIRIEvent", + "Tag 16 missing in XIRIEvent", + "Tags 100-101 missing in IRIEvent", + "Tag 12 missing in SCEFCommunicationPatternUpdate", + "Enumerations for EstablishmentStatus start at 0, not 1", + "Enumerations for RequestIndication start at 0, not 1", + "Enumerations for UDMServingSystemMethod start at 0, not 1", + "Enumerations for MMSDirection start at 0, not 1", + "Enumerations for MMSReplyCharging start at 0, not 1", + "Enumerations for MMStatusExtension start at 0, not 1", + "Tags 4-5 missing in IMSMessage", + "Tag 6 missing in StartOfInterceptionForActiveIMSSession", + "Tag 2 missing in LALSReport", + "Tag 6 missing in LALSReport", + "Tag 8 missing in MMEStartOfInterceptionWithEPSAttachedUE", + "Tag 11 missing in MMEStartOfInterceptionWithEPSAttachedUE", + "Tag 161 XIRIEvent field 'iPIRIPacketReport' is not present in IRIEvent" + ] } -- GitLab From 522cce18c9155b67d946b7fff61ce95fb4bccdca Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 16 Jul 2024 11:52:33 +0100 Subject: [PATCH 33/34] Updating R19 XSD namespaces --- 33128/r19/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd | 4 ++-- 33128/r19/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd | 2 +- 33128/r19/urn_3GPP_ns_li_3GPPStateTransfer.xsd | 2 +- 33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd | 2 +- 33128/r19/urn_3GPP_ns_li_3GPPXLAExtensions.xsd | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/33128/r19/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd b/33128/r19/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd index 7d540b6d..0198d101 100644 --- a/33128/r19/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd +++ b/33128/r19/urn_3GPP_ns_li_3GPPIdentityExtensions.xsd @@ -1,9 +1,9 @@ - + - + diff --git a/33128/r19/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd b/33128/r19/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd index c634070e..9c6a821c 100644 --- a/33128/r19/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd +++ b/33128/r19/urn_3GPP_ns_li_3GPPLIQueryExtensions.xsd @@ -1,5 +1,5 @@ - + diff --git a/33128/r19/urn_3GPP_ns_li_3GPPStateTransfer.xsd b/33128/r19/urn_3GPP_ns_li_3GPPStateTransfer.xsd index 09b8e865..116e647a 100644 --- a/33128/r19/urn_3GPP_ns_li_3GPPStateTransfer.xsd +++ b/33128/r19/urn_3GPP_ns_li_3GPPStateTransfer.xsd @@ -1,5 +1,5 @@ - + diff --git a/33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd b/33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd index 20a5a1d1..44d14a3d 100644 --- a/33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd +++ b/33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd @@ -1,5 +1,5 @@ - + diff --git a/33128/r19/urn_3GPP_ns_li_3GPPXLAExtensions.xsd b/33128/r19/urn_3GPP_ns_li_3GPPXLAExtensions.xsd index 0b1eff5e..c0cbefe1 100644 --- a/33128/r19/urn_3GPP_ns_li_3GPPXLAExtensions.xsd +++ b/33128/r19/urn_3GPP_ns_li_3GPPXLAExtensions.xsd @@ -1,9 +1,9 @@ - + - + -- GitLab From e01708d9ec1b0251607fb4bf5107f4a03b32d33e Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 16 Jul 2024 11:53:26 +0100 Subject: [PATCH 34/34] Correcting linting error --- testing/asn_lint_exceptions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/asn_lint_exceptions.json b/testing/asn_lint_exceptions.json index d96f3f2d..6960d857 100644 --- a/testing/asn_lint_exceptions.json +++ b/testing/asn_lint_exceptions.json @@ -86,5 +86,5 @@ "Tag 8 missing in MMEStartOfInterceptionWithEPSAttachedUE", "Tag 11 missing in MMEStartOfInterceptionWithEPSAttachedUE", "Tag 161 XIRIEvent field 'iPIRIPacketReport' is not present in IRIEvent" - ] + ] } -- GitLab