Commit be599834 authored by Jason Graham's avatar Jason Graham
Browse files

Update file LI-PS-PDU.asn

parent 9b317517
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -490,12 +490,12 @@ Locations ::= SEQUENCE

LocationList ::= CHOICE --This won't be a choice, but one of the two alternates below
{
    usingLocation [1] SEQUENCE OF Location,
    usingNewLocation [2] SEQUENCE (SIZE (1..MAX)) OF NewLocation 
    usingNewLocation [1] SEQUENCE (SIZE (1..MAX)) OF NewLocation,
--    usingLocation    [2] SEQUENCE OF Location
}


--These would only be needed if we chose [2] in LocationList
--These would only be needed if we chose [1] in LocationList

NewLocation ::= SEQUENCE (SIZE(1..MAX)) OF NewLocationFormat