Commit a7aae311 authored by courbon's avatar courbon
Browse files

Update TS33128Payloads.asn

parent d58f8f00
Loading
Loading
Loading
Loading
Loading
+32 −38
Original line number Diff line number Diff line
@@ -2626,72 +2626,66 @@ RCSStartOfInterceptionWithEstablished1to1ChatSession ::= SEQUENCE
RCSGroupChatSessionEstablishment ::= SEQUENCE
{
    rCSIdentities                 [1] RCSIdentities,
    direction                     [2] Direction,
    rCSServerURI                  [3] UTF8String,
    groupChatSessionID            [4] UTF8String,
    originatingIdentity           [5] IMPU,
    destinationIdentities         [6] SEQUENCE OF IMPU,
    bearerCapability              [7] OCTET STRING OPTIONAL,
    location                      [8] Location OPTIONAL,
    fileTransferFlag              [9] BOOLEAN OPTIONAL
    rCSServerURI                  [2] UTF8String,
    groupChatSessionID            [3] UTF8String,
    originatingIdentity           [4] IMPU,
    destinationIdentities         [5] SEQUENCE OF IMPU,
    bearerCapability              [6] OCTET STRING OPTIONAL,
    location                      [7] Location OPTIONAL,
    fileTransferFlag              [8] BOOLEAN OPTIONAL
}

-- See clause 7.X.6.1.3 for details of this structure
RCSGroupChatSessionRelease ::= SEQUENCE
{
    rCSIdentities                 [1] RCSIdentities,
    direction                     [2] Direction,
    rCSServerURI                  [3] UTF8String,
    groupChatSessionID            [4] UTF8String,
    participants                  [5] SEQUENCE OF IMPU OPTIONAL,
    location                      [6] Location OPTIONAL,
    cause                         [7] GroupChatSessionReleaseCause
    rCSServerURI                  [2] UTF8String,
    groupChatSessionID            [3] UTF8String,
    participants                  [4] SEQUENCE OF IMPU OPTIONAL,
    location                      [5] Location OPTIONAL,
    cause                         [6] GroupChatSessionReleaseCause
}

-- See clause 7.X.6.1.4 for details of this structure
RCSGroupChatUnsuccessfulProcedure ::= SEQUENCE
{
    rCSIdentities                 [1] RCSIdentities,
    direction                     [2] Direction,
    originatingIdentity           [3] IMPU,
    destinationIdentities         [4] SEQUENCE OF IMPU,
    location                      [5] Location OPTIONAL,
    cause                         [6] UTF8String,
    fileTransferFlag              [7] BOOLEAN OPTIONAL
    originatingIdentity           [2] IMPU,
    destinationIdentities         [3] SEQUENCE OF IMPU,
    location                      [4] Location OPTIONAL,
    cause                         [5] UTF8String,
    fileTransferFlag              [6] BOOLEAN OPTIONAL
}

-- See clause 7.X.6.1.5 for details of this structure
RCSStartOfInterceptionWithEstablishedGroupChatSession ::= SEQUENCE
{
    rCSIdentities                 [1] RCSIdentities,
    direction                     [2] Direction,
    rCSServerURI                  [3] UTF8String,
    groupChatSessionID            [4] UTF8String,
    originatingIdentity           [5] IMPU,
    participants                  [6] SEQUENCE OF IMPU OPTIONAL,
    bearerCapability              [7] OCTET STRING OPTIONAL,
    location                      [8] Location OPTIONAL
    rCSServerURI                  [2] UTF8String,
    groupChatSessionID            [3] UTF8String,
    originatingIdentity           [4] IMPU,
    participants                  [5] SEQUENCE OF IMPU OPTIONAL,
    bearerCapability              [6] OCTET STRING OPTIONAL,
    location                      [7] Location OPTIONAL
}

-- See clause 7.X.6.1.6 for details of this structure
RCSGroupChatSessionPartyJoin ::= SEQUENCE
{
    rCSIdentities                 [1] RCSIdentities,
    direction                     [2] Direction,
    groupChatSessionID            [3] UTF8String,
    partyJoin                     [4] IMPU,
    participants                  [5] SEQUENCE OF IMPU OPTIONAL,
    bearerCapability              [6] OCTET STRING OPTIONAL
    groupChatSessionID            [2] UTF8String,
    partyJoin                     [3] IMPU,
    participants                  [4] SEQUENCE OF IMPU OPTIONAL,
    bearerCapability              [5] OCTET STRING OPTIONAL
}

-- See clause 7.X.6.1.7 for details of this structure
RCSGroupChatSessionPartyDrop ::= SEQUENCE
{
    rCSIdentities                 [1] RCSIdentities,
    direction                     [2] Direction,
    groupChatSessionID            [3] UTF8String,
    partyDrop                     [4] IMPU,
    participants                  [5] SEQUENCE OF IMPU OPTIONAL
    groupChatSessionID            [2] UTF8String,
    partyDrop                     [3] IMPU,
    participants                  [4] SEQUENCE OF IMPU OPTIONAL
}

-- See clause 7.X.7.1.2 for details of this structure
@@ -2699,7 +2693,7 @@ RCSFileUpload ::= SEQUENCE
{
    rCSIdentities                 [1] RCSIdentities,
    contentType                   [2] UTF8String,
    fileContent                   [3] OCTET STRING,
    fileContent                   [3] OCTET STRING OPTIONAL,
    fileName                      [4] UTF8String,
    fileURL                       [5] UTF8String,
    fileSize                      [6] INTEGER,
@@ -2713,7 +2707,7 @@ RCSFileDownload ::= SEQUENCE
    rCSUploadIdentity             [2] IMPI,
    rCSDownloadIdentity           [3] IMPU,
    contentType                   [4] UTF8String,
    fileContent                   [5] OCTET STRING,
    fileContent                   [5] OCTET STRING OPTIONAL,
    fileName                      [6] UTF8String,
    fileURL                       [7] UTF8String,
    fileSize                      [8] INTEGER