Commit 1c42d7c4 authored by courbon's avatar courbon
Browse files

Update 33128/r17/TS33128Payloads.asn

parent 23dda26d
Loading
Loading
Loading
Loading
Loading
+17 −2
Original line number Diff line number Diff line
@@ -3095,7 +3095,8 @@ MMELocationUpdate ::= SEQUENCE
    gUTI             [4] GUTI OPTIONAL,
    location         [5] Location OPTIONAL,
    oldGUTI          [6] GUTI OPTIONAL,
    sMSServiceStatus [7] EPSSMSServiceStatus OPTIONAL
    sMSServiceStatus [7] EPSSMSServiceStatus OPTIONAL,
    lPPaMessages     [8] LPPaMessages OPTIONAL
}

MMEStartOfInterceptionWithEPSAttachedUE ::= SEQUENCE
@@ -3193,6 +3194,20 @@ MMEFailureCause ::= CHOICE
    eSMCause [2] ESMCause
}

LPPaMessages ::= CHOICE
{
    lPPaRequestResponse    [1] LPPaRequestResponse,
    lPPaReport             [2] LPPaPDU
}

LPPaRequestResponse ::= SEQUENCE
{
    lPPaRequest            [1] LPPaPDU,
    lPPaResponse           [2] LPPaPDU
}

LPPaPDU ::= OCTET STRING

-- ===========================
-- LI Notification definitions
-- ===========================