Commit ce4b287a authored by canterburym's avatar canterburym
Browse files

ASN1 errors

parent c1e09901
Loading
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -5088,7 +5088,7 @@ ConferenceStartSuccessful ::= SEQUENCE
    listOfPotentialConferees [3] SEQUENCE OF Conferee OPTIONAL,
    listOfConferees          [4] SEQUENCE OF Conferee OPTIONAL,
    listOfWaitingConferees   [5] SEQUENCE OF Conferee OPTIONAL,
    supportedBearers         [6] SEQUENCE OF BEARERS OPTIONAL
    supportedBearers         [6] SEQUENCE OF Bearers OPTIONAL
}

StartOfInterceptConferenceActive ::= SEQUENCE
@@ -5096,7 +5096,7 @@ StartOfInterceptConferenceActive ::= SEQUENCE
    targetIdentity           [1] IMSSubscriberIDs,
    conferenceURI            [2] SIPURI,
    listOfConferees          [3] SEQUENCE OF Conferee OPTIONAL,
    supportedBearers         [4] SEQUENCE OF BEARERS OPTIONAL
    supportedBearers         [4] SEQUENCE OF Bearers OPTIONAL
}

ConferenceServicePartyJoin ::= SEQUENCE
@@ -5105,7 +5105,7 @@ ConferenceServicePartyJoin ::= SEQUENCE
    conferenceURI            [2] SIPURI,
    joinPartyID              [3] Conferee,
    initiator                [4] Conferee OPTIONAL,
    supportedBearers         [5] SEQUENCE OF BEARERS OPTIONAL,
    supportedBearers         [5] SEQUENCE OF Bearers OPTIONAL,
    failedPartyJoinReason    [6] FailureReason
}

@@ -5116,7 +5116,7 @@ ConferenceServicePartyLeave ::= SEQUENCE
    leavePartyID             [3] Conferee,
    initiator                [4] Conferee OPTIONAL,
    partyLeaveReason         [5] LeaveReason,
    supportedBearers         [6] SEQUENCE OF BEARERS OPTIONAL,
    supportedBearers         [6] SEQUENCE OF Bearers OPTIONAL,
    failedPartyLeaveReason   [7] FailureReason OPTIONAL
}

@@ -5214,13 +5214,13 @@ FailureReason ::= UTF8String
ConferenceEndReason ::= UTF8String


DateTime ::= TimeStamp
DateTime ::= Timestamp


RecurrenceInformation ::= SEQUENCE
{
    recurrenceStartDateAndTime [1] TimeStamp OPTIONAL,
    recurrenceEndDateAndTime   [2] TimeStamp OPTIONAL,
    recurrenceStartDateAndTime [1] Timestamp OPTIONAL,
    recurrenceEndDateAndTime   [2] Timestamp OPTIONAL,
    recurrencePattern          [3] UTF8String OPTIONAL
    -- includes a description of
    -- the recurrence pattern, for example, "Yearly, on Jan 23" or "Weekly, on Monday"