From e99a3f079118d1e57db05c446137676cbd50315e Mon Sep 17 00:00:00 2001 From: mewburnlu Date: Mon, 26 May 2025 16:33:27 +1000 Subject: [PATCH] L2AccessPDU: add SOIWoNS, EOIWoNS, sessionExpired --- 102232-4/L2AccessPDU.asn | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/102232-4/L2AccessPDU.asn b/102232-4/L2AccessPDU.asn index eaf7cc85..c8e562ca 100644 --- a/102232-4/L2AccessPDU.asn +++ b/102232-4/L2AccessPDU.asn @@ -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 -- GitLab