Commit db43acd0 authored by courbon's avatar courbon
Browse files

Update TS33128Payloads.asn

parent d8b7f7d9
Loading
Loading
Loading
Loading
Loading
+12 −10
Original line number Diff line number Diff line
@@ -2602,11 +2602,12 @@ RCS1to1ChatUnsuccessfulProcedure ::= SEQUENCE
{
    rCSIdentities                 [1] RCSIdentities,
    direction                     [2] Direction,
    originatingIdentity           [3] IMPU,
    destinationIdentity           [4] IMPU,
    fileTransferFlag              [5] BOOLEAN OPTIONAL,
    location                      [6] Location OPTIONAL,
    cause                         [7] UTF8String
    rCSServerURI                  [3] UTF8String,
    originatingIdentity           [4] IMPU,
    destinationIdentity           [5] IMPU,
    fileTransferFlag              [6] BOOLEAN OPTIONAL,
    location                      [7] Location OPTIONAL,
    cause                         [8] UTF8String
}

-- See clause 7.X.5.1.5 for details of this structure
@@ -2650,11 +2651,12 @@ RCSGroupChatSessionRelease ::= SEQUENCE
RCSGroupChatUnsuccessfulProcedure ::= SEQUENCE
{
    rCSIdentities                 [1] RCSIdentities,
    originatingIdentity           [2] IMPU,
    destinationIdentities         [3] SEQUENCE OF IMPU,
    location                      [4] Location OPTIONAL,
    cause                         [5] UTF8String,
    fileTransferFlag              [6] BOOLEAN OPTIONAL
    rCSServerURI                  [2] UTF8String,
    originatingIdentity           [3] IMPU,
    destinationIdentities         [4] SEQUENCE OF IMPU,
    location                      [5] Location OPTIONAL,
    cause                         [6] UTF8String,
    fileTransferFlag              [7] BOOLEAN OPTIONAL
}

-- See clause 7.X.6.1.5 for details of this structure