Commit 522bda06 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Merge branch 'cr/102232-3/048' into 'meeting/LI69'

TS 102 232-3 CR 048 IRI without network sessions, and session expiry

See merge request !227
parents 34622e23 9555a950
Loading
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -152,7 +152,13 @@ AccessEventType ::= ENUMERATED
        -- A target stops using the IAS, the session ends
    endOfInterceptionWithSessionActive(9),
        -- 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