Commit 5e964c31 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Merge branch 'cr/102232-4/017' into 'meeting/LI69'

TS 102 232-4 CR 017 Interception without network sessions, and session expiry

See merge request !228
parents 522bda06 9ca510dd
Loading
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -131,8 +131,14 @@ AccessEventType ::= ENUMERATED
        -- LI is started on a target who already has an active session
    accessEnd(9),
        -- A target stops using the IAS, the session ends.
    endOfInterceptionWithSessionActive(10)
    endOfInterceptionWithSessionActive(10),
        -- LI is ended on a target who still has an active session
    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