Commit e529a2db authored by courbon's avatar courbon
Browse files

Update TS33128Payloads.asn

parent a599e0ec
Loading
Loading
Loading
Loading
Loading
+22 −37
Original line number Diff line number Diff line
@@ -2727,7 +2727,6 @@ PTCAccessPolicyFailure ::= ENUMERATED
    requestUnsuccessful(1),
    requestUnknown(2)
}

-- ===============
-- IMS definitions
-- ===============
@@ -2735,39 +2734,30 @@ PTCAccessPolicyFailure ::= ENUMERATED
-- See clause 7.X.4.2.1 for details of this structure
SIPMessage ::= SEQUENCE
{
    targetIdentities      [1] IMSIdentities,
    sIPMessage            [2] OCTET STRING,
    sessionDirection      [3] SessionDirection,
    voIPRoamingIndication [4] VoIPRoamingIndication OPTIONAL,
    locationInformation   [5] Location OPTIONAL
    sIPMessage            [1] OCTET STRING,
    sessionDirection      [2] SessionDirection,
    iPSourceAddress       [3] IPAddress OPTIONAL,
    iPDestinationAddress  [4] IPAddress OPTIONAL,
    voIPRoamingIndication [5] VoIPRoamingIndication OPTIONAL,
    location              [6] Location OPTIONAL,
    headerOnlyIndication  [7] HeaderOnlyIndication OPTIONAL
}

-- See clause 7.X.4.2.2 for details of this structure
CCUnavailableInServingPLMN ::= SEQUENCE
{
    targetIdentities      [1] IMSIdentities,
    cCUnavailableReason   [2] PrintableString OPTIONAL
    cCUnavailableReason   [1] PrintableString OPTIONAL
}

-- See clause 7.X.4.2.3 for details of this structure
StartOfInterceptionForActiveIMSSession ::= SEQUENCE
{
    targetIdentities      [1] IMSIdentities,
    originatingId         [2] SEQUENCE OF IMPU,
    terminatingId         [3] IMPU,
    sDPState              [4] OCTET STRING OPTIONAL,
    diversionIdentity     [5] IMPU,
    voIPRoamingIndication [6] VoIPRoamingIndication OPTIONAL,
    locationInformation   [7] Location OPTIONAL
}

-- See clause 7.X.4.2.4 for details of this structure
SMSOverIP ::= SEQUENCE
{
    targetIdentities      [1] IMSIdentities,
    location              [2] Location OPTIONAL,
    sMSMessage            [3] SMSMessage OPTIONAL,
    sMSReport             [4] SMSReport OPTIONAL
    originatingId         [1] SEQUENCE OF IMPU,
    terminatingId         [2] IMPU,
    sDPState              [3] SEQUENCE OF OCTET STRING OPTIONAL,
    diversionIdentity     [4] IMPU OPTIONAL,
    voIPRoamingIndication [5] VoIPRoamingIndication OPTIONAL,
    location              [7] Location OPTIONAL
}

-- ==============
@@ -2785,16 +2775,11 @@ SessionDirection ::= ENUMERATED
{
    fromTarget(1), 
    toTarget(2),
    indeterminate (3)
    combined(3),
    indeterminate(4)
}

IMSIdentities ::= SEQUENCE
{
    iMPUs                 [1] SEQUENCE OF IMPU OPTIONAL,
    iMPI                  [2] IMPI OPTIONAL,
    iMEI                  [3] IMEI OPTIONAL,
    pEI                   [4] PEI OPTIONAL
}
HeaderOnlyIndication ::= BOOLEAN

-- ===================
-- 5G LALS definitions