Commit ce6b94ff authored by grahamj's avatar grahamj
Browse files

Update file TS33128Payloads.asn

parent 0589010a
Loading
Loading
Loading
Loading
Loading
+24 −13
Original line number Diff line number Diff line
@@ -4455,7 +4455,8 @@ StartOfInterceptForRegisteredRCSUser ::= SEQUENCE
    rCSTargetIdentities        [1] SEQUENCE SIZE (1..MAX) OF RCSIdentity,
    rCSRegistrationInformation [2] SEQUENCE SIZE (1..MAX) OF RCSRegistrationInformation,
    userOnline                 [3] BOOLEAN,
    location                   [4] Location OPTIONAL
    location                   [4] Location OPTIONAL,
    additionalInstanceLocation [5] SEQUENCE SIZE (1..MAX) OF AdditionalInstanceLocation
}

-- See clause 7.13.3.6.1.3 for details of this structure
@@ -4470,13 +4471,20 @@ StartOfInterceptWithEstablisedRCSSession ::= SEQUENCE
    rCSSessionType             [7] RCSSessionType,
    rCSSessionEndpoints        [8] RCSSessionEndpoints,
    rCSSessionLegs             [9] SEQUENCE SIZE (1..MAX) OF RCSSIPSessionExchange,
    location                [10] Location OPTIONAL
    location                   [10] Location OPTIONAL,
    additionalInstanceLocation [11] SEQUENCE SIZE (1..MAX) OF AdditionalInstanceLocation
}

-- ==============
-- RCS Parameters
-- ==============

AdditionalInstanceLocation ::= SEQUENCE
{
    instance [1] SIPEndpoint,
    location [2] Location
}

IMDNMessageID ::= UTF8String

RCSConversationID ::= UUID
@@ -4508,7 +4516,8 @@ RCSRegistrationInformation ::= CHOICE
{
    sIPRegistration  [1] RCSSIPRegistrationExchange,
    userProfile      [2] XMLType,
    presenceDocument [3] XMLType
    multiDevice      [3] XMLType,
    presenceDocument [4] XMLType
}

RCSRegistrationType ::= ENUMERATED
@@ -4524,7 +4533,7 @@ RCSServerURI ::= UTF8String
RCSSessionEndpoints ::= ENUMERATED
{
    remoteOnly(1),
    locatlOnly(2),
    localOnly(2),
    localAndRemote(3)
}

@@ -4570,6 +4579,8 @@ RCSSessionResult ::= ENUMERATED
    legRemovalComplete(6)
}

SIPEndpoint ::= UTF8String

-- =================
-- EES definitions
-- =================