Commit 91597dec authored by hawbakert's avatar hawbakert
Browse files

Fixes based on comments from Eve

parent 4424cb69
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -1377,7 +1377,7 @@ AMFSetID ::= INTEGER (0..1023)
AMFTraceActivation ::= SEQUENCE
{
    nGRANTraceID                    [1] NGRANTraceID,
    interfacesToTrace               [2] InterfacesToTrace,
    interfacesToTrace               [2] AMFInterfacesToTrace,
    aMFTraceDepth                   [3] AMFTraceDepth,
    traceCollectionEntityIPAddress  [4] IPAddress
}
@@ -1394,7 +1394,7 @@ AMFTraceDepth ::= ENUMERATED

AMFUENGAPID ::= INTEGER (0..1099511627775)

InterfacesToTrace ::= BIT STRING (SIZE(8))
AMFInterfacesToTrace ::= OCTET STRING

-- see Clause 5.6 of TS 32.422 for details of this structure
NGRANTraceID ::= OCTET STRING (SIZE(8))