Commit b6fb526a authored by grahamj's avatar grahamj
Browse files

Update file TS33128Payloads.asn

parent 228843ce
Loading
Loading
Loading
Loading
Loading
+15 −5
Original line number Diff line number Diff line
@@ -1582,6 +1582,7 @@ 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),
@@ -1596,6 +1597,12 @@ MDTConfigurationEUTRA ::= SEQUENCE
    signallingBasedMDTPLMNList   [4] PLMNList
}

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

MDTConfigurationNR ::= SEQUENCE
{
    mDTActivation                 [1] MDTActivation,
@@ -1626,7 +1633,10 @@ TraceActivationInfo ::= SEQUENCE
    interfacestoTrace                 [2] BIT STRING (SIZE(8)),
    traceDepth                        [3] TraceDepth,
    traceCollectionEntityIPAddress    [4] IPAddress,
    mDTConfiguration                 [5] MDTConfiguration OPTIONAL
    deprecatedTag5                    [5] MDTConfiguration OPTIONAL,
    traceCollectionEntityAdditionalIP [6] IPAddress OPTIONAL,
    traceCollectionEntityURI          [7] UTF8String OPTIONAL,
    MDTConfiguration                  [8] MDTConfigurationInfo OPTIONAL
}

TraceCollectionEntityInfo ::= SEQUENCE