Commit 40a7af5c authored by Luke Mewburn's avatar Luke Mewburn
Browse files

LI-PS-PDU: add other DeliveryInterface

Add other(1) to DeliveryInterface, and renumber hi2,hi3,hi4.
Has the side benefit that hi2 == 2, hi3 == 3, and hi4 == 4.
parent 13eb9f28
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -761,9 +761,10 @@ DeliveryHostPort ::= SEQUENCE

DeliveryInterface ::= ENUMERATED
{
    hi2(1),
    hi3(2),
    hi4(3),
    other(1),
    hi2(2),
    hi3(3),
    hi4(4),
    ...
}