Commit 6bb0fcfc authored by znaty's avatar znaty
Browse files

Update 33128/r18/TS33128Payloads.asn

parent 006d8de7
Loading
Loading
Loading
Loading
Loading
+12 −13
Original line number Diff line number Diff line
@@ -4028,17 +4028,17 @@ RCDDisplayInfo ::= SEQUENCE
-- RCS Definitions
-- =================

-- See clause 7.13.3.X for details of this structure
-- See clause 7.13.3.2 for details of this structure
RCSRegistration ::= SEQUENCE
{
    rCSTargetIdentities              [1] SEQUENCE SIZE (1..MAX) OF RCSIdentity,
    rCSRegistrationType              [3] RCSRegistrationType,
    rCSRegistrationUpdateRequest     [4] IMSPayload,
    rCSRegistrationUpdateResponse    [5] IMSPayload,
    location                         [6] Location OPTIONAL
    rCSRegistrationType              [2] RCSRegistrationType,
    rCSRegistrationUpdateRequest     [3] IMSPayload,
    rCSRegistrationUpdateResponse    [4] IMSPayload,
    location                         [5] Location OPTIONAL
}

-- See clause 7.X.2.1.2 for details of this structure
-- See clause 7.13.3.3 for details of this structure
RCSMessage ::= SEQUENCE
{
    rCSTargetIdentities     [1] SEQUENCE SIZE (1..MAX) OF RCSIdentity,
@@ -4056,14 +4056,14 @@ RCSMessage ::= SEQUENCE
    messagePayload          [13] ReportedMessagePayload
}

-- See clause 7.X.2.1.4 for details of this structure
-- See clause 7.13.3.5 for details of this structure
RCSCapabilityDiscovery ::= SEQUENCE
{
    rCSTargetIdentities    [1] SEQUENCE SIZE (1..MAX) OF RCSIdentity,
    sIPMessage             [3] IMSPayload,
    direction              [4] Direction,
    sIPMessageType         [5] SIPMessageType,
    location               [6] Location OPTIONAL
    sIPMessage             [2] IMSPayload,
    direction              [3] Direction,
    sIPMessageType         [4] SIPMessageType,
    location               [5] Location OPTIONAL
}

-- ==============
@@ -4081,7 +4081,6 @@ RCSGroupChatSessionID ::= SIPURI
RCSServerURI ::= UTF8String

RCSIdentity ::= CHOICE

{
    fiveGSIdentities [1] FiveGSSubscriberIDs,
    ePSIdentities    [2] EPSSubscriberIDs,