Commit 93471e66 authored by znaty's avatar znaty Committed by canterburym
Browse files

Update file TS33128Payloads.asn

parent a1cdcbe9
Loading
Loading
Loading
Loading
+29 −21
Original line number Diff line number Diff line
@@ -6121,10 +6121,9 @@ PINProfile ::= XMLType
-- See clause 7.X.2.2.1 for details of this structure
MCVideoSIPMessage ::= SEQUENCE
{
    mCVideoIdentities   [1] SEQUENCE SIZE (1..MAX) OF MCVideoIdentity OPTIONAL,
    mCVideoGroupID      [2] MCVideoGroupID OPTIONAL,
    sIPMessage          [3] SIPMessage,
    sessionDirection    [4] Direction
    mCVideoIdentitiesOrGroupID  [1] MCVideoIdentitiesOrGroupID,
    sIPMessage                  [2] SIPMessage,
    sessionDirection            [3] Direction
}

-- See clause 7.X.2.2.2 for details of this structure
@@ -6140,24 +6139,22 @@ MCVideoStartOfInterceptionWithRegisteredUE ::= SEQUENCE
-- See clause 7.X.2.2.3 for details of this structure
MCVideoStartOfInterceptionWithEstablishedSession ::= SEQUENCE
{
    mCVideoIdentities           [1] SEQUENCE SIZE (1..MAX) OF MCVideoIdentity OPTIONAL,
    mCVideoGroupID              [2] MCVideoGroupID OPTIONAL,
    mCVideoDirection            [3] Direction,
    mCVideoOriginatingID        [4] MCVideoID,
    mCVideoSessionInfo          [5] MCXSessionInfo,
    mCVideoParticipants         [6] SEQUENCE SIZE (1..MAX) OF MCVideoID OPTIONAL,
    location                    [7] Location OPTIONAL,
    mCVideoMediaStreamAvailable [8] BOOLEAN OPTIONAL,
    mCVideoBearerCapability     [9] UTF8String OPTIONAL
    mCVideoIdentitiesOrGroupID  [1] MCVideoIdentitiesOrGroupID,   
    mCVideoDirection            [2] Direction,
    mCVideoOriginatingID        [3] MCVideoID,
    mCVideoSessionInfo          [4] MCXSessionInfo,
    mCVideoParticipants         [5] SEQUENCE SIZE (1..MAX) OF MCVideoID OPTIONAL,
    location                    [6] Location OPTIONAL,
    mCVideoMediaStreamAvailable [7] BOOLEAN OPTIONAL,
    mCVideoBearerCapability     [8] UTF8String OPTIONAL
}

-- See clause 7.X.2.2.4 for details of this structure
MCVideoTransmissionControl ::= SEQUENCE
{
    mCVideoID                           [1] MCVideoID OPTIONAL,
    mCVideoGroupID                      [2] MCVideoGroupID OPTIONAL,
    transmissionControlMessage          [3] OCTET STRING,
    transmissionControlMessageDirection [4] Direction
    mCVideoIDOrGroupID                  [1] MCVideoIDOrGroupID,
    transmissionControlMessage          [2] OCTET STRING,
    transmissionControlMessageDirection [3] Direction
}

-- See clause 7.X.2.2.5 for details of this structure
@@ -6201,10 +6198,9 @@ MCVideoCMMessage ::= SEQUENCE

MCVideoGMMessage ::= SEQUENCE
{
    mCVideoIdentities           [1] SEQUENCE SIZE (1..MAX) OF MCVideoIdentity OPTIONAL,
    mCVideoGroupID              [2] MCVideoGroupID OPTIONAL,
    mCVideoClient               [3] MCVideoID OPTIONAL,
    gMMessage                   [4] GMMessage
    mCVideoIdentitiesOrGroupID  [1] MCVideoIdentitiesOrGroupID,
    mCVideoClient               [2] MCVideoID OPTIONAL,
    gMMessage                   [3] GMMessage
}

GMMessage ::= SEQUENCE
@@ -6253,6 +6249,18 @@ MCVideoID ::= UTF8String
MCVideoGroupID ::= UTF8String
InstanceIdentifierURN ::= UTF8String

MCVideoIdentitiesOrGroupID :: CHOICE
{
    mCVideoIdentities   [1] SEQUENCE SIZE (1..MAX) OF MCVideoIdentity,
    mCVideoGroupID      [2] MCVideoGroupID
}

MCVideoIDOrGroupID ::= SEQUENCE
{
    mCVideoID           [1] MCVideoID,
    mCVideoGroupID      [2] MCVideoGroupID
}

MCXSessionInfo ::= SEQUENCE
{
    sessionURI        [1] UTF8String,