Commit 2aa42c57 authored by Luke Mewburn's avatar Luke Mewburn
Browse files

LI-PS-PDU: rename DeliveryInformation

Use deliveryDetails SEQUENCE OF DeliveryDestination,
to make the plural SEQUENCE OF more obvious
parent c2c61f4e
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,