From e164e879ac8920cebbbbeda9c111a3867cd7489d Mon Sep 17 00:00:00 2001 From: rengasamis Date: Mon, 12 Sep 2022 18:36:30 +0000 Subject: [PATCH 1/2] Added LocationOnly to 103 120 Task XSD file --- 103120/schema/ts_103120_Task.xsd | 1 + 1 file changed, 1 insertion(+) diff --git a/103120/schema/ts_103120_Task.xsd b/103120/schema/ts_103120_Task.xsd index 4459cf9..c1479b7 100644 --- a/103120/schema/ts_103120_Task.xsd +++ b/103120/schema/ts_103120_Task.xsd @@ -78,6 +78,7 @@ + -- GitLab From f94ee49fe2f2344e33200b805240aa77e484826c Mon Sep 17 00:00:00 2001 From: rengasamis Date: Mon, 12 Sep 2022 18:38:50 +0000 Subject: [PATCH 2/2] Add IsLocationOnly flag to 103 120 ETSI Dictionary --- 103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml b/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml index d571102..b14a406 100644 --- a/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml +++ b/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml @@ -490,6 +490,10 @@ IsLocal Indicates that the current Task shall disclose information about a local identity. If both the IsNonLocal and IsLocal flag are absent, the identity provided within the Task shall be considered as a local identity unless otherwise agreed. + + IsLocationOnly + Indicates that the current Task shall intercept and report location only and not service-specific events. + -- GitLab