Commit 890806c6 authored by grahamj's avatar grahamj
Browse files

Update file TS33128Payloads.asn

parent 9fb8623c
Loading
Loading
Loading
Loading
Loading
+26 −18
Original line number Diff line number Diff line
@@ -1478,12 +1478,14 @@ AMFRANTraceReport ::= SEQUENCE
    rANUENGAPID                 [3] RANUENGAPID,
    traceRecordType             [4] TraceRecordType,
    traceDirection              [5] TraceDirection,
    traceActivationInfo         [6] TraceActivationInfo OPTIONAL,
    --deprecatedTag6 (formerly traceActivationInfo type) was deprecated in r18(18) version6(6) and shall not be reused. 
    deprecatedTag6              [6] TraceActivationInfo OPTIONAL,
    nGRANCGI                    [7] NCGI,
    globalRANNodeID             [8] GlobalRANNodeID,
    traceCollectionEntityInfo   [9] TraceCollectionEntityInfo OPTIONAL,
    aMFTraceData                [10] XMLType,
    location                    [11] Location OPTIONAL
    location                    [11] Location OPTIONAL,
    traceActivation             [12] TraceActivation OPTIONAL
}

-- See clause 6.2.2.2.12 for details of this Structure
@@ -1582,7 +1584,6 @@ MDTActivation ::= ENUMERATED
    immediateMDTandTrace(3)
}

--The MDTConfiguration type is deprecated and shall no longer be used. The MDTConfigurationInfo type shall be used instead.
MDTConfiguration ::= ENUMERATED
{
    mDTConfigurationNR(1),
@@ -1597,12 +1598,6 @@ MDTConfigurationEUTRA ::= SEQUENCE
    signallingBasedMDTPLMNList   [4] PLMNList
}

MDTConfigurationInfo ::= SEQUENCE
{
    mDTConfigurationNR    [1] MDTConfigurationNR OPTIONAL,
    mDTConfigurationEUTRA [2] MDTConfigurationEUTRA OPTIONAL
}

MDTConfigurationNR ::= SEQUENCE
{
    mDTActivation                 [1] MDTActivation,
@@ -1627,17 +1622,16 @@ ServiceMessageIdentity ::= CHOICE
    serviceAccept     [2] OCTET STRING
}

TraceActivation ::= ExternalASNType

--The TraceActivationInfo type is deprecated and shall no longer be used. The TraceActivation type shall be used instead.
TraceActivationInfo ::= SEQUENCE
{
    nGRANTraceID                     [1] OCTET STRING (SIZE(8)),
    interfacestoTrace                [2] BIT STRING (SIZE(8)),
    traceDepth                       [3] TraceDepth,
    traceCollectionEntityIPAddress   [4] IPAddress,
    --deprecatedTag5 (formerly mDTConfiguration) was deprecated in r18(18) version6(6) and shall not be reused. 
    deprecatedTag5                    [5] MDTConfiguration OPTIONAL,
    traceCollectionEntityAdditionalIP [6] IPAddress OPTIONAL,
    traceCollectionEntityURI          [7] UTF8String OPTIONAL,
    mDTConfiguration                  [8] MDTConfigurationInfo OPTIONAL
    mDTConfiguration                 [5] MDTConfiguration OPTIONAL
}

TraceCollectionEntityInfo ::= SEQUENCE
@@ -7064,4 +7058,18 @@ MIMEBody ::= CHOICE
    bodyPart [2] MIMEPartIdentifier
}

-- =======================================================
-- Externally Defined Structures - External ASN Parameters
-- =======================================================
ExternalASNType ::= SEQUENCE
{
    moduleIdentifier [1] OBJECT IDENTIFIER OPTIONAL,
    aSNReference     [2] ExternalASNReference OPTIONAL,
    encodedASNValue  [3] ExternalASNValue
}

ExternalASNReference ::= UTF8String

ExternalASNValue ::= OCTET STRING

END