Commit ecec0849 authored by Luke Mewburn's avatar Luke Mewburn Committed by Mark Canterbury
Browse files

IPAccessPDU: add SOIWoNS, EOIWoNS, sessionExpired

parent 34622e23
Loading
Loading
Loading
Loading
Loading
+7 −1
Original line number Original line Diff line number Diff line
@@ -152,7 +152,13 @@ AccessEventType ::= ENUMERATED
        -- A target stops using the IAS, the session ends
        -- A target stops using the IAS, the session ends
    endOfInterceptionWithSessionActive(9),
    endOfInterceptionWithSessionActive(9),
        -- LI is ended on a target who still has an active session
        -- LI is ended on a target who still has an active session
    unknown(10)
    unknown(10),
    startOfInterceptionWithoutNetworkSession(11),
        -- Start of LI session without a network session
    endOfInterceptionWithoutNetworkSession(12),
        -- End of LI session without a network session
    sessionExpired(13)
        -- LI session terminated due to expiry by MF
}
}


InternetAccessType ::= ENUMERATED
InternetAccessType ::= ENUMERATED