Commit e2fbe909 authored by znaty's avatar znaty
Browse files

Update 33128/r18/TS33128Payloads.asn

parent 29fde169
Loading
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -4170,7 +4170,7 @@ FiveGMSAFDynamicPolicyInvocation ::= SEQUENCE
FiveGMSAFMetricsReporting ::= SEQUENCE
{
    gPSI             [1] GPSI,
    metricsReport    [2] SBIType
    metricsReport    [2] XMLType
}

-- See clause 7.X.2.6 for details of this structure
@@ -4255,6 +4255,15 @@ SBIReference ::= UTF8String

SBIValue ::= UTF8String

XMLType ::= SEQUENCE
{
    xMLNamespace [1] XMLNamespace
    xMLValue     [2] XMLValue,
}

XMLNamespace ::= UTF8String

XMLValue ::= UTF8String
-- ===================
-- 5G LALS definitions
-- ===================