Commit 9628f847 authored by Luke Mewburn's avatar Luke Mewburn
Browse files

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.
parent 864adb95
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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
-- ===================================