Commit c73c19bc authored by courbon's avatar courbon
Browse files

Update TS33128Payloads.asn

parent d7721148
Loading
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -2544,8 +2544,8 @@ RCSPagerModeMessageDeliveryNotification ::= SEQUENCE
    originatingIdentity           [2] IMPU,
    destinationIdentity           [3] IMPU,
    messageID                     [4] UTF8String,
    deliveryOutcome               [5] DeliveryOutcome OPTIONAL,
    displayOutcome                [6] DisplayOutcome OPTIONAL
    rCSdeliveryOutcome            [5] RCSDeliveryOutcome OPTIONAL,
    rCSdisplayOutcome             [6] RCSDisplayOutcome OPTIONAL
}

-- See clause 7.X.4.1.2 for details of this structure
@@ -2595,7 +2595,7 @@ RCS1to1ChatSessionRelease ::= SEQUENCE
    direction                     [2] Direction,
    rCSServerURI                  [3] UTF8String,
    location                      [4] Location OPTIONAL,
    cause                         [5] Chat1to1SessionReleaseCause
    cause                         [5] RCSChat1to1SessionReleaseCause
}

-- See clause 7.X.5.1.4 for details of this structure
@@ -2644,7 +2644,7 @@ RCSGroupChatSessionRelease ::= SEQUENCE
    groupChatSessionID            [3] UTF8String,
    participants                  [4] SEQUENCE OF IMPU OPTIONAL,
    location                      [5] Location OPTIONAL,
    cause                         [6] GroupChatSessionReleaseCause
    cause                         [6] RCSGroupChatSessionReleaseCause
}

-- See clause 7.X.6.1.4 for details of this structure
@@ -2736,7 +2736,7 @@ RCSRegistrationOutcome ::= ENUMERATED
    failure(2)
}

DeliveryOutcome ::= ENUMERATED
RCSDeliveryOutcome ::= ENUMERATED
{
    delivered(1),
    failed(2),
@@ -2744,7 +2744,7 @@ DeliveryOutcome ::= ENUMERATED
    error(4)
}

DisplayOutcome ::= ENUMERATED
RCSDisplayOutcome ::= ENUMERATED
{
    displayed(1),
    forbidden(2),
@@ -2766,13 +2766,13 @@ RCSCapability ::= ENUMERATED
    fileTransferHTTP(5)
}

Chat1to1SessionReleaseCause ::= ENUMERATED
RCSChat1to1SessionReleaseCause ::= ENUMERATED
{
    normal(1),
    inactivityTimeout(2)
}

GroupChatSessionReleaseCause ::= ENUMERATED
RCSGroupChatSessionReleaseCause ::= ENUMERATED
{
    normal(1),
    lowParticipantNumber(2),