From d4c95337234f208565be3631b9ad7c776b7b48ee Mon Sep 17 00:00:00 2001 From: Luke Mewburn Date: Wed, 10 Jun 2026 09:40:50 +1000 Subject: [PATCH 01/17] Merging draft CR into TS 102 232-1 CR 124 --- 102232-1/LI-PS-PDU.asn | 49 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 2 deletions(-) diff --git a/102232-1/LI-PS-PDU.asn b/102232-1/LI-PS-PDU.asn index 47b30ce..4aebb06 100644 --- a/102232-1/LI-PS-PDU.asn +++ b/102232-1/LI-PS-PDU.asn @@ -269,7 +269,8 @@ TimeStampQualifier ::= ENUMERATED HI4Payload ::= CHOICE { threeGPP-LI-Notification [1] TS33128Payloads.LINotificationPayload, - ... + ..., + hi4Notification [2] HI4Notification } -- ==================================== @@ -478,7 +479,6 @@ GcseIRI ::= CHOICE ... } - -- =========================== -- Definitions for TRI Payload -- =========================== @@ -671,6 +671,51 @@ EncryptedPayloadType ::= ENUMERATED -- encrypted payload is ETSI TS 102 232-1 (the present document) } +-- ================================= +-- Definitions for HI4 notifications +-- ================================= + +HI4Notification ::= CHOICE +{ + liActivated [1] HI4LINotification, + liDeactivated [2] HI4LINotification, + liModified [3] HI4LINotification, + ... +} + +HI4LINotification ::= SEQUENCE +{ + startTime [1] GeneralizedTime OPTIONAL, + endTime [2] GeneralizedTime OPTIONAL, + targetIdentifiers [3] SEQUENCE OF TargetIdentifier OPTIONAL, + interceptType [4] InterceptType OPTIONAL, + agencyIdentifier [5] UTF8String OPTIONAL, + authorizationIdentifier [6] UTF8String OPTIONAL, + ... +} + +TargetIdentifier ::= CHOICE +{ + targetIdentifierFormat [1] TargetIdentifierFormat, + ... +} + +TargetIdentifierFormat ::= SEQUENCE +{ + formatOwner [1] UTF8String (SIZE (1..255)), + formatName [2] UTF8String (SIZE (1..255)), + targetValue [3] UTF8String, + ... +} + +InterceptType ::= ENUMERATED +{ + iriAndCc(1), + iriOnly(2), + ccOnly(3), + ... +} + -- =================================== -- Common Parameters -- =================================== -- GitLab From 9628f847ac7525bb3210734ddb095c43023307dc Mon Sep 17 00:00:00 2001 From: Luke Mewburn Date: Wed, 17 Jun 2026 12:17:15 +1000 Subject: [PATCH 02/17] LI-PS-PDU: add HI4LINotification.deliveryAddresses Note that this requires LI(26)P73018 changes to TS 103 280 CR 042. A temporary stub change will be made to Common-Parameters.asn to permit the forge pipeline to run. --- 102232-1/LI-PS-PDU.asn | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/102232-1/LI-PS-PDU.asn b/102232-1/LI-PS-PDU.asn index 4aebb06..0ff7d6a 100644 --- a/102232-1/LI-PS-PDU.asn +++ b/102232-1/LI-PS-PDU.asn @@ -691,6 +691,7 @@ HI4LINotification ::= SEQUENCE interceptType [4] InterceptType OPTIONAL, agencyIdentifier [5] UTF8String OPTIONAL, authorizationIdentifier [6] UTF8String OPTIONAL, + deliveryInformation [7] SEQUENCE OF DeliveryInformation OPTIONAL, ... } @@ -716,6 +717,13 @@ InterceptType ::= ENUMERATED ... } +DeliveryInformation ::= SEQUENCE +{ + hi2DeliveryInformation [1] Common-Parameters.IPAddressPort OPTIONAL, + hi3DeliveryInformation [1] Common-Parameters.IPAddressPort OPTIONAL, + ... +} + -- =================================== -- Common Parameters -- =================================== -- GitLab From 90b7aba41237533bac2290d8513fc1cab7c072e0 Mon Sep 17 00:00:00 2001 From: Luke Mewburn Date: Wed, 17 Jun 2026 12:22:45 +1000 Subject: [PATCH 03/17] LI-PS-PDU: add IMPORTS, fix bad character --- 102232-1/LI-PS-PDU.asn | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/102232-1/LI-PS-PDU.asn b/102232-1/LI-PS-PDU.asn index 0ff7d6a..50a1226 100644 --- a/102232-1/LI-PS-PDU.asn +++ b/102232-1/LI-PS-PDU.asn @@ -9,9 +9,10 @@ IMPORTS -- Any of the IMPORTs may be commented out if they are not used (see clause A.3) -- from ETSI TS 103 280 [44] + GNSSLocation, + IPAddressPort, LIID, - WGS84CoordinateDecimal, - GNSSLocation + WGS84CoordinateDecimal FROM Common-Parameters {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version271(271)} @@ -719,8 +720,8 @@ InterceptType ::= ENUMERATED DeliveryInformation ::= SEQUENCE { - hi2DeliveryInformation [1] Common-Parameters.IPAddressPort OPTIONAL, - hi3DeliveryInformation [1] Common-Parameters.IPAddressPort OPTIONAL, + hi2DeliveryInformation [1] Common-Parameters.IPAddressPort OPTIONAL, + hi3DeliveryInformation [2] Common-Parameters.IPAddressPort OPTIONAL, ... } -- GitLab From c51cd7c81921b7ba38f4e3bde03066dfd594d245 Mon Sep 17 00:00:00 2001 From: Luke Mewburn Date: Wed, 17 Jun 2026 12:25:30 +1000 Subject: [PATCH 04/17] TS_103_280.asn1: add IPAddressPort stub Note that this requires LI(26)P73018 changes to TS 103 280 CR 042. This is a temporary stub change to Common-Parameters.asn to permit the forge pipeline to run. --- 103280/TS_103_280.asn1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/103280/TS_103_280.asn1 b/103280/TS_103_280.asn1 index ac8c776..ecdc154 100644 --- a/103280/TS_103_280.asn1 +++ b/103280/TS_103_280.asn1 @@ -7,6 +7,9 @@ DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::= BEGIN commonParameterDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version271(271)} +-- XXX Temporary stub for TS 102 232-1 CR 124. Remove once MR !328 for TS 103 280 CR 042 is merged. +IPAddressPort ::= NULL + -- Common Parameters (below are as defined in clause 6) LIID ::= OCTET STRING (SIZE (1..25)) -- GitLab From f22bc69c50314842c9526c1d57987cb9d49ab4ac Mon Sep 17 00:00:00 2001 From: Luke Mewburn Date: Wed, 17 Jun 2026 14:07:02 +1000 Subject: [PATCH 05/17] LI-PS-PDU: add HI4 to DeliveryInformation --- 102232-1/LI-PS-PDU.asn | 1 + 1 file changed, 1 insertion(+) diff --git a/102232-1/LI-PS-PDU.asn b/102232-1/LI-PS-PDU.asn index 50a1226..73f9f44 100644 --- a/102232-1/LI-PS-PDU.asn +++ b/102232-1/LI-PS-PDU.asn @@ -722,6 +722,7 @@ DeliveryInformation ::= SEQUENCE { hi2DeliveryInformation [1] Common-Parameters.IPAddressPort OPTIONAL, hi3DeliveryInformation [2] Common-Parameters.IPAddressPort OPTIONAL, + hi4DeliveryInformation [3] Common-Parameters.IPAddressPort OPTIONAL, ... } -- GitLab From 4d005d5e23e5a94d9668474ed1ffd304f5b8482f Mon Sep 17 00:00:00 2001 From: Luke Mewburn Date: Tue, 30 Jun 2026 21:47:54 +1000 Subject: [PATCH 06/17] HI4LINotification: rename fields per feedback Rename agencyIdentifier to ownerIdentifier. Rename authorizationReference to authorizationIdentifier. --- 102232-1/LI-PS-PDU.asn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/102232-1/LI-PS-PDU.asn b/102232-1/LI-PS-PDU.asn index 73f9f44..d0bbf01 100644 --- a/102232-1/LI-PS-PDU.asn +++ b/102232-1/LI-PS-PDU.asn @@ -12,7 +12,7 @@ IMPORTS GNSSLocation, IPAddressPort, LIID, - WGS84CoordinateDecimal + WGS84CoordinateDecimal FROM Common-Parameters {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version271(271)} @@ -690,8 +690,8 @@ HI4LINotification ::= SEQUENCE endTime [2] GeneralizedTime OPTIONAL, targetIdentifiers [3] SEQUENCE OF TargetIdentifier OPTIONAL, interceptType [4] InterceptType OPTIONAL, - agencyIdentifier [5] UTF8String OPTIONAL, - authorizationIdentifier [6] UTF8String OPTIONAL, + ownerIdentifier [5] UTF8String OPTIONAL, + authorizationReference [6] UTF8String OPTIONAL, deliveryInformation [7] SEQUENCE OF DeliveryInformation OPTIONAL, ... } -- GitLab From 83c37a535489fb20a952c38d10c6f2e8d3b08776 Mon Sep 17 00:00:00 2001 From: Luke Mewburn Date: Tue, 30 Jun 2026 22:14:13 +1000 Subject: [PATCH 07/17] HI4LINotification: add serviceType, targetIdentifierSubtype Add serviceType and targetIdentifierSubtype (after targetIdentifiers), both as DictionaryEntry. --- 102232-1/LI-PS-PDU.asn | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/102232-1/LI-PS-PDU.asn b/102232-1/LI-PS-PDU.asn index d0bbf01..18540aa 100644 --- a/102232-1/LI-PS-PDU.asn +++ b/102232-1/LI-PS-PDU.asn @@ -689,10 +689,12 @@ HI4LINotification ::= SEQUENCE startTime [1] GeneralizedTime OPTIONAL, endTime [2] GeneralizedTime OPTIONAL, targetIdentifiers [3] SEQUENCE OF TargetIdentifier OPTIONAL, - interceptType [4] InterceptType OPTIONAL, - ownerIdentifier [5] UTF8String OPTIONAL, - authorizationReference [6] UTF8String OPTIONAL, - deliveryInformation [7] SEQUENCE OF DeliveryInformation OPTIONAL, + serviceType [4] DictionaryEntry OPTIONAL, + targetIdentifierSubtype [5] DictionaryEntry OPTIONAL, + interceptType [6] InterceptType OPTIONAL, + ownerIdentifier [7] UTF8String OPTIONAL, + authorizationReference [8] UTF8String OPTIONAL, + deliveryInformation [9] SEQUENCE OF DeliveryInformation OPTIONAL, ... } @@ -720,9 +722,17 @@ InterceptType ::= ENUMERATED DeliveryInformation ::= SEQUENCE { - hi2DeliveryInformation [1] Common-Parameters.IPAddressPort OPTIONAL, - hi3DeliveryInformation [2] Common-Parameters.IPAddressPort OPTIONAL, - hi4DeliveryInformation [3] Common-Parameters.IPAddressPort OPTIONAL, + hi2DeliveryInformation [1] Common-Parameters.IPAddressPort OPTIONAL, + hi3DeliveryInformation [2] Common-Parameters.IPAddressPort OPTIONAL, + hi4DeliveryInformation [3] Common-Parameters.IPAddressPort OPTIONAL, + ... +} + +DictionaryEntry ::= SEQUENCE +{ + owner [1] UTF8String (SIZE (1..255)), + name [2] UTF8String (SIZE (1..255)), + value [3] UTF8String (SIZE (1..255)), ... } -- GitLab From 71f7348a95878a318d53ad7e528fe2d4303477c4 Mon Sep 17 00:00:00 2001 From: Luke Mewburn Date: Wed, 1 Jul 2026 12:35:13 +1000 Subject: [PATCH 08/17] LI-PS-PDU: change ShortString SIZE to 0..255 --- 102232-1/LI-PS-PDU.asn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/102232-1/LI-PS-PDU.asn b/102232-1/LI-PS-PDU.asn index 18540aa..d22bcc2 100644 --- a/102232-1/LI-PS-PDU.asn +++ b/102232-1/LI-PS-PDU.asn @@ -706,8 +706,8 @@ TargetIdentifier ::= CHOICE TargetIdentifierFormat ::= SEQUENCE { - formatOwner [1] UTF8String (SIZE (1..255)), - formatName [2] UTF8String (SIZE (1..255)), + formatOwner [1] UTF8String (SIZE (0..255)), + formatName [2] UTF8String (SIZE (0..255)), targetValue [3] UTF8String, ... } @@ -730,9 +730,9 @@ DeliveryInformation ::= SEQUENCE DictionaryEntry ::= SEQUENCE { - owner [1] UTF8String (SIZE (1..255)), - name [2] UTF8String (SIZE (1..255)), - value [3] UTF8String (SIZE (1..255)), + owner [1] UTF8String (SIZE (0..255)), + name [2] UTF8String (SIZE (0..255)), + value [3] UTF8String (SIZE (0..255)), ... } -- GitLab From 5b51019dde37d57e209d4a981361bc3e022c8353 Mon Sep 17 00:00:00 2001 From: Luke Mewburn Date: Wed, 1 Jul 2026 12:51:49 +1000 Subject: [PATCH 09/17] LI-PS-PDU: update per r1 feedback Rename startTime to activationTime. Use a CHOICE for the DeliveryInterface. Add DeliveryPayloadType --- 102232-1/LI-PS-PDU.asn | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/102232-1/LI-PS-PDU.asn b/102232-1/LI-PS-PDU.asn index d22bcc2..732f3a5 100644 --- a/102232-1/LI-PS-PDU.asn +++ b/102232-1/LI-PS-PDU.asn @@ -686,7 +686,7 @@ HI4Notification ::= CHOICE HI4LINotification ::= SEQUENCE { - startTime [1] GeneralizedTime OPTIONAL, + activationTime [1] GeneralizedTime OPTIONAL, endTime [2] GeneralizedTime OPTIONAL, targetIdentifiers [3] SEQUENCE OF TargetIdentifier OPTIONAL, serviceType [4] DictionaryEntry OPTIONAL, @@ -722,9 +722,29 @@ InterceptType ::= ENUMERATED DeliveryInformation ::= SEQUENCE { - hi2DeliveryInformation [1] Common-Parameters.IPAddressPort OPTIONAL, - hi3DeliveryInformation [2] Common-Parameters.IPAddressPort OPTIONAL, - hi4DeliveryInformation [3] Common-Parameters.IPAddressPort OPTIONAL, + deliveryInterface [1] DeliveryInterface, + deliveryPayloadTypes [2] SEQUENCE OF DeliveryPayloadType OPTIONAL, + ... +} + +DeliveryInterface ::= CHOICE +{ + hi2 [1] Common-Parameters.IPAddressPort OPTIONAL, + hi3 [2] Common-Parameters.IPAddressPort OPTIONAL, + hi4 [3] Common-Parameters.IPAddressPort OPTIONAL, + ... +} + +DeliveryPayloadType ::= ENUMERATED +{ + part1(1), + part2(2), + part3(3), + part4(4), + part5(5), + part6(6), + part7(7), + unknown(8), ... } -- GitLab From c2c61f4e9636508ec14199ad4e5f6350a29a4b99 Mon Sep 17 00:00:00 2001 From: Luke Mewburn Date: Wed, 1 Jul 2026 12:54:09 +1000 Subject: [PATCH 10/17] LI-PS-PDU: CHOICE fields aren't optional --- 102232-1/LI-PS-PDU.asn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/102232-1/LI-PS-PDU.asn b/102232-1/LI-PS-PDU.asn index 732f3a5..99a5f79 100644 --- a/102232-1/LI-PS-PDU.asn +++ b/102232-1/LI-PS-PDU.asn @@ -729,9 +729,9 @@ DeliveryInformation ::= SEQUENCE DeliveryInterface ::= CHOICE { - hi2 [1] Common-Parameters.IPAddressPort OPTIONAL, - hi3 [2] Common-Parameters.IPAddressPort OPTIONAL, - hi4 [3] Common-Parameters.IPAddressPort OPTIONAL, + hi2 [1] Common-Parameters.IPAddressPort, + hi3 [2] Common-Parameters.IPAddressPort, + hi4 [3] Common-Parameters.IPAddressPort, ... } -- GitLab From 2aa42c57929c115d1003f8dacb45568d037a6a43 Mon Sep 17 00:00:00 2001 From: Luke Mewburn Date: Wed, 1 Jul 2026 13:13:58 +1000 Subject: [PATCH 11/17] LI-PS-PDU: rename DeliveryInformation Use deliveryDetails SEQUENCE OF DeliveryDestination, to make the plural SEQUENCE OF more obvious --- 102232-1/LI-PS-PDU.asn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/102232-1/LI-PS-PDU.asn b/102232-1/LI-PS-PDU.asn index 99a5f79..67350ec 100644 --- a/102232-1/LI-PS-PDU.asn +++ b/102232-1/LI-PS-PDU.asn @@ -694,7 +694,7 @@ HI4LINotification ::= SEQUENCE interceptType [6] InterceptType OPTIONAL, ownerIdentifier [7] UTF8String OPTIONAL, authorizationReference [8] UTF8String OPTIONAL, - deliveryInformation [9] SEQUENCE OF DeliveryInformation OPTIONAL, + deliveryDetails [9] SEQUENCE OF DeliveryDestination OPTIONAL, ... } @@ -720,7 +720,7 @@ InterceptType ::= ENUMERATED ... } -DeliveryInformation ::= SEQUENCE +DeliveryDestination ::= SEQUENCE { deliveryInterface [1] DeliveryInterface, deliveryPayloadTypes [2] SEQUENCE OF DeliveryPayloadType OPTIONAL, -- GitLab From e9e081ad578cdff3b908c3eaee27596ff6a29c00 Mon Sep 17 00:00:00 2001 From: Luke Mewburn Date: Wed, 1 Jul 2026 14:10:07 +1000 Subject: [PATCH 12/17] LI-PS-PDU: SIZE restrict all ShortString/LongString --- 102232-1/LI-PS-PDU.asn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/102232-1/LI-PS-PDU.asn b/102232-1/LI-PS-PDU.asn index 67350ec..628f0ed 100644 --- a/102232-1/LI-PS-PDU.asn +++ b/102232-1/LI-PS-PDU.asn @@ -692,8 +692,8 @@ HI4LINotification ::= SEQUENCE serviceType [4] DictionaryEntry OPTIONAL, targetIdentifierSubtype [5] DictionaryEntry OPTIONAL, interceptType [6] InterceptType OPTIONAL, - ownerIdentifier [7] UTF8String OPTIONAL, - authorizationReference [8] UTF8String OPTIONAL, + ownerIdentifier [7] UTF8String (SIZE (0..255)) OPTIONAL, + authorizationReference [8] UTF8String (SIZE (0..65535)) OPTIONAL, deliveryDetails [9] SEQUENCE OF DeliveryDestination OPTIONAL, ... } @@ -708,7 +708,7 @@ TargetIdentifierFormat ::= SEQUENCE { formatOwner [1] UTF8String (SIZE (0..255)), formatName [2] UTF8String (SIZE (0..255)), - targetValue [3] UTF8String, + targetValue [3] UTF8String (SIZE (0..65535)), ... } -- GitLab From b747cb2d3ded5c78130eb263152e261806dc2f81 Mon Sep 17 00:00:00 2001 From: Luke Mewburn Date: Wed, 1 Jul 2026 14:25:07 +1000 Subject: [PATCH 13/17] TS_103_280.asn1: stub ShortString and LongString --- 103280/TS_103_280.asn1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/103280/TS_103_280.asn1 b/103280/TS_103_280.asn1 index ecdc154..e032c77 100644 --- a/103280/TS_103_280.asn1 +++ b/103280/TS_103_280.asn1 @@ -7,8 +7,10 @@ DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::= BEGIN commonParameterDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version271(271)} --- XXX Temporary stub for TS 102 232-1 CR 124. Remove once MR !328 for TS 103 280 CR 042 is merged. +-- XXX Temporary stubs for TS 102 232-1 CR 124. Remove once MR !328 for TS 103 280 CR 042 is merged. IPAddressPort ::= NULL +ShortString ::= NULL +LongString ::= NULL -- Common Parameters (below are as defined in clause 6) -- GitLab From 1ee4f279bf02d4ffd238bed71e8381ff5e00e96f Mon Sep 17 00:00:00 2001 From: Luke Mewburn Date: Wed, 1 Jul 2026 14:29:17 +1000 Subject: [PATCH 14/17] LI-PS-PDU: use common LongString and ShortString --- 102232-1/LI-PS-PDU.asn | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/102232-1/LI-PS-PDU.asn b/102232-1/LI-PS-PDU.asn index 628f0ed..1dd231b 100644 --- a/102232-1/LI-PS-PDU.asn +++ b/102232-1/LI-PS-PDU.asn @@ -12,6 +12,8 @@ IMPORTS GNSSLocation, IPAddressPort, LIID, + LongString, + ShortString, WGS84CoordinateDecimal FROM Common-Parameters {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version271(271)} @@ -692,8 +694,8 @@ HI4LINotification ::= SEQUENCE serviceType [4] DictionaryEntry OPTIONAL, targetIdentifierSubtype [5] DictionaryEntry OPTIONAL, interceptType [6] InterceptType OPTIONAL, - ownerIdentifier [7] UTF8String (SIZE (0..255)) OPTIONAL, - authorizationReference [8] UTF8String (SIZE (0..65535)) OPTIONAL, + ownerIdentifier [7] Common-Parameters.ShortString OPTIONAL, + authorizationReference [8] Common-Parameters.LongString OPTIONAL, deliveryDetails [9] SEQUENCE OF DeliveryDestination OPTIONAL, ... } @@ -706,9 +708,9 @@ TargetIdentifier ::= CHOICE TargetIdentifierFormat ::= SEQUENCE { - formatOwner [1] UTF8String (SIZE (0..255)), - formatName [2] UTF8String (SIZE (0..255)), - targetValue [3] UTF8String (SIZE (0..65535)), + formatOwner [1] Common-Parameters.ShortString, + formatName [2] Common-Parameters.ShortString, + targetValue [3] Common-Parameters.LongString, ... } @@ -750,9 +752,9 @@ DeliveryPayloadType ::= ENUMERATED DictionaryEntry ::= SEQUENCE { - owner [1] UTF8String (SIZE (0..255)), - name [2] UTF8String (SIZE (0..255)), - value [3] UTF8String (SIZE (0..255)), + owner [1] Common-Parameters.ShortString, + name [2] Common-Parameters.ShortString, + value [3] Common-Parameters.ShortString, ... } -- GitLab From a73cdfe1951e9e0731f1b8014baae9e294a61c08 Mon Sep 17 00:00:00 2001 From: Luke Mewburn Date: Wed, 1 Jul 2026 23:25:27 +1000 Subject: [PATCH 15/17] LI-PS-PDU: Remove DeliveryDetails --- 102232-1/LI-PS-PDU.asn | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/102232-1/LI-PS-PDU.asn b/102232-1/LI-PS-PDU.asn index 1dd231b..8d825f1 100644 --- a/102232-1/LI-PS-PDU.asn +++ b/102232-1/LI-PS-PDU.asn @@ -10,7 +10,6 @@ IMPORTS -- from ETSI TS 103 280 [44] GNSSLocation, - IPAddressPort, LIID, LongString, ShortString, @@ -696,7 +695,6 @@ HI4LINotification ::= SEQUENCE interceptType [6] InterceptType OPTIONAL, ownerIdentifier [7] Common-Parameters.ShortString OPTIONAL, authorizationReference [8] Common-Parameters.LongString OPTIONAL, - deliveryDetails [9] SEQUENCE OF DeliveryDestination OPTIONAL, ... } @@ -722,34 +720,6 @@ InterceptType ::= ENUMERATED ... } -DeliveryDestination ::= SEQUENCE -{ - deliveryInterface [1] DeliveryInterface, - deliveryPayloadTypes [2] SEQUENCE OF DeliveryPayloadType OPTIONAL, - ... -} - -DeliveryInterface ::= CHOICE -{ - hi2 [1] Common-Parameters.IPAddressPort, - hi3 [2] Common-Parameters.IPAddressPort, - hi4 [3] Common-Parameters.IPAddressPort, - ... -} - -DeliveryPayloadType ::= ENUMERATED -{ - part1(1), - part2(2), - part3(3), - part4(4), - part5(5), - part6(6), - part7(7), - unknown(8), - ... -} - DictionaryEntry ::= SEQUENCE { owner [1] Common-Parameters.ShortString, -- GitLab From b4269b9329aa0378f9242da3c0d8b4190267e8a3 Mon Sep 17 00:00:00 2001 From: Luke Mewburn Date: Wed, 1 Jul 2026 23:27:38 +1000 Subject: [PATCH 16/17] TS_103_280.asn1: remove IPAddressPort stub --- 103280/TS_103_280.asn1 | 1 - 1 file changed, 1 deletion(-) diff --git a/103280/TS_103_280.asn1 b/103280/TS_103_280.asn1 index e032c77..49d548f 100644 --- a/103280/TS_103_280.asn1 +++ b/103280/TS_103_280.asn1 @@ -8,7 +8,6 @@ DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::= BEGIN commonParameterDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version271(271)} -- XXX Temporary stubs for TS 102 232-1 CR 124. Remove once MR !328 for TS 103 280 CR 042 is merged. -IPAddressPort ::= NULL ShortString ::= NULL LongString ::= NULL -- GitLab From 51567558d7265eec4a8be5af3eeb4314b98bdad7 Mon Sep 17 00:00:00 2001 From: Luke Mewburn Date: Wed, 1 Jul 2026 23:56:05 +1000 Subject: [PATCH 17/17] LI-PS-PDU: rename endTime to deactivationTime --- 102232-1/LI-PS-PDU.asn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/102232-1/LI-PS-PDU.asn b/102232-1/LI-PS-PDU.asn index 8d825f1..0d707e5 100644 --- a/102232-1/LI-PS-PDU.asn +++ b/102232-1/LI-PS-PDU.asn @@ -688,7 +688,7 @@ HI4Notification ::= CHOICE HI4LINotification ::= SEQUENCE { activationTime [1] GeneralizedTime OPTIONAL, - endTime [2] GeneralizedTime OPTIONAL, + deactivationTime [2] GeneralizedTime OPTIONAL, targetIdentifiers [3] SEQUENCE OF TargetIdentifier OPTIONAL, serviceType [4] DictionaryEntry OPTIONAL, targetIdentifierSubtype [5] DictionaryEntry OPTIONAL, -- GitLab