Commit c2c61f4e authored by Luke Mewburn's avatar Luke Mewburn
Browse files

LI-PS-PDU: CHOICE fields aren't optional

parent 5b51019d
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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,
    ...
}