Commit 87d70141 authored by rengasamise's avatar rengasamise
Browse files

Update file TS33128Payloads.asn

parent ce4b287a
Loading
Loading
Loading
Loading
Loading
+13 −12
Original line number Diff line number Diff line
@@ -5086,37 +5086,33 @@ ConferenceStartSuccessful ::= SEQUENCE
    targetIdentity           [1] IMSSubscriberIDs,
    conferenceURI            [2] SIPURI,
    listOfPotentialConferees [3] SEQUENCE OF Conferee OPTIONAL,
    listOfConferees          [4] SEQUENCE OF Conferee OPTIONAL,
    listOfWaitingConferees   [5] SEQUENCE OF Conferee OPTIONAL,
    supportedBearers         [6] SEQUENCE OF Bearers OPTIONAL
    listOfConferees          [4] SEQUENCE OF ConfereeInfo OPTIONAL,
    listOfWaitingConferees   [5] SEQUENCE OF Conferee OPTIONAL
}

StartOfInterceptConferenceActive ::= SEQUENCE
{
    targetIdentity           [1] IMSSubscriberIDs,
    conferenceURI            [2] SIPURI,
    listOfConferees          [3] SEQUENCE OF Conferee OPTIONAL,
    supportedBearers         [4] SEQUENCE OF Bearers OPTIONAL
    listOfConferees          [3] SEQUENCE OF ConfereeInfo OPTIONAL
}

ConferenceServicePartyJoin ::= SEQUENCE
{
    targetIdentity           [1] IMSSubscriberIDs,
    conferenceURI            [2] SIPURI,
    joinPartyID              [3] Conferee,
    joinPartyID              [3] ConfereeInfo,
    initiator                [4] Conferee OPTIONAL,
    supportedBearers         [5] SEQUENCE OF Bearers OPTIONAL,
    failedPartyJoinReason    [6] FailureReason
    failedPartyJoinReason    [5] FailureReason
}

ConferenceServicePartyLeave ::= SEQUENCE
{
    targetIdentity           [1] IMSSubscriberIDs,
    conferenceURI            [2] SIPURI,
    leavePartyID             [3] Conferee,
    leavePartyID             [3] ConfereeInfo,
    initiator                [4] Conferee OPTIONAL,
    partyLeaveReason         [5] LeaveReason,
    supportedBearers         [6] SEQUENCE OF Bearers OPTIONAL,
    failedPartyLeaveReason   [7] FailureReason OPTIONAL
}

@@ -5134,7 +5130,7 @@ ConferenceServiceEndUnsuccessful ::= SEQUENCE
{
    targetIdentity           [1] IMSSubscriberIDs,
    conferenceURI            [2] SIPURI,
    initiator                [3] Conferee OPTIONAL,
    initiator                [3] Conferee,
    failedEndReason          [4] FailureReason
}

@@ -5142,7 +5138,7 @@ ConferenceServiceEndSuccessful ::= SEQUENCE
{
    targetIdentity           [1] IMSSubscriberIDs,
    conferenceURI            [2] SIPURI,
    initiator                [3] Conferee OPTIONAL,
    initiator                [3] Conferee,
    conferenceEndReason      [4] ConferenceEndReason
}

@@ -5177,6 +5173,11 @@ ConferenceServiceUpdate ::= SEQUENCE
    conferenceControllerIDs  [7] SEQUENCE OF Conferee OPTIONAL
}

ConfereeInfo ::= SEQUENCE
{
       conferee [1] Conferee,
       bearers  [2] SEQUENCE OF Bearers OPTIONAL
}

Conferee ::= IMSSubscriberIDs