Commit 90b7aba4 authored by Luke Mewburn's avatar Luke Mewburn
Browse files

LI-PS-PDU: add IMPORTS, fix bad character

parent 9628f847
Loading
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -9,9 +9,10 @@ IMPORTS
    -- Any of the IMPORTs may be commented out if they are not used (see clause A.3)

    -- from ETSI TS 103 280 [44]
    GNSSLocation,
    IPAddressPort,
    LIID,
    WGS84CoordinateDecimal,
    GNSSLocation
    WGS84CoordinateDecimal    
        FROM Common-Parameters
        {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version271(271)}

@@ -719,8 +720,8 @@ InterceptType ::= ENUMERATED

DeliveryInformation ::= SEQUENCE
{
    hi2DeliveryInformation [1] Common-Parameters.IPAddressPort OPTIONAL,
    hi3DeliveryInformation [1] Common-Parameters.IPAddressPort OPTIONAL,
    hi2DeliveryInformation [1] Common-Parameters.IPAddressPort OPTIONAL,
    hi3DeliveryInformation [2] Common-Parameters.IPAddressPort OPTIONAL,
    ...
}