Commit ef1c62a7 authored by grahamj's avatar grahamj
Browse files

Update 33128/r18/TS33128Payloads.asn

parent 31597ef1
Loading
Loading
Loading
Loading
Loading
+70 −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,

@@ -194,7 +194,11 @@ XIRIEvent ::= CHOICE

    -- AMF events, see 6.2.2.2.9 continued from choice 5
    aMFRANHandoverCommand                               [113] AMFRANHandoverCommand,
    aMFRANHandoverRequest                               [114] AMFRANHandoverRequest
    aMFRANHandoverRequest                               [114] AMFRANHandoverRequest,

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

}

-- ==============
@@ -239,7 +243,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,

@@ -379,7 +383,10 @@ IRIEvent ::= CHOICE

    -- AMF events, see 6.2.2.2.9 continued from choice 5
    aMFRANHandoverCommand                               [113] AMFRANHandoverCommand,
    aMFRANHandoverRequest                               [114] AMFRANHandoverRequest
    aMFRANHandoverRequest                               [114] AMFRANHandoverRequest,

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

IRITargetIdentifier ::= SEQUENCE
@@ -3463,6 +3470,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
-- ====================
@@ -3476,6 +3497,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
-- ==================================
@@ -3874,7 +3938,8 @@ CauseTransport ::= ENUMERATED
Direction ::= ENUMERATED
{
    fromTarget(1),
    toTarget(2)
    toTarget(2),
    toAndFromTarget(3)
}

DNN ::= UTF8String