Commit 10c65131 authored by canterburym's avatar canterburym
Browse files

Adding xIRI/IRI hooks

parent 2e3dbcdd
Loading
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -167,7 +167,11 @@ XIRIEvent ::= CHOICE

    -- HR LI Events, see clause 7.10.3.3
    n9HRPDUSessionInfo                                  [100] N9HRPDUSessionInfo,
    s8HRBearerInfo                                      [101] S8HRBearerInfo
    s8HRBearerInfo                                      [101] S8HRBearerInfo,

    -- IMS events, see clause 7.X.4.2
    iMSMessage                                          [2721] IMSMessage,
    startOfInterceptionForActiveIMSSession              [2722] StartOfInterceptionForActiveIMSSession
}

-- ==============
@@ -324,10 +328,14 @@ IRIEvent ::= CHOICE
    aFAKMAApplicationKeyRefresh                         [96] AFAKMAApplicationKeyRefresh,
    aFStartOfInterceptWithEstablishedAKMAApplicationKey [97] AFStartOfInterceptWithEstablishedAKMAApplicationKey,
    aFAuxiliarySecurityParameterEstablishment           [98] AFAuxiliarySecurityParameterEstablishment,
    aFApplicationKeyRemoval                             [99] AFApplicationKeyRemoval
    aFApplicationKeyRemoval                             [99] AFApplicationKeyRemoval,

    -- tag 100 is reserved because there is no equivalent n9HRPDUSessionInfo in IRIEvent.
    -- tag 101 is reserved because there is no equivalent S8HRBearerInfo in IRIEvent.

    -- IMS events, see clause 7.X.4.2
    iMSMessage                                          [2721] IMSMessage,
    startOfInterceptionForActiveIMSSession              [2722] StartOfInterceptionForActiveIMSSession
}

IRITargetIdentifier ::= SEQUENCE