Commit a333396c authored by grahamj's avatar grahamj
Browse files

Update 33128/r17/TS33128Payloads.asn

parent 31597ef1
Loading
Loading
Loading
Loading
Loading
+69 −5
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ XIRIEvent ::= CHOICE
    -- LALS-related events, see clause 7.3.1
    lALSReport                                          [13] LALSReport,

    -- PDHR/PDSR-related events, see clause 6.2.3.4.1
    -- PDHR/PDSR-related events, see clause 6.2.3.4.1, see also pSSummaryReport ([3741 below])
    pDHeaderReport                                      [14] PDHeaderReport,
    pDSummaryReport                                     [15] PDSummaryReport,

@@ -190,7 +190,10 @@ XIRIEvent ::= CHOICE
    positioningInfoTransfer                             [111] AMFPositioningInfoTransfer,

    -- MME Events, see clause 6.3.2.2.8
    mMEPositioningInfoTransfer                          [112] MMEPositioningInfoTransfer
    mMEPositioningInfoTransfer                          [112] MMEPositioningInfoTransfer,

    -- PDHR/PDSR-related events, continued from 14
    pSSummaryReport                                     [3741] PSSummaryReport
}

-- ==============
@@ -235,7 +238,7 @@ IRIEvent ::= CHOICE
    -- LALS-related events, see clause 7.3.1
    lALSReport                                          [13] LALSReport,

    -- PDHR/PDSR-related events, see clause 6.2.3.4.1
    -- PDHR/PDSR-related events, see clause 6.2.3.4.1, see also pSSummaryReport ([3741] below)
    pDHeaderReport                                      [14] PDHeaderReport,
    pDSummaryReport                                     [15] PDSummaryReport,

@@ -373,7 +376,10 @@ IRIEvent ::= CHOICE
    positioningInfoTransfer                             [111] AMFPositioningInfoTransfer,

    -- MME Events, see clause 6.3.2.2.8
    mMEPositioningInfoTransfer                          [112] MMEPositioningInfoTransfer
    mMEPositioningInfoTransfer                          [112] MMEPositioningInfoTransfer,

    -- PDHR/PDSR-related events, continued from 14
    pSSummaryReport                                     [3741] PSSummaryReport
}

IRITargetIdentifier ::= SEQUENCE
@@ -3429,6 +3435,20 @@ PDSummaryReport ::= SEQUENCE
    byteCount                   [13] INTEGER
}

PSSummaryReport ::= SEQUENCE
{
    uEEndpoint              [1] UEEndpointAddress,
    sessionSummaryDirection [2] Direction,
    pSSRSummaryTrigger      [3] PSSRSummaryTrigger,
    firstPacketTimestamp    [4] Timestamp,
    lastPacketTimestamp     [5] Timestamp,
    summaryPacketCount      [6] INTEGER,
    summaryByteCount        [7] INTEGER,
    sessionPacketCount      [8] INTEGER,
    sessionByteCount        [9] INTEGER,
    packetStreamSummary     [10] PacketStreamInfo
}

-- ====================
-- PDHR/PDSR parameters
-- ====================
@@ -3442,6 +3462,49 @@ PDSRSummaryTrigger ::= ENUMERATED
    endOfFlow(5)
}

PSSRSummaryTrigger ::= ENUMERATED
{
    timerExpiry(1),
    packetCount(2),
    byteCount(3),
    startOfSession(4),
    endOfSession(5)
}

PacketStreamInfo ::= CHOICE
{
    packetStreamSummary      [1] PacketStreamSummary,
    noPacketStreamIndication [2] NoPacketStreamIndication
}

NoPacketStreamIndication ::= ENUMERATED
{
    noPacketStreamsInSummaryTimePeriod(1)
}

PacketStreamSummary ::= SEQUENCE
{
    targetPort              [1] PortNumber OPTIONAL,
    remoteEndpointIPAddress [2] IPAddress,
    remoteEndpointPort      [3] PortNumber OPTIONAL,
    nextLayerProtocol       [4] NextLayerProtocol,
    iPv6flowLabel           [5] IPv6FlowLabel OPTIONAL,
    firstPacketTimestamp    [6] Timestamp,
    lastPacketTimestamp     [7] Timestamp,
    upstreamData            [8] StreamInfo,
    downStreamData          [9] StreamInfo
}

StreamInfo ::= SEQUENCE
{
    firstPacketTimestamp [1] Timestamp,
    lastPacketTimestamp  [2] Timestamp,
    summaryPacketCount   [3] INTEGER,
    summaryByteCount     [4] INTEGER,
    sessionPacketCount   [5] INTEGER,
    sessionByteCount     [6] INTEGER
}

-- ==================================
-- Identifier Association definitions
-- ==================================
@@ -3726,7 +3789,8 @@ AccessType ::= ENUMERATED
Direction ::= ENUMERATED
{
    fromTarget(1),
    toTarget(2)
    toTarget(2),
    toAndFromTarget(3)
}

DNN ::= UTF8String