Commit 4714a8ae authored by grahamj's avatar grahamj Committed by canterburym
Browse files

Update 33128/r18/TS33128Payloads.asn

parent 34ada57e
Loading
Loading
Loading
Loading
+17 −10
Original line number Diff line number Diff line
@@ -3765,7 +3765,8 @@ IMSMessage ::= SEQUENCE
    payload                  [1] IMSPayload,
    sessionDirection         [2] SessionDirection,
    voIPRoamingIndication    [3] VoIPRoamingIndication OPTIONAL,
    location              [6] Location OPTIONAL
    location                 [6] Location OPTIONAL,
    accessNetworkInformation [7] SEQUENCE OF SIPAccessNetworkInformation OPTIONAL
}
-- See clause 7.12.4.2.2 for details of this structure
StartOfInterceptionForActiveIMSSession ::= SEQUENCE
@@ -3775,7 +3776,8 @@ StartOfInterceptionForActiveIMSSession ::= SEQUENCE
    sDPState                 [3] SEQUENCE OF OCTET STRING OPTIONAL,
    diversionIdentity        [4] IMPU OPTIONAL,
    voIPRoamingIndication    [5] VoIPRoamingIndication OPTIONAL,
    location              [7] Location OPTIONAL
    location                 [7] Location OPTIONAL,
    accessNetworkInformation [8] SEQUENCE OF SIPAccessNetworkInformation OPTIONAL
}

-- See clause 7.12.4.2.3 for the details.
@@ -6330,4 +6332,9 @@ OGCURN ::= UTF8String
-- TS 29.572 [24], clause 6.1.6.2.15
MethodCode ::= INTEGER (16..31)

--The following types used in this CR are defined in companion CRs.

--CR 496
SIPAccessNetworkInformation ::= NULL

END