asn1dir: add ITU-T T124, T125 and T128 specs

This commit is contained in:
mich 2019-07-19 11:45:09 +02:00
parent bafd5b7311
commit 20f9b070ba
22 changed files with 33120 additions and 1 deletions

View File

@ -88,6 +88,10 @@ ASN_SPECS_ITUT = {
'X509' : 'ITUT_X509_2012-10',
'X509_2016' : 'ITUT_X509_2016-10',
'X520' : 'ITUT_X520_2016-10',
# teleconferencing
'T124' : 'ITUT_T124_2007-01',
'T125' : 'ITUT_T125_1998-02',
'T128' : 'ITUT_T128_1998-02'
}
# IETF specs

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,3 @@
# downloaded from ITU-T ASN.1 module database
# https://www.itu.int/ITU-T/recommendations/rec.aspx?id=9047&lang=en
GCC-PROTOCOL.asn

View File

@ -0,0 +1,124 @@
GCC-PROTOCOL.ChannelID
GCC-PROTOCOL.StaticChannelID
GCC-PROTOCOL.DynamicChannelID
GCC-PROTOCOL.UserID
GCC-PROTOCOL.TokenID
GCC-PROTOCOL.StaticTokenID
GCC-PROTOCOL.DynamicTokenID
GCC-PROTOCOL.Time
GCC-PROTOCOL.Handle
GCC-PROTOCOL.H221NonStandardIdentifier
GCC-PROTOCOL.Key
GCC-PROTOCOL.NonStandardParameter
GCC-PROTOCOL.TextString
GCC-PROTOCOL.simpleTextFirstCharacter
GCC-PROTOCOL.simpleTextLastCharacter
GCC-PROTOCOL.SimpleTextString
GCC-PROTOCOL.SimpleNumericString
GCC-PROTOCOL.DiallingString
GCC-PROTOCOL.SubAddressString
GCC-PROTOCOL.ExtraDiallingString
GCC-PROTOCOL.UserData
GCC-PROTOCOL.Password
GCC-PROTOCOL.PasswordSelector
GCC-PROTOCOL.ChallengeResponseItem
GCC-PROTOCOL.ChallengeResponseAlgorithm
GCC-PROTOCOL.ChallengeItem
GCC-PROTOCOL.ChallengeRequest
GCC-PROTOCOL.ChallengeResponse
GCC-PROTOCOL.PasswordChallengeRequestResponse
GCC-PROTOCOL.ConferenceName
GCC-PROTOCOL.ConferenceNameSelector
GCC-PROTOCOL.ConferenceNameModifier
GCC-PROTOCOL.Privilege
GCC-PROTOCOL.TerminationMethod
GCC-PROTOCOL.ConferencePriorityScheme
GCC-PROTOCOL.ConferencePriority
GCC-PROTOCOL.NodeCategory
GCC-PROTOCOL.ConferenceMode
GCC-PROTOCOL.NetworkAddress
GCC-PROTOCOL.MediaList
GCC-PROTOCOL.ChannelAggregationMethod
GCC-PROTOCOL.Profile
GCC-PROTOCOL.ExtendedE164NetworkAddress
GCC-PROTOCOL.TransportAddress
GCC-PROTOCOL.GSTNConnection
GCC-PROTOCOL.ISDNConnection
GCC-PROTOCOL.CSDNConnection
GCC-PROTOCOL.PSDNConnection
GCC-PROTOCOL.ATMConnection
GCC-PROTOCOL.NetworkConnection
GCC-PROTOCOL.NetworkAddressV2
GCC-PROTOCOL.NodeType
GCC-PROTOCOL.NodeProperties
GCC-PROTOCOL.AsymmetryIndicator
GCC-PROTOCOL.AlternativeNodeID
GCC-PROTOCOL.ConferenceDescriptor
GCC-PROTOCOL.NodeRecord
GCC-PROTOCOL.SessionKey
GCC-PROTOCOL.ChannelType
GCC-PROTOCOL.ApplicationRecord
GCC-PROTOCOL.CapabilityID
GCC-PROTOCOL.CapabilityClass
GCC-PROTOCOL.EntityID
GCC-PROTOCOL.ApplicationInvokeSpecifier
GCC-PROTOCOL.RegistryKey
GCC-PROTOCOL.RegistryItem
GCC-PROTOCOL.RegistryEntryOwner
GCC-PROTOCOL.RegistryModificationRights
GCC-PROTOCOL.UserIDIndication
GCC-PROTOCOL.ConferenceCreateRequest
GCC-PROTOCOL.ConferenceCreateResponse
GCC-PROTOCOL.ConferenceQueryRequest
GCC-PROTOCOL.ConferenceQueryResponse
GCC-PROTOCOL.ConferenceJoinRequest
GCC-PROTOCOL.ConferenceJoinResponse
GCC-PROTOCOL.ConferenceInviteRequest
GCC-PROTOCOL.ConferenceInviteResponse
GCC-PROTOCOL.ConferenceAddRequest
GCC-PROTOCOL.ConferenceAddResponse
GCC-PROTOCOL.ConferenceLockRequest
GCC-PROTOCOL.ConferenceLockResponse
GCC-PROTOCOL.ConferenceLockIndication
GCC-PROTOCOL.ConferenceUnlockRequest
GCC-PROTOCOL.ConferenceUnlockResponse
GCC-PROTOCOL.ConferenceUnlockIndication
GCC-PROTOCOL.ConferenceTerminateRequest
GCC-PROTOCOL.ConferenceTerminateResponse
GCC-PROTOCOL.ConferenceTerminateIndication
GCC-PROTOCOL.ConferenceEjectUserRequest
GCC-PROTOCOL.ConferenceEjectUserResponse
GCC-PROTOCOL.ConferenceEjectUserIndication
GCC-PROTOCOL.ConferenceTransferRequest
GCC-PROTOCOL.ConferenceTransferResponse
GCC-PROTOCOL.ConferenceTransferIndication
GCC-PROTOCOL.RosterUpdateIndication
GCC-PROTOCOL.ApplicationInvokeIndication
GCC-PROTOCOL.RegistryRegisterChannelRequest
GCC-PROTOCOL.RegistryAssignTokenRequest
GCC-PROTOCOL.RegistrySetParameterRequest
GCC-PROTOCOL.RegistryRetrieveEntryRequest
GCC-PROTOCOL.RegistryDeleteEntryRequest
GCC-PROTOCOL.RegistryMonitorEntryRequest
GCC-PROTOCOL.RegistryMonitorEntryIndication
GCC-PROTOCOL.RegistryAllocateHandleRequest
GCC-PROTOCOL.RegistryAllocateHandleResponse
GCC-PROTOCOL.RegistryResponse
GCC-PROTOCOL.ConductorAssignIndication
GCC-PROTOCOL.ConductorReleaseIndication
GCC-PROTOCOL.ConductorPermissionAskIndication
GCC-PROTOCOL.ConductorPermissionGrantIndication
GCC-PROTOCOL.ConferenceTimeRemainingIndication
GCC-PROTOCOL.ConferenceTimeInquireIndication
GCC-PROTOCOL.ConferenceTimeExtendIndication
GCC-PROTOCOL.ConferenceAssistanceIndication
GCC-PROTOCOL.TextMessageIndication
GCC-PROTOCOL.RosterRefreshRequest
GCC-PROTOCOL.FunctionNotSupportedResponse
GCC-PROTOCOL.NonStandardPDU
GCC-PROTOCOL.ConnectData
GCC-PROTOCOL.ConnectGCCPDU
GCC-PROTOCOL.GCCPDU
GCC-PROTOCOL.RequestPDU
GCC-PROTOCOL.ResponsePDU
GCC-PROTOCOL.IndicationPDU

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,293 @@
-- Module MAP-PROTOCOL (T.125:02/1998)
-- See also ITU-T T.125 (02/1998)
-- See also the index of all ASN.1 assignments needed in this document
MAP-PROTOCOL DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
H221NonStandardIdentifier ::= OCTET STRING(SIZE (4..255))
Key ::= CHOICE {
object OBJECT IDENTIFIER,
h221NonStandard H221NonStandardIdentifier
}
NonStandardParameter ::= SEQUENCE {key Key,
data OCTET STRING
}
NonStandardPDU ::= SEQUENCE {data NonStandardParameter,
...
}
VersionNumber ::= SEQUENCE {
majorVersionNumber INTEGER(0..65535),
minorVersionNumber INTEGER(0..65535),
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
Priority ::= INTEGER(0..15)
PriorityRange ::= SEQUENCE {
highPriority Priority,
lowPriority Priority,
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
MAPConnectRequestPDU ::= SEQUENCE {
versionNumber VersionNumber,
connectionMAPSAP INTEGER(0..65535),
domainReferenceID INTEGER(0..65535),
priorityRange PriorityRange,
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
MAPConnectConfirmPDU ::= SEQUENCE {
versionNumber VersionNumber,
connectionMAPSAP INTEGER(0..65535),
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
Reason ::= CHOICE {
providerInitiated NULL,
userRejected NULL,
userInitiated NULL,
invalidMAPSAP NULL,
invalidDomainReferenceID NULL,
unicastTransition NULL,
unspecifiedFailure NULL,
nonStandardReason NonStandardParameter,
...
}
MAPDisconnectRequestPDU ::= SEQUENCE {
reason Reason,
confirmRequired BOOLEAN,
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
MAPDisconnectConfirmPDU ::= SEQUENCE {
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
TransportProtocolID ::= CHOICE {
objectProtocolID OBJECT IDENTIFIER,
h221NonStandardProtocolID H221NonStandardIdentifier,
snapProtocolID OCTET STRING(SIZE (5)),
nonStandardProtocolID NonStandardParameter,
...
}
TransportProtocolType ::= CHOICE {
reliableUnicast NULL,
unreliableUnicast NULL,
reliableMulticast NULL,
unreliableMulticast NULL,
nonStandardProtocolType NonStandardParameter,
...
}
NetworkAddress ::= SEQUENCE {
nsapAddress OCTET STRING(SIZE (1..20)),
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
PayloadSize ::= INTEGER(128..65535)
TransportProtocolRequestEntry ::= SEQUENCE {
transportProtocolID TransportProtocolID,
transportProtocolType TransportProtocolType,
networkAddress NetworkAddress,
maximumPayloadFixedFlag BOOLEAN,
maximumPayloadSize PayloadSize,
preferenceWeighting INTEGER(0..65535) OPTIONAL,
nodeCount INTEGER(0..65535) OPTIONAL,
numberOfConnections INTEGER(0..65535) OPTIONAL,
configurationData OCTET STRING OPTIONAL,
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
MAPArbitrateProtocolsRequestPDU ::= SEQUENCE {
domainReferenceID INTEGER(0..65535),
moreToComeFlag BOOLEAN,
transportProtocolMenu SEQUENCE OF TransportProtocolRequestEntry,
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
TransportProtocolConfirmEntry ::= SEQUENCE {
transportProtocolID TransportProtocolID,
transportProtocolType TransportProtocolType,
networkAddress NetworkAddress,
maximumPayloadSize PayloadSize,
preferenceWeighting INTEGER(0..65535) OPTIONAL,
nodeCount INTEGER(0..65535) OPTIONAL,
numberOfConnections INTEGER(0..65535) OPTIONAL,
configurationData OCTET STRING OPTIONAL,
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
MAPArbitrateProtocolsConfirmPDU ::= SEQUENCE {
domainReferenceID INTEGER(0..65535),
moreToComeFlag BOOLEAN,
transportProtocolMenu SEQUENCE OF TransportProtocolConfirmEntry,
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
SenderID ::= INTEGER(1001..65535)
ChannelID ::= INTEGER(1..65535)
ReliabilityLevel ::= CHOICE {
reliable NULL,
unreliable NULL,
nonStandardReliabilityLevel NonStandardParameter,
...
}
DataType ::= CHOICE {
nonuniform NULL,
uniform NULL,
proxy NULL,
nonStandardDataType NonStandardParameter,
...
}
DataFlowIdentifier ::= SEQUENCE {
senderID SenderID OPTIONAL,
metachannelID
SEQUENCE {channelID ChannelID,
reliabilityLevel ReliabilityLevel,
priority Priority,
...} OPTIONAL,
dataType DataType OPTIONAL,
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
SequenceNumber ::= INTEGER(0..65535)
DataDescriptor ::= SEQUENCE {
unicastForwardFlag BOOLEAN,
startingSequenceNumber SequenceNumber,
dataFlowIdentifier DataFlowIdentifier OPTIONAL,
domainReferenceID INTEGER(0..65535) OPTIONAL,
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
DataFrameEntry ::= SEQUENCE {
firstSegmentFlag BOOLEAN,
lastSegmentFlag BOOLEAN,
userData OCTET STRING,
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
MAPDataPDU ::= SEQUENCE {
dataDescriptor DataDescriptor OPTIONAL,
dataFrameArray SEQUENCE OF DataFrameEntry,
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
Metachannel ::= SEQUENCE {
channelID ChannelID,
reliabilityLevel ReliabilityLevel,
priorityRange PriorityRange,
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
MAPAddGroupRequestPDU ::= SEQUENCE {
metachannel Metachannel,
transportProtocolID TransportProtocolID,
multicastGroupAddress NetworkAddress,
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
MAPRemoveGroupRequestPDU ::= SEQUENCE {
metachannel Metachannel,
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
MAPDisableUnicastRequestPDU ::= SEQUENCE {
dataFlowIdentifier DataFlowIdentifier,
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
MAPEnableUnicastRequestPDU ::= SEQUENCE {
dataFlowIdentifier DataFlowIdentifier,
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
MAPEnableUnicastConfirmPDU ::= SEQUENCE {
dataFlowIdentifier DataFlowIdentifier,
sequenceNumber SequenceNumber,
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
MAPDisableMulticastRequestPDU ::= SEQUENCE {
metachannel Metachannel,
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
MAPDisableMulticastConfirmPDU ::= SEQUENCE {
metachannel Metachannel,
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
MAPEnableMulticastRequestPDU ::= SEQUENCE {
metachannel Metachannel,
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
MAPSequenceNumberPDU ::= SEQUENCE {
dataFlowIdentifier DataFlowIdentifier,
sequenceNumber SequenceNumber,
nonStandardParameters SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
MAPPDU ::= CHOICE {
mapConnectRequest MAPConnectRequestPDU,
mapConnectConfirm MAPConnectConfirmPDU,
mapDisconnectRequest MAPDisconnectRequestPDU,
mapDisconnectConfirm MAPDisconnectConfirmPDU,
mapArbitrateProtocolsRequest MAPArbitrateProtocolsRequestPDU,
mapArbitrateProtocolsConfirm MAPArbitrateProtocolsConfirmPDU,
mapData MAPDataPDU,
mapAddGroupRequest MAPAddGroupRequestPDU,
mapRemoveGroupRequest MAPRemoveGroupRequestPDU,
mapDisableUnicastRequest MAPDisableUnicastRequestPDU,
mapEnableUnicastRequest MAPEnableUnicastRequestPDU,
mapEnableUnicastConfirm MAPEnableUnicastConfirmPDU,
mapDisableMulticastRequest MAPDisableMulticastRequestPDU,
mapDisableMulticastConfirm MAPDisableMulticastConfirmPDU,
mapEnableMulticastRequest MAPEnableMulticastRequestPDU,
mapSequenceNumber MAPSequenceNumberPDU,
nonStandardPDU NonStandardPDU,
...
}
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D

View File

@ -0,0 +1,666 @@
-- Module MCS-PROTOCOL-3 (T.125:02/1998)
-- See also ITU-T T.125 (02/1998)
-- See also the index of all ASN.1 assignments needed in this document
MCS-PROTOCOL-3 DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- Part 1: Fundamental MCS types
H221NonStandardIdentifier ::= OCTET STRING(SIZE (4..255))
-- First four octets shall be country
-- code and Manufacturer code, assigned
-- as specified in Annex A/H.221 for
-- NS-cap and NS-comm
Key ::= CHOICE -- Identifier of a standard or non-standard object
{
object OBJECT IDENTIFIER,
h221NonStandard H221NonStandardIdentifier
}
NonStandardParameter ::= SEQUENCE {key Key,
data OCTET STRING
}
ChannelId ::= INTEGER(0..65535) -- range is 16 bits
StaticChannelId ::= ChannelId(1..1000) -- those known permanently
DynamicChannelId ::= ChannelId(1001..65535) -- those created and deleted
UserId ::= DynamicChannelId -- created by Attach-User
-- deleted by Detach-User
PrivateChannelId ::=
DynamicChannelId -- created by Channel-Convene
-- deleted by Channel-Disband
AssignedChannelId ::=
DynamicChannelId -- created by Channel-Join zero
-- deleted by last Channel-Leave
TokenId ::= INTEGER(1..65535) -- all are known permanently
TokenStatus ::= CHOICE {
notInUse NULL,
selfGrabbed NULL,
otherGrabbed NULL,
selfInhibited NULL,
otherInhibited NULL,
selfRecipient NULL,
selfGiving NULL,
otherGiving NULL,
...
}
DataPriority ::= CHOICE {
top NULL,
high NULL,
medium NULL,
low NULL,
...
}
Segmentation ::= BIT STRING {begin(0), end(1)}(SIZE (2))
-- Part 2: Extended parameter
ExtendedParameters ::= SEQUENCE {
unreliableDataSupported BOOLEAN,
domainReferenceID INTEGER(0..65535),
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
ExtendedParameterPropose ::= SEQUENCE {
targetExtendedParameters ExtendedParameters,
minimumExtendedParameters ExtendedParameters,
maximumExtendedParameters ExtendedParameters,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
ExtendedParameterAccept ::= SEQUENCE {
extendedParameters ExtendedParameters,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
-- Part 3: Merge domain
PlumbDomainIndication ::= SEQUENCE {
heightLimit INTEGER(0..MAX),
-- a restriction on the MCSPDU receiver
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
ErectDomainRequest ::= SEQUENCE {
subHeight INTEGER(0..MAX),
-- height in domain of the MCSPDU transmitter
subInterval INTEGER(0..MAX),
-- its throughput enforcement interval in milliseconds
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
ChannelAttributes ::= CHOICE {
static
SEQUENCE {channelId StaticChannelId,
-- joined is implicitly TRUE
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...},
userId
SEQUENCE {joined BOOLEAN,
-- TRUE if user is joined to its user id
userId UserId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...},
private
SEQUENCE {joined BOOLEAN,
-- TRUE if channel id is joined below
channelId PrivateChannelId,
manager UserId,
admitted SET OF UserId,
-- may span multiple MergeChannelsRequest
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...},
assigned
SEQUENCE {channelId AssignedChannelId,
-- joined is implicitly TRUE
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...},
...
}
MergeChannelsRequest ::= SEQUENCE {
mergeChannels SET OF ChannelAttributes,
purgeChannelIds SET OF ChannelId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
MergeChannelsConfirm ::= SEQUENCE {
mergeChannels SET OF ChannelAttributes,
purgeChannelIds SET OF ChannelId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
PurgeChannelsIndication ::= SEQUENCE {
detachChannelIds SET OF ChannelId,
-- purge user id channels
purgeChannelIds SET OF ChannelId,
-- purge other channels
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
TokenAttributes ::= CHOICE {
grabbed
SEQUENCE {tokenId TokenId,
grabber UserId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...},
inhibited
SEQUENCE {tokenId TokenId,
inhibitors SET OF UserId,
-- may span multiple MergeTokensRequest
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...},
giving
SEQUENCE {tokenId TokenId,
grabber UserId,
recipient UserId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...},
ungivable
SEQUENCE {tokenId TokenId,
grabber UserId,
-- recipient has since detached
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...},
given
SEQUENCE {tokenId TokenId,
recipient UserId,
-- grabber released or detached
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...},
...
}
MergeTokensRequest ::= SEQUENCE {
mergeTokens SET OF TokenAttributes,
purgeTokenIds SET OF TokenId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
MergeTokensConfirm ::= SEQUENCE {
mergeTokens SET OF TokenAttributes,
purgeTokenIds SET OF TokenId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
PurgeTokensIndication ::= SEQUENCE {
purgeTokenIds SET OF TokenId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
-- Part 4: Disconnect provider
DisconnectProviderUltimatum ::= SEQUENCE {
reason Reason,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
RejectMCSPDUUltimatum ::= SEQUENCE {
diagnostic Diagnostic,
initialOctets OCTET STRING,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
-- Part 5: Attach/Detach user
AttachUserRequest ::= SEQUENCE {
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
AttachUserConfirm ::= SEQUENCE {
result Result,
initiator UserId OPTIONAL,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
DetachUserRequest ::= SEQUENCE {
reason Reason,
userIds SET OF UserId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
DetachUserIndication ::= SEQUENCE {
reason Reason,
userIds SET OF UserId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
-- Part 6: Channel management
ChannelJoinRequest ::= SEQUENCE {
initiator UserId,
channelId ChannelId, -- may be zero
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
ChannelJoinConfirm ::= SEQUENCE {
result Result,
initiator UserId,
requested ChannelId, -- may be zero
channelId ChannelId OPTIONAL,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
ChannelLeaveRequest ::= SEQUENCE {
channelIds SET OF ChannelId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
ChannelConveneRequest ::= SEQUENCE {
initiator UserId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
ChannelConveneConfirm ::= SEQUENCE {
result Result,
initiator UserId,
channelId PrivateChannelId OPTIONAL,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
ChannelDisbandRequest ::= SEQUENCE {
initiator UserId,
channelId PrivateChannelId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
ChannelDisbandIndication ::= SEQUENCE {
channelId PrivateChannelId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
ChannelAdmitRequest ::= SEQUENCE {
initiator UserId,
channelId PrivateChannelId,
userIds SET OF UserId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
ChannelAdmitIndication ::= SEQUENCE {
initiator UserId,
channelId PrivateChannelId,
userIds SET OF UserId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
ChannelExpelRequest ::= SEQUENCE {
initiator UserId,
channelId PrivateChannelId,
userIds SET OF UserId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
ChannelExpelIndication ::= SEQUENCE {
channelId PrivateChannelId,
userIds SET OF UserId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
-- Part 7: Data transfer
SendDataRequest ::= SEQUENCE {
initiator UserId,
channelId ChannelId,
reliability BOOLEAN,
domainReferenceID INTEGER(0..65535) OPTIONAL,
dataPriority DataPriority,
segmentation Segmentation,
userData OCTET STRING,
totalDataSize INTEGER OPTIONAL,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
SendDataIndication ::= SEQUENCE {
initiator UserId,
channelId ChannelId,
reliability BOOLEAN,
domainReferenceID INTEGER(0..65535) OPTIONAL,
dataPriority DataPriority,
segmentation Segmentation,
userData OCTET STRING,
totalDataSize INTEGER OPTIONAL,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
UniformSendDataRequest ::= SEQUENCE {
initiator UserId,
channelId ChannelId,
reliability BOOLEAN,
domainReferenceID INTEGER(0..65535) OPTIONAL,
dataPriority DataPriority,
segmentation Segmentation,
userData OCTET STRING,
totalDataSize INTEGER OPTIONAL,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
UniformSendDataIndication ::= SEQUENCE {
initiator UserId,
channelId ChannelId,
reliability BOOLEAN,
domainReferenceID INTEGER(0..65535) OPTIONAL,
dataPriority DataPriority,
segmentation Segmentation,
userData OCTET STRING,
totalDataSize INTEGER OPTIONAL,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
-- Part 8: Token management
TokenGrabRequest ::= SEQUENCE {
initiator UserId,
tokenId TokenId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
TokenGrabConfirm ::= SEQUENCE {
result Result,
initiator UserId,
tokenId TokenId,
tokenStatus TokenStatus,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
TokenInhibitRequest ::= SEQUENCE {
initiator UserId,
tokenId TokenId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
TokenInhibitConfirm ::= SEQUENCE {
result Result,
initiator UserId,
tokenId TokenId,
tokenStatus TokenStatus,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
TokenGiveRequest ::= SEQUENCE {
initiator UserId,
tokenId TokenId,
recipient UserId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
TokenGiveIndication ::= SEQUENCE {
initiator UserId,
tokenId TokenId,
recipient UserId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
TokenGiveResponse ::= SEQUENCE {
result Result,
recipient UserId,
tokenId TokenId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
TokenGiveConfirm ::= SEQUENCE {
result Result,
initiator UserId,
tokenId TokenId,
tokenStatus TokenStatus,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
TokenPleaseRequest ::= SEQUENCE {
initiator UserId,
tokenId TokenId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
TokenPleaseIndication ::= SEQUENCE {
initiator UserId,
tokenId TokenId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
TokenReleaseRequest ::= SEQUENCE {
initiator UserId,
tokenId TokenId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
TokenReleaseConfirm ::= SEQUENCE {
result Result,
initiator UserId,
tokenId TokenId,
tokenStatus TokenStatus,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
TokenTestRequest ::= SEQUENCE {
initiator UserId,
tokenId TokenId,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
TokenTestConfirm ::= SEQUENCE {
initiator UserId,
tokenId TokenId,
tokenStatus TokenStatus,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
-- Part 9: Capabilities notification
CapabilityID ::= CHOICE {standardID INTEGER(0..65535),
nonstandardID Key
}
CapabilityClass ::= CHOICE {
null NULL,
unsignedMin INTEGER(0..MAX),
unsignedMax INTEGER(0..MAX)
}
ParticipationIndicator ::= CHOICE {global NULL,
partial INTEGER(1..2)
}
RequestCapability ::= SEQUENCE {
capabilityID CapabilityID,
capabilityClass CapabilityClass,
participationIndicator ParticipationIndicator,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
SeqOfRequestCapabilities ::= SEQUENCE OF RequestCapability
IndicationCapability ::= SEQUENCE {
capabilityID CapabilityID,
capabilityClass CapabilityClass,
summitProviderSupported BOOLEAN,
intermediateNodeSupported BOOLEAN,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
SeqOfIndicationCapabilities ::= SEQUENCE OF IndicationCapability
CapabilitiesNotificationRequest ::= SEQUENCE {
v2NodePresent BOOLEAN,
addList SeqOfRequestCapabilities OPTIONAL,
removeList SeqOfRequestCapabilities OPTIONAL,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
CapabilitiesNotificationIndication ::= SEQUENCE {
v2NodePresent BOOLEAN,
addList SeqOfIndicationCapabilities OPTIONAL,
removeList SeqOfIndicationCapabilities OPTIONAL,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...
}
-- Part 10: Status codes
Reason ::=
CHOICE -- in DisconnectProviderUltimatum, DetachUserRequest, DetachUserIndication
{
rn-domain-disconnected NULL,
rn-provider-initiated NULL,
rn-token-purged NULL,
rn-user-requested NULL,
rn-channel-purged NULL,
...
}
Result ::= CHOICE -- in Connect, response, confirm
{
rt-successful NULL,
rt-domain-merging NULL,
rt-domain-not-hierarchical NULL,
rt-no-such-channel NULL,
rt-no-such-domain NULL,
rt-no-such-user NULL,
rt-not-admitted NULL,
rt-other-user-id NULL,
rt-parameters-unacceptable NULL,
rt-token-not-available NULL,
rt-token-not-possessed NULL,
rt-too-many-channels NULL,
rt-too-many-tokens NULL,
rt-too-many-users NULL,
rt-unspecified-failure NULL,
rt-user-rejected NULL,
...
}
Diagnostic ::= CHOICE -- in RejectMCSPDUUltimatum
{
dc-inconsistent-merge NULL,
dc-forbidden-PDU-downward NULL,
dc-forbidden-PDU-upward NULL,
dc-invalid-BER-encoding NULL,
dc-invalid-PER-encoding NULL,
dc-misrouted-user NULL,
dc-unrequested-confirm NULL,
dc-wrong-transport-priority NULL,
dc-channel-id-conflict NULL,
dc-token-id-conflict NULL,
dc-not-user-id-channel NULL,
dc-too-many-channels NULL,
dc-too-many-tokens NULL,
dc-too-many-users NULL,
...
}
-- Part 11: MCSPDU repertoire
NonStandardPDU ::= SEQUENCE {data NonStandardParameter,
...
}
ExtendedParameterMCSPDU ::= CHOICE {
extendedParameterPropose ExtendedParameterPropose,
extendedParameterAccept ExtendedParameterAccept,
nonStandard NonStandardPDU,
...
}
DomainMCSPDU ::= CHOICE {
plumbDomainIndication PlumbDomainIndication,
erectDomainRequest ErectDomainRequest,
mergeChannelsRequest MergeChannelsRequest,
mergeChannelsConfirm MergeChannelsConfirm,
purgeChannelsIndication PurgeChannelsIndication,
mergeTokensRequest MergeTokensRequest,
mergeTokensConfirm MergeTokensConfirm,
purgeTokensIndication PurgeTokensIndication,
disconnectProviderUltimatum DisconnectProviderUltimatum,
rejectMCSPDUUltimatum RejectMCSPDUUltimatum,
attachUserRequest AttachUserRequest,
attachUserConfirm AttachUserConfirm,
detachUserRequest DetachUserRequest,
detachUserIndication DetachUserIndication,
channelJoinRequest ChannelJoinRequest,
channelJoinConfirm ChannelJoinConfirm,
channelLeaveRequest ChannelLeaveRequest,
channelConveneRequest ChannelConveneRequest,
channelConveneConfirm ChannelConveneConfirm,
channelDisbandRequest ChannelDisbandRequest,
channelDisbandIndication ChannelDisbandIndication,
channelAdmitRequest ChannelAdmitRequest,
channelAdmitIndication ChannelAdmitIndication,
channelExpelRequest ChannelExpelRequest,
channelExpelIndication ChannelExpelIndication,
sendDataRequest SendDataRequest,
sendDataIndication SendDataIndication,
uniformSendDataRequest UniformSendDataRequest,
uniformSendDataIndication UniformSendDataIndication,
tokenGrabRequest TokenGrabRequest,
tokenGrabConfirm TokenGrabConfirm,
tokenInhibitRequest TokenInhibitRequest,
tokenInhibitConfirm TokenInhibitConfirm,
tokenGiveRequest TokenGiveRequest,
tokenGiveIndication TokenGiveIndication,
tokenGiveResponse TokenGiveResponse,
tokenGiveConfirm TokenGiveConfirm,
tokenPleaseRequest TokenPleaseRequest,
tokenPleaseIndication TokenPleaseIndication,
tokenReleaseRequest TokenReleaseRequest,
tokenReleaseConfirm TokenReleaseConfirm,
tokenTestRequest TokenTestRequest,
tokenTestConfirm TokenTestConfirm,
nonStandard NonStandardPDU,
...
}
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D

View File

@ -0,0 +1,447 @@
-- Module MCS-PROTOCOL (T.125:02/1998)
-- See also ITU-T T.125 (02/1998)
-- See also the index of all ASN.1 assignments needed in this document
MCS-PROTOCOL DEFINITIONS ::=
BEGIN
-- Part 1: Fundamental MCS types
ChannelId ::= INTEGER(0..65535) -- range is 16 bits
StaticChannelId ::= ChannelId(1..1000) -- those known permanently
DynamicChannelId ::= ChannelId(1001..65535) -- those created and deleted
UserId ::= DynamicChannelId -- created by Attach-User
-- deleted by Detach-User
PrivateChannelId ::=
DynamicChannelId -- created by Channel-Convene
-- deleted by Channel-Disband
AssignedChannelId ::=
DynamicChannelId -- created by Channel-Join zero
-- deleted by last Channel-Leave
TokenId ::= INTEGER(1..65535) -- all are known permanently
TokenStatus ::= ENUMERATED {
notInUse(0), selfGrabbed(1), otherGrabbed(2), selfInhibited(3),
otherInhibited(4), selfRecipient(5), selfGiving(6), otherGiving(7)}
DataPriority ::= ENUMERATED {top(0), high(1), medium(2), low(3)}
Segmentation ::= BIT STRING {begin(0), end(1)}(SIZE (2))
DomainParameters ::= SEQUENCE {
maxChannelIds INTEGER(0..MAX),
-- a limit on channel ids in use,
-- static + user id + private + assigned
maxUserIds INTEGER(0..MAX),
-- a sublimit on user id channels alone
maxTokenIds INTEGER(0..MAX),
-- a limit on token ids in use
-- grabbed + inhibited + giving + ungivable + given
numPriorities INTEGER(0..MAX),
-- the number of TCs in an MCS connection
minThroughput INTEGER(0..MAX),
-- the enforced number of octets per second
maxHeight INTEGER(0..MAX),
-- a limit on the height of a provider
maxMCSPDUsize INTEGER(0..MAX),
-- an octet limit on domain MCSPDUs
protocolVersion INTEGER(0..MAX)
}
-- Part 2: Connect provider
Connect-Initial ::= [APPLICATION 101] IMPLICIT SEQUENCE {
callingDomainSelector OCTET STRING,
calledDomainSelector OCTET STRING,
upwardFlag BOOLEAN,
-- TRUE if called provider is higher
targetParameters DomainParameters,
minimumParameters DomainParameters,
maximumParameters DomainParameters,
userData OCTET STRING
}
Connect-Response ::= [APPLICATION 102] IMPLICIT SEQUENCE {
result Result,
calledConnectId INTEGER(0..MAX),
-- assigned by the called provider
-- to identify additional TCs of
-- the same MCS connection
domainParameters DomainParameters,
userData OCTET STRING
}
Connect-Additional ::= [APPLICATION 103] IMPLICIT SEQUENCE {
calledConnectId INTEGER(0..MAX),
dataPriority DataPriority
}
Connect-Result ::= [APPLICATION 104] IMPLICIT SEQUENCE {result Result
}
-- Part 3: Merge domain
PlumbDomainIndication ::= [APPLICATION 0] IMPLICIT SEQUENCE {
heightLimit INTEGER(0..MAX)
} -- a restriction on the MCSPDU receiver
ErectDomainRequest ::= [APPLICATION 1] IMPLICIT SEQUENCE {
subHeight INTEGER(0..MAX),
-- height in domain of the MCSPDU transmitter
subInterval INTEGER(0..MAX)
} -- its throughput enforcement interval in milliseconds
ChannelAttributes ::= CHOICE {
static [0] IMPLICIT SEQUENCE {channelId StaticChannelId}, -- joined is implicitly TRUE
userId
[1] IMPLICIT SEQUENCE {joined BOOLEAN,
-- TRUE if user is joined to its user id
userId UserId},
private
[2] IMPLICIT SEQUENCE {joined BOOLEAN,
-- TRUE if channel id is joined below
channelId PrivateChannelId,
manager UserId,
admitted SET OF UserId}, -- may span multiple MergeChannelsRequest
assigned [3] IMPLICIT SEQUENCE {channelId AssignedChannelId} -- joined is implicitly TRUE
}
MergeChannelsRequest ::= [APPLICATION 2] IMPLICIT SEQUENCE {
mergeChannels SET OF ChannelAttributes,
purgeChannelIds SET OF ChannelId
}
MergeChannelsConfirm ::= [APPLICATION 3] IMPLICIT SEQUENCE {
mergeChannels SET OF ChannelAttributes,
purgeChannelIds SET OF ChannelId
}
PurgeChannelsIndication ::= [APPLICATION 4] IMPLICIT SEQUENCE {
detachUserIds SET OF UserId,
-- purge user id channels
purgeChannelIds SET OF ChannelId
} -- purge other channels
TokenAttributes ::= CHOICE {
grabbed [0] IMPLICIT SEQUENCE {tokenId TokenId,
grabber UserId},
inhibited
[1] IMPLICIT SEQUENCE {tokenId TokenId,
inhibitors SET OF UserId}, -- may span multiple MergeTokensRequest
giving
[2] IMPLICIT SEQUENCE {tokenId TokenId,
grabber UserId,
recipient UserId},
ungivable [3] IMPLICIT SEQUENCE {tokenId TokenId,
grabber UserId}, -- recipient has since detached
given [4] IMPLICIT SEQUENCE {tokenId TokenId,
recipient UserId} -- grabber released or detached
}
MergeTokensRequest ::= [APPLICATION 5] IMPLICIT SEQUENCE {
mergeTokens SET OF TokenAttributes,
purgeTokenIds SET OF TokenId
}
MergeTokensConfirm ::= [APPLICATION 6] IMPLICIT SEQUENCE {
mergeTokens SET OF TokenAttributes,
purgeTokenIds SET OF TokenId
}
PurgeTokensIndication ::= [APPLICATION 7] IMPLICIT SEQUENCE {
purgeTokenIds SET OF TokenId
}
-- Part 4: Disconnect provider
DisconnectProviderUltimatum ::= [APPLICATION 8] IMPLICIT SEQUENCE {
reason Reason
}
RejectMCSPDUUltimatum ::= [APPLICATION 9] IMPLICIT SEQUENCE {
diagnostic Diagnostic,
initialOctets OCTET STRING
}
-- Part 5: Attach/Detach user
AttachUserRequest ::= [APPLICATION 10] IMPLICIT SEQUENCE {
}
AttachUserConfirm ::= [APPLICATION 11] IMPLICIT SEQUENCE {
result Result,
initiator UserId OPTIONAL
}
DetachUserRequest ::= [APPLICATION 12] IMPLICIT SEQUENCE {
reason Reason,
userIds SET OF UserId
}
DetachUserIndication ::= [APPLICATION 13] IMPLICIT SEQUENCE {
reason Reason,
userIds SET OF UserId
}
-- Part 6: Channel management
ChannelJoinRequest ::= [APPLICATION 14] IMPLICIT SEQUENCE {
initiator UserId,
channelId ChannelId
} -- may be zero
ChannelJoinConfirm ::= [APPLICATION 15] IMPLICIT SEQUENCE {
result Result,
initiator UserId,
requested ChannelId,
-- may be zero
channelId ChannelId OPTIONAL
}
ChannelLeaveRequest ::= [APPLICATION 16] IMPLICIT SEQUENCE {
channelIds SET OF ChannelId
}
ChannelConveneRequest ::= [APPLICATION 17] IMPLICIT SEQUENCE {initiator UserId
}
ChannelConveneConfirm ::= [APPLICATION 18] IMPLICIT SEQUENCE {
result Result,
initiator UserId,
channelId PrivateChannelId OPTIONAL
}
ChannelDisbandRequest ::= [APPLICATION 19] IMPLICIT SEQUENCE {
initiator UserId,
channelId PrivateChannelId
}
ChannelDisbandIndication ::= [APPLICATION 20] IMPLICIT SEQUENCE {
channelId PrivateChannelId
}
ChannelAdmitRequest ::= [APPLICATION 21] IMPLICIT SEQUENCE {
initiator UserId,
channelId PrivateChannelId,
userIds SET OF UserId
}
ChannelAdmitIndication ::= [APPLICATION 22] IMPLICIT SEQUENCE {
initiator UserId,
channelId PrivateChannelId,
userIds SET OF UserId
}
ChannelExpelRequest ::= [APPLICATION 23] IMPLICIT SEQUENCE {
initiator UserId,
channelId PrivateChannelId,
userIds SET OF UserId
}
ChannelExpelIndication ::= [APPLICATION 24] IMPLICIT SEQUENCE {
channelId PrivateChannelId,
userIds SET OF UserId
}
-- Part 7: Data transfer
SendDataRequest ::= [APPLICATION 25] IMPLICIT SEQUENCE {
initiator UserId,
channelId ChannelId,
dataPriority DataPriority,
segmentation Segmentation,
userData OCTET STRING
}
SendDataIndication ::= [APPLICATION 26] IMPLICIT SEQUENCE {
initiator UserId,
channelId ChannelId,
dataPriority DataPriority,
segmentation Segmentation,
userData OCTET STRING
}
UniformSendDataRequest ::= [APPLICATION 27] IMPLICIT SEQUENCE {
initiator UserId,
channelId ChannelId,
dataPriority DataPriority,
segmentation Segmentation,
userData OCTET STRING
}
UniformSendDataIndication ::= [APPLICATION 28] IMPLICIT SEQUENCE {
initiator UserId,
channelId ChannelId,
dataPriority DataPriority,
segmentation Segmentation,
userData OCTET STRING
}
-- Part 8: Token management
TokenGrabRequest ::= [APPLICATION 29] IMPLICIT SEQUENCE {
initiator UserId,
tokenId TokenId
}
TokenGrabConfirm ::= [APPLICATION 30] IMPLICIT SEQUENCE {
result Result,
initiator UserId,
tokenId TokenId,
tokenStatus TokenStatus
}
TokenInhibitRequest ::= [APPLICATION 31] IMPLICIT SEQUENCE {
initiator UserId,
tokenId TokenId
}
TokenInhibitConfirm ::= [APPLICATION 32] IMPLICIT SEQUENCE {
result Result,
initiator UserId,
tokenId TokenId,
tokenStatus TokenStatus
}
TokenGiveRequest ::= [APPLICATION 33] IMPLICIT SEQUENCE {
initiator UserId,
tokenId TokenId,
recipient UserId
}
TokenGiveIndication ::= [APPLICATION 34] IMPLICIT SEQUENCE {
initiator UserId,
tokenId TokenId,
recipient UserId
}
TokenGiveResponse ::= [APPLICATION 35] IMPLICIT SEQUENCE {
result Result,
recipient UserId,
tokenId TokenId
}
TokenGiveConfirm ::= [APPLICATION 36] IMPLICIT SEQUENCE {
result Result,
initiator UserId,
tokenId TokenId,
tokenStatus TokenStatus
}
TokenPleaseRequest ::= [APPLICATION 37] IMPLICIT SEQUENCE {
initiator UserId,
tokenId TokenId
}
TokenPleaseIndication ::= [APPLICATION 38] IMPLICIT SEQUENCE {
initiator UserId,
tokenId TokenId
}
TokenReleaseRequest ::= [APPLICATION 39] IMPLICIT SEQUENCE {
initiator UserId,
tokenId TokenId
}
TokenReleaseConfirm ::= [APPLICATION 40] IMPLICIT SEQUENCE {
result Result,
initiator UserId,
tokenId TokenId,
tokenStatus TokenStatus
}
TokenTestRequest ::= [APPLICATION 41] IMPLICIT SEQUENCE {
initiator UserId,
tokenId TokenId
}
TokenTestConfirm ::= [APPLICATION 42] IMPLICIT SEQUENCE {
initiator UserId,
tokenId TokenId,
tokenStatus TokenStatus
}
-- Part 9: Status codes
-- in DisconnectProviderUltimatum, DetachUserRequest, DetachUserIndication
Reason ::= ENUMERATED {
rn-domain-disconnected(0), rn-provider-initiated(1), rn-token-purged(2),
rn-user-requested(3), rn-channel-purged(4)}
-- in Connect, response, confirm
Result ::= ENUMERATED {
rt-successful(0), rt-domain-merging(1), rt-domain-not-hierarchical(2),
rt-no-such-channel(3), rt-no-such-domain(4), rt-no-such-user(5),
rt-not-admitted(6), rt-other-user-id(7), rt-parameters-unacceptable(8),
rt-token-not-available(9), rt-token-not-possessed(10),
rt-too-many-channels(11), rt-too-many-tokens(12), rt-too-many-users(13),
rt-unspecified-failure(14), rt-user-rejected(15)}
-- in RejectMCSPDUUltimatum
Diagnostic ::= ENUMERATED {
dc-inconsistent-merge(0), dc-forbidden-PDU-downward(1),
dc-forbidden-PDU-upward(2), dc-invalid-BER-encoding(3),
dc-invalid-PER-encoding(4), dc-misrouted-user(5), dc-unrequested-confirm(6),
dc-wrong-transport-priority(7), dc-channel-id-conflict(8),
dc-token-id-conflict(9), dc-not-user-id-channel(10),
dc-too-many-channels(11), dc-too-many-tokens(12), dc-too-many-users(13)
}
-- Part 10: MCSPDU repertoire
ConnectMCSPDU ::= CHOICE {
connect-initial Connect-Initial,
connect-response Connect-Response,
connect-additional Connect-Additional,
connect-result Connect-Result
}
DomainMCSPDU ::= CHOICE {
plumbDomainIndication PlumbDomainIndication,
erectDomainRequest ErectDomainRequest,
mergeChannelsRequest MergeChannelsRequest,
mergeChannelsConfirm MergeChannelsConfirm,
purgeChannelsIndication PurgeChannelsIndication,
mergeTokensRequest MergeTokensRequest,
mergeTokensConfirm MergeTokensConfirm,
purgeTokensIndication PurgeTokensIndication,
disconnectProviderUltimatum DisconnectProviderUltimatum,
rejectMCSPDUUltimatum RejectMCSPDUUltimatum,
attachUserRequest AttachUserRequest,
attachUserConfirm AttachUserConfirm,
detachUserRequest DetachUserRequest,
detachUserIndication DetachUserIndication,
channelJoinRequest ChannelJoinRequest,
channelJoinConfirm ChannelJoinConfirm,
channelLeaveRequest ChannelLeaveRequest,
channelConveneRequest ChannelConveneRequest,
channelConveneConfirm ChannelConveneConfirm,
channelDisbandRequest ChannelDisbandRequest,
channelDisbandIndication ChannelDisbandIndication,
channelAdmitRequest ChannelAdmitRequest,
channelAdmitIndication ChannelAdmitIndication,
channelExpelRequest ChannelExpelRequest,
channelExpelIndication ChannelExpelIndication,
sendDataRequest SendDataRequest,
sendDataIndication SendDataIndication,
uniformSendDataRequest UniformSendDataRequest,
uniformSendDataIndication UniformSendDataIndication,
tokenGrabRequest TokenGrabRequest,
tokenGrabConfirm TokenGrabConfirm,
tokenInhibitRequest TokenInhibitRequest,
tokenInhibitConfirm TokenInhibitConfirm,
tokenGiveRequest TokenGiveRequest,
tokenGiveIndication TokenGiveIndication,
tokenGiveResponse TokenGiveResponse,
tokenGiveConfirm TokenGiveConfirm,
tokenPleaseRequest TokenPleaseRequest,
tokenPleaseIndication TokenPleaseIndication,
tokenReleaseRequest TokenReleaseRequest,
tokenReleaseConfirm TokenReleaseConfirm,
tokenTestRequest TokenTestRequest,
tokenTestConfirm TokenTestConfirm
}
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D

View File

@ -0,0 +1,5 @@
# downloaded from ITU-T ASN.1 module database
# https://www.itu.int/ITU-T/recommendations/rec.aspx?rec=4220&lang=en
MCS-PROTOCOL.asn
MCS-PROTOCOL-3.asn
MAP-PROTOCOL.asn

View File

@ -0,0 +1,181 @@
MCS-PROTOCOL.ChannelId
MCS-PROTOCOL.StaticChannelId
MCS-PROTOCOL.DynamicChannelId
MCS-PROTOCOL.UserId
MCS-PROTOCOL.PrivateChannelId
MCS-PROTOCOL.AssignedChannelId
MCS-PROTOCOL.TokenId
MCS-PROTOCOL.TokenStatus
MCS-PROTOCOL.DataPriority
MCS-PROTOCOL.Segmentation
MCS-PROTOCOL.DomainParameters
MCS-PROTOCOL.Connect-Initial
MCS-PROTOCOL.Connect-Response
MCS-PROTOCOL.Connect-Additional
MCS-PROTOCOL.Connect-Result
MCS-PROTOCOL.PlumbDomainIndication
MCS-PROTOCOL.ErectDomainRequest
MCS-PROTOCOL.ChannelAttributes
MCS-PROTOCOL.MergeChannelsRequest
MCS-PROTOCOL.MergeChannelsConfirm
MCS-PROTOCOL.PurgeChannelsIndication
MCS-PROTOCOL.TokenAttributes
MCS-PROTOCOL.MergeTokensRequest
MCS-PROTOCOL.MergeTokensConfirm
MCS-PROTOCOL.PurgeTokensIndication
MCS-PROTOCOL.DisconnectProviderUltimatum
MCS-PROTOCOL.RejectMCSPDUUltimatum
MCS-PROTOCOL.AttachUserRequest
MCS-PROTOCOL.AttachUserConfirm
MCS-PROTOCOL.DetachUserRequest
MCS-PROTOCOL.DetachUserIndication
MCS-PROTOCOL.ChannelJoinRequest
MCS-PROTOCOL.ChannelJoinConfirm
MCS-PROTOCOL.ChannelLeaveRequest
MCS-PROTOCOL.ChannelConveneRequest
MCS-PROTOCOL.ChannelConveneConfirm
MCS-PROTOCOL.ChannelDisbandRequest
MCS-PROTOCOL.ChannelDisbandIndication
MCS-PROTOCOL.ChannelAdmitRequest
MCS-PROTOCOL.ChannelAdmitIndication
MCS-PROTOCOL.ChannelExpelRequest
MCS-PROTOCOL.ChannelExpelIndication
MCS-PROTOCOL.SendDataRequest
MCS-PROTOCOL.SendDataIndication
MCS-PROTOCOL.UniformSendDataRequest
MCS-PROTOCOL.UniformSendDataIndication
MCS-PROTOCOL.TokenGrabRequest
MCS-PROTOCOL.TokenGrabConfirm
MCS-PROTOCOL.TokenInhibitRequest
MCS-PROTOCOL.TokenInhibitConfirm
MCS-PROTOCOL.TokenGiveRequest
MCS-PROTOCOL.TokenGiveIndication
MCS-PROTOCOL.TokenGiveResponse
MCS-PROTOCOL.TokenGiveConfirm
MCS-PROTOCOL.TokenPleaseRequest
MCS-PROTOCOL.TokenPleaseIndication
MCS-PROTOCOL.TokenReleaseRequest
MCS-PROTOCOL.TokenReleaseConfirm
MCS-PROTOCOL.TokenTestRequest
MCS-PROTOCOL.TokenTestConfirm
MCS-PROTOCOL.Reason
MCS-PROTOCOL.Result
MCS-PROTOCOL.Diagnostic
MCS-PROTOCOL.ConnectMCSPDU
MCS-PROTOCOL.DomainMCSPDU
MCS-PROTOCOL-3.H221NonStandardIdentifier
MCS-PROTOCOL-3.Key
MCS-PROTOCOL-3.NonStandardParameter
MCS-PROTOCOL-3.ChannelId
MCS-PROTOCOL-3.StaticChannelId
MCS-PROTOCOL-3.DynamicChannelId
MCS-PROTOCOL-3.UserId
MCS-PROTOCOL-3.PrivateChannelId
MCS-PROTOCOL-3.AssignedChannelId
MCS-PROTOCOL-3.TokenId
MCS-PROTOCOL-3.TokenStatus
MCS-PROTOCOL-3.DataPriority
MCS-PROTOCOL-3.Segmentation
MCS-PROTOCOL-3.ExtendedParameters
MCS-PROTOCOL-3.ExtendedParameterPropose
MCS-PROTOCOL-3.ExtendedParameterAccept
MCS-PROTOCOL-3.PlumbDomainIndication
MCS-PROTOCOL-3.ErectDomainRequest
MCS-PROTOCOL-3.ChannelAttributes
MCS-PROTOCOL-3.MergeChannelsRequest
MCS-PROTOCOL-3.MergeChannelsConfirm
MCS-PROTOCOL-3.PurgeChannelsIndication
MCS-PROTOCOL-3.TokenAttributes
MCS-PROTOCOL-3.MergeTokensRequest
MCS-PROTOCOL-3.MergeTokensConfirm
MCS-PROTOCOL-3.PurgeTokensIndication
MCS-PROTOCOL-3.DisconnectProviderUltimatum
MCS-PROTOCOL-3.RejectMCSPDUUltimatum
MCS-PROTOCOL-3.AttachUserRequest
MCS-PROTOCOL-3.AttachUserConfirm
MCS-PROTOCOL-3.DetachUserRequest
MCS-PROTOCOL-3.DetachUserIndication
MCS-PROTOCOL-3.ChannelJoinRequest
MCS-PROTOCOL-3.ChannelJoinConfirm
MCS-PROTOCOL-3.ChannelLeaveRequest
MCS-PROTOCOL-3.ChannelConveneRequest
MCS-PROTOCOL-3.ChannelConveneConfirm
MCS-PROTOCOL-3.ChannelDisbandRequest
MCS-PROTOCOL-3.ChannelDisbandIndication
MCS-PROTOCOL-3.ChannelAdmitRequest
MCS-PROTOCOL-3.ChannelAdmitIndication
MCS-PROTOCOL-3.ChannelExpelRequest
MCS-PROTOCOL-3.ChannelExpelIndication
MCS-PROTOCOL-3.SendDataRequest
MCS-PROTOCOL-3.SendDataIndication
MCS-PROTOCOL-3.UniformSendDataRequest
MCS-PROTOCOL-3.UniformSendDataIndication
MCS-PROTOCOL-3.TokenGrabRequest
MCS-PROTOCOL-3.TokenGrabConfirm
MCS-PROTOCOL-3.TokenInhibitRequest
MCS-PROTOCOL-3.TokenInhibitConfirm
MCS-PROTOCOL-3.TokenGiveRequest
MCS-PROTOCOL-3.TokenGiveIndication
MCS-PROTOCOL-3.TokenGiveResponse
MCS-PROTOCOL-3.TokenGiveConfirm
MCS-PROTOCOL-3.TokenPleaseRequest
MCS-PROTOCOL-3.TokenPleaseIndication
MCS-PROTOCOL-3.TokenReleaseRequest
MCS-PROTOCOL-3.TokenReleaseConfirm
MCS-PROTOCOL-3.TokenTestRequest
MCS-PROTOCOL-3.TokenTestConfirm
MCS-PROTOCOL-3.CapabilityID
MCS-PROTOCOL-3.CapabilityClass
MCS-PROTOCOL-3.ParticipationIndicator
MCS-PROTOCOL-3.RequestCapability
MCS-PROTOCOL-3.SeqOfRequestCapabilities
MCS-PROTOCOL-3.IndicationCapability
MCS-PROTOCOL-3.SeqOfIndicationCapabilities
MCS-PROTOCOL-3.CapabilitiesNotificationRequest
MCS-PROTOCOL-3.CapabilitiesNotificationIndication
MCS-PROTOCOL-3.Reason
MCS-PROTOCOL-3.Result
MCS-PROTOCOL-3.Diagnostic
MCS-PROTOCOL-3.NonStandardPDU
MCS-PROTOCOL-3.ExtendedParameterMCSPDU
MCS-PROTOCOL-3.DomainMCSPDU
MAP-PROTOCOL.H221NonStandardIdentifier
MAP-PROTOCOL.Key
MAP-PROTOCOL.NonStandardParameter
MAP-PROTOCOL.NonStandardPDU
MAP-PROTOCOL.VersionNumber
MAP-PROTOCOL.Priority
MAP-PROTOCOL.PriorityRange
MAP-PROTOCOL.MAPConnectRequestPDU
MAP-PROTOCOL.MAPConnectConfirmPDU
MAP-PROTOCOL.Reason
MAP-PROTOCOL.MAPDisconnectRequestPDU
MAP-PROTOCOL.MAPDisconnectConfirmPDU
MAP-PROTOCOL.TransportProtocolID
MAP-PROTOCOL.TransportProtocolType
MAP-PROTOCOL.NetworkAddress
MAP-PROTOCOL.PayloadSize
MAP-PROTOCOL.TransportProtocolRequestEntry
MAP-PROTOCOL.MAPArbitrateProtocolsRequestPDU
MAP-PROTOCOL.TransportProtocolConfirmEntry
MAP-PROTOCOL.MAPArbitrateProtocolsConfirmPDU
MAP-PROTOCOL.SenderID
MAP-PROTOCOL.ChannelID
MAP-PROTOCOL.ReliabilityLevel
MAP-PROTOCOL.DataType
MAP-PROTOCOL.DataFlowIdentifier
MAP-PROTOCOL.SequenceNumber
MAP-PROTOCOL.DataDescriptor
MAP-PROTOCOL.DataFrameEntry
MAP-PROTOCOL.MAPDataPDU
MAP-PROTOCOL.Metachannel
MAP-PROTOCOL.MAPAddGroupRequestPDU
MAP-PROTOCOL.MAPRemoveGroupRequestPDU
MAP-PROTOCOL.MAPDisableUnicastRequestPDU
MAP-PROTOCOL.MAPEnableUnicastRequestPDU
MAP-PROTOCOL.MAPEnableUnicastConfirmPDU
MAP-PROTOCOL.MAPDisableMulticastRequestPDU
MAP-PROTOCOL.MAPDisableMulticastConfirmPDU
MAP-PROTOCOL.MAPEnableMulticastRequestPDU
MAP-PROTOCOL.MAPSequenceNumberPDU
MAP-PROTOCOL.MAPPDU

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
# downloaded from ITU-T ASN.1 module database
# https://www.itu.int/ITU-T/recommendations/rec.aspx?id=9515&lang=en
AS-PROTOCOL-for-legacy-mode.asn
GCC-PROTOCOL.asn
AS-PROTOCOL-for-PER-encoding.asn

View File

@ -0,0 +1,390 @@
AS-PROTOCOL-for-legacy-mode.maxSourceDescriptor
AS-PROTOCOL-for-legacy-mode.maxTerminalDescriptor
AS-PROTOCOL-for-legacy-mode.maxFonts
AS-PROTOCOL-for-legacy-mode.maxPassword
AS-PROTOCOL-for-legacy-mode.maxFaceName
AS-PROTOCOL-for-legacy-mode.maxTitleString
AS-PROTOCOL-for-legacy-mode.maxInputEvents
AS-PROTOCOL-for-legacy-mode.BitString8
AS-PROTOCOL-for-legacy-mode.BitString16
AS-PROTOCOL-for-legacy-mode.BitString32
AS-PROTOCOL-for-legacy-mode.Coordinate8
AS-PROTOCOL-for-legacy-mode.Coordinate16
AS-PROTOCOL-for-legacy-mode.Integer4
AS-PROTOCOL-for-legacy-mode.Integer8
AS-PROTOCOL-for-legacy-mode.Integer12
AS-PROTOCOL-for-legacy-mode.Integer16
AS-PROTOCOL-for-legacy-mode.Integer32
AS-PROTOCOL-for-legacy-mode.Boolean16
AS-PROTOCOL-for-legacy-mode.UserID
AS-PROTOCOL-for-legacy-mode.ShareID
AS-PROTOCOL-for-legacy-mode.WindowID
AS-PROTOCOL-for-legacy-mode.T50String
AS-PROTOCOL-for-legacy-mode.ASString
AS-PROTOCOL-for-legacy-mode.BitmapCompressionCapabilityFlags
AS-PROTOCOL-for-legacy-mode.BoundsOrderFlags
AS-PROTOCOL-for-legacy-mode.ControlCapabilityFlags
AS-PROTOCOL-for-legacy-mode.ControlOrderFlags
AS-PROTOCOL-for-legacy-mode.ExtraOrderFlags
AS-PROTOCOL-for-legacy-mode.ExtraTextFlags
AS-PROTOCOL-for-legacy-mode.FontAttributeFlags
AS-PROTOCOL-for-legacy-mode.KeyboardFlags
AS-PROTOCOL-for-legacy-mode.OrderCapabilityFlags
AS-PROTOCOL-for-legacy-mode.PointingDeviceFlags
AS-PROTOCOL-for-legacy-mode.TextAttributeFlags
AS-PROTOCOL-for-legacy-mode.TextCapabilityFlags
AS-PROTOCOL-for-legacy-mode.WindowAttributeFlags
AS-PROTOCOL-for-legacy-mode.ApplicationAction
AS-PROTOCOL-for-legacy-mode.BackgroundMixMode
AS-PROTOCOL-for-legacy-mode.BitmapData
AS-PROTOCOL-for-legacy-mode.Brush
AS-PROTOCOL-for-legacy-mode.BrushHatch
AS-PROTOCOL-for-legacy-mode.BrushStyle
AS-PROTOCOL-for-legacy-mode.Color
AS-PROTOCOL-for-legacy-mode.ColorQuad
AS-PROTOCOL-for-legacy-mode.ColorPointerAttribute
AS-PROTOCOL-for-legacy-mode.CompressedBitmapData
AS-PROTOCOL-for-legacy-mode.ControlAction
AS-PROTOCOL-for-legacy-mode.ControlPriority
AS-PROTOCOL-for-legacy-mode.Coordinate
AS-PROTOCOL-for-legacy-mode.DesktopSaveAction
AS-PROTOCOL-for-legacy-mode.FontAttribute
AS-PROTOCOL-for-legacy-mode.FontCodePage
AS-PROTOCOL-for-legacy-mode.HatchStyle
AS-PROTOCOL-for-legacy-mode.InputMessageType
AS-PROTOCOL-for-legacy-mode.MediatedControlAction
AS-PROTOCOL-for-legacy-mode.MonoPointerAttribute
AS-PROTOCOL-for-legacy-mode.OSMajorType
AS-PROTOCOL-for-legacy-mode.OSMinorType
AS-PROTOCOL-for-legacy-mode.PDUType
AS-PROTOCOL-for-legacy-mode.PDUType2
AS-PROTOCOL-for-legacy-mode.PDUTypeFlow
AS-PROTOCOL-for-legacy-mode.Pen
AS-PROTOCOL-for-legacy-mode.PenStyle
AS-PROTOCOL-for-legacy-mode.Point16
AS-PROTOCOL-for-legacy-mode.PointerMessageType
AS-PROTOCOL-for-legacy-mode.PrimaryOrderType
AS-PROTOCOL-for-legacy-mode.Rectangle16
AS-PROTOCOL-for-legacy-mode.RemoteShareAction
AS-PROTOCOL-for-legacy-mode.RemoteShareDenial
AS-PROTOCOL-for-legacy-mode.ROP2
AS-PROTOCOL-for-legacy-mode.ROP3
AS-PROTOCOL-for-legacy-mode.SecondaryOrderType
AS-PROTOCOL-for-legacy-mode.StreamID
AS-PROTOCOL-for-legacy-mode.SynchronizeMessageType
AS-PROTOCOL-for-legacy-mode.SystemPointerType
AS-PROTOCOL-for-legacy-mode.UpdateType
AS-PROTOCOL-for-legacy-mode.WindowActivationAction
AS-PROTOCOL-for-legacy-mode.WindowAttribute
AS-PROTOCOL-for-legacy-mode.WindowListMessageType
AS-PROTOCOL-for-legacy-mode.WindowTitle
AS-PROTOCOL-for-legacy-mode.CapabilitySetType
AS-PROTOCOL-for-legacy-mode.GeneralCapabilitySet
AS-PROTOCOL-for-legacy-mode.BitmapCapabilitySet
AS-PROTOCOL-for-legacy-mode.OrderCapabilitySet
AS-PROTOCOL-for-legacy-mode.BitmapCacheCapabilitySet
AS-PROTOCOL-for-legacy-mode.ColorCacheCapabilitySet
AS-PROTOCOL-for-legacy-mode.ActivationCapabilitySet
AS-PROTOCOL-for-legacy-mode.ControlCapabilitySet
AS-PROTOCOL-for-legacy-mode.PointerCapabilitySet
AS-PROTOCOL-for-legacy-mode.ShareCapabilitySet
AS-PROTOCOL-for-legacy-mode.NonStandardCapabilitySet
AS-PROTOCOL-for-legacy-mode.CombinedCapabilities
AS-PROTOCOL-for-legacy-mode.UpdateCapabilitySet
AS-PROTOCOL-for-legacy-mode.InputEvent
AS-PROTOCOL-for-legacy-mode.KeyboardEvent
AS-PROTOCOL-for-legacy-mode.PointingDeviceEvent
AS-PROTOCOL-for-legacy-mode.SynchronizeEvent
AS-PROTOCOL-for-legacy-mode.PrimaryOrderHeader
AS-PROTOCOL-for-legacy-mode.SecondaryOrderHeader
AS-PROTOCOL-for-legacy-mode.ShareControlHeader
AS-PROTOCOL-for-legacy-mode.ShareDataHeader
AS-PROTOCOL-for-legacy-mode.DestinationBltOrder
AS-PROTOCOL-for-legacy-mode.PatternBltOrder
AS-PROTOCOL-for-legacy-mode.ScreenBltOrder
AS-PROTOCOL-for-legacy-mode.CacheBitmapOrder
AS-PROTOCOL-for-legacy-mode.CacheColorTableOrder
AS-PROTOCOL-for-legacy-mode.MemoryBltOrder
AS-PROTOCOL-for-legacy-mode.MemoryThreeWayBltOrder
AS-PROTOCOL-for-legacy-mode.TextOrder
AS-PROTOCOL-for-legacy-mode.ExtendedTextOrder
AS-PROTOCOL-for-legacy-mode.FrameOrder
AS-PROTOCOL-for-legacy-mode.RectangleOrder
AS-PROTOCOL-for-legacy-mode.OpaqueRectangleOrder
AS-PROTOCOL-for-legacy-mode.LineOrder
AS-PROTOCOL-for-legacy-mode.DesktopSaveOrder
AS-PROTOCOL-for-legacy-mode.DesktopOriginOrder
AS-PROTOCOL-for-legacy-mode.PrimaryOrder
AS-PROTOCOL-for-legacy-mode.SecondaryOrder
AS-PROTOCOL-for-legacy-mode.UpdateOrder
AS-PROTOCOL-for-legacy-mode.ApplicationPDU
AS-PROTOCOL-for-legacy-mode.ConfirmActivePDU
AS-PROTOCOL-for-legacy-mode.ControlPDU
AS-PROTOCOL-for-legacy-mode.DeactivateAllPDU
AS-PROTOCOL-for-legacy-mode.DeactivateOtherPDU
AS-PROTOCOL-for-legacy-mode.DeactivateSelfPDU
AS-PROTOCOL-for-legacy-mode.DemandActivePDU
AS-PROTOCOL-for-legacy-mode.FlowPDU
AS-PROTOCOL-for-legacy-mode.FontPDU
AS-PROTOCOL-for-legacy-mode.InputPDU
AS-PROTOCOL-for-legacy-mode.MediatedControlPDU
AS-PROTOCOL-for-legacy-mode.PointerPDU
AS-PROTOCOL-for-legacy-mode.RemoteSharePDU
AS-PROTOCOL-for-legacy-mode.RequestActivePDU
AS-PROTOCOL-for-legacy-mode.SynchronizePDU
AS-PROTOCOL-for-legacy-mode.UpdateBitmapPDU
AS-PROTOCOL-for-legacy-mode.UpdateCapabilityPDU
AS-PROTOCOL-for-legacy-mode.UpdateOrdersPDU
AS-PROTOCOL-for-legacy-mode.UpdatePalettePDU
AS-PROTOCOL-for-legacy-mode.UpdateSynchronizePDU
AS-PROTOCOL-for-legacy-mode.WindowActivationPDU
AS-PROTOCOL-for-legacy-mode.WindowListPDU
AS-PROTOCOL-for-legacy-mode.SharePDU
GCC-PROTOCOL.ChannelID
GCC-PROTOCOL.StaticChannelID
GCC-PROTOCOL.DynamicChannelID
GCC-PROTOCOL.UserID
GCC-PROTOCOL.TokenID
GCC-PROTOCOL.StaticTokenID
GCC-PROTOCOL.DynamicTokenID
GCC-PROTOCOL.Time
GCC-PROTOCOL.Handle
GCC-PROTOCOL.H221NonStandardIdentifier
GCC-PROTOCOL.Key
GCC-PROTOCOL.NonStandardParameter
GCC-PROTOCOL.TextString
GCC-PROTOCOL.simpleTextFirstCharacter
GCC-PROTOCOL.simpleTextLastCharacter
GCC-PROTOCOL.SimpleTextString
GCC-PROTOCOL.SimpleNumericString
GCC-PROTOCOL.DiallingString
GCC-PROTOCOL.SubAddressString
GCC-PROTOCOL.ExtraDiallingString
GCC-PROTOCOL.UserData
GCC-PROTOCOL.Password
GCC-PROTOCOL.PasswordSelector
GCC-PROTOCOL.ChallengeResponseItem
GCC-PROTOCOL.ChallengeResponseAlgorithm
GCC-PROTOCOL.ChallengeItem
GCC-PROTOCOL.ChallengeRequest
GCC-PROTOCOL.ChallengeResponse
GCC-PROTOCOL.PasswordChallengeRequestResponse
GCC-PROTOCOL.ConferenceName
GCC-PROTOCOL.ConferenceNameSelector
GCC-PROTOCOL.ConferenceNameModifier
GCC-PROTOCOL.Privilege
GCC-PROTOCOL.TerminationMethod
GCC-PROTOCOL.ConferencePriorityScheme
GCC-PROTOCOL.ConferencePriority
GCC-PROTOCOL.NodeCategory
GCC-PROTOCOL.ConferenceMode
GCC-PROTOCOL.NetworkAddress
GCC-PROTOCOL.MediaList
GCC-PROTOCOL.ChannelAggregationMethod
GCC-PROTOCOL.Profile
GCC-PROTOCOL.ExtendedE164NetworkAddress
GCC-PROTOCOL.TransportAddress
GCC-PROTOCOL.GSTNConnection
GCC-PROTOCOL.ISDNConnection
GCC-PROTOCOL.CSDNConnection
GCC-PROTOCOL.PSDNConnection
GCC-PROTOCOL.ATMConnection
GCC-PROTOCOL.NetworkConnection
GCC-PROTOCOL.NetworkAddressV2
GCC-PROTOCOL.NodeType
GCC-PROTOCOL.NodeProperties
GCC-PROTOCOL.AsymmetryIndicator
GCC-PROTOCOL.AlternativeNodeID
GCC-PROTOCOL.ConferenceDescriptor
GCC-PROTOCOL.NodeRecord
GCC-PROTOCOL.SessionKey
GCC-PROTOCOL.ChannelType
GCC-PROTOCOL.ApplicationRecord
GCC-PROTOCOL.CapabilityID
GCC-PROTOCOL.CapabilityClass
GCC-PROTOCOL.EntityID
GCC-PROTOCOL.ApplicationInvokeSpecifier
GCC-PROTOCOL.RegistryKey
GCC-PROTOCOL.RegistryItem
GCC-PROTOCOL.RegistryEntryOwner
GCC-PROTOCOL.RegistryModificationRights
GCC-PROTOCOL.UserIDIndication
GCC-PROTOCOL.ConferenceCreateRequest
GCC-PROTOCOL.ConferenceCreateResponse
GCC-PROTOCOL.ConferenceQueryRequest
GCC-PROTOCOL.ConferenceQueryResponse
GCC-PROTOCOL.ConferenceJoinRequest
GCC-PROTOCOL.ConferenceJoinResponse
GCC-PROTOCOL.ConferenceInviteRequest
GCC-PROTOCOL.ConferenceInviteResponse
GCC-PROTOCOL.ConferenceAddRequest
GCC-PROTOCOL.ConferenceAddResponse
GCC-PROTOCOL.ConferenceLockRequest
GCC-PROTOCOL.ConferenceLockResponse
GCC-PROTOCOL.ConferenceLockIndication
GCC-PROTOCOL.ConferenceUnlockRequest
GCC-PROTOCOL.ConferenceUnlockResponse
GCC-PROTOCOL.ConferenceUnlockIndication
GCC-PROTOCOL.ConferenceTerminateRequest
GCC-PROTOCOL.ConferenceTerminateResponse
GCC-PROTOCOL.ConferenceTerminateIndication
GCC-PROTOCOL.ConferenceEjectUserRequest
GCC-PROTOCOL.ConferenceEjectUserResponse
GCC-PROTOCOL.ConferenceEjectUserIndication
GCC-PROTOCOL.ConferenceTransferRequest
GCC-PROTOCOL.ConferenceTransferResponse
GCC-PROTOCOL.ConferenceTransferIndication
GCC-PROTOCOL.RosterUpdateIndication
GCC-PROTOCOL.ApplicationInvokeIndication
GCC-PROTOCOL.RegistryRegisterChannelRequest
GCC-PROTOCOL.RegistryAssignTokenRequest
GCC-PROTOCOL.RegistrySetParameterRequest
GCC-PROTOCOL.RegistryRetrieveEntryRequest
GCC-PROTOCOL.RegistryDeleteEntryRequest
GCC-PROTOCOL.RegistryMonitorEntryRequest
GCC-PROTOCOL.RegistryMonitorEntryIndication
GCC-PROTOCOL.RegistryAllocateHandleRequest
GCC-PROTOCOL.RegistryAllocateHandleResponse
GCC-PROTOCOL.RegistryResponse
GCC-PROTOCOL.ConductorAssignIndication
GCC-PROTOCOL.ConductorReleaseIndication
GCC-PROTOCOL.ConductorPermissionAskIndication
GCC-PROTOCOL.ConductorPermissionGrantIndication
GCC-PROTOCOL.ConferenceTimeRemainingIndication
GCC-PROTOCOL.ConferenceTimeInquireIndication
GCC-PROTOCOL.ConferenceTimeExtendIndication
GCC-PROTOCOL.ConferenceAssistanceIndication
GCC-PROTOCOL.TextMessageIndication
GCC-PROTOCOL.RosterRefreshRequest
GCC-PROTOCOL.FunctionNotSupportedResponse
GCC-PROTOCOL.NonStandardPDU
GCC-PROTOCOL.ConnectData
GCC-PROTOCOL.ConnectGCCPDU
GCC-PROTOCOL.GCCPDU
GCC-PROTOCOL.RequestPDU
GCC-PROTOCOL.ResponsePDU
GCC-PROTOCOL.IndicationPDU
AS-PROTOCOL-for-PER-encoding.Coordinate8
AS-PROTOCOL-for-PER-encoding.Coordinate16
AS-PROTOCOL-for-PER-encoding.Integer8
AS-PROTOCOL-for-PER-encoding.Integer12
AS-PROTOCOL-for-PER-encoding.Integer16
AS-PROTOCOL-for-PER-encoding.Integer32
AS-PROTOCOL-for-PER-encoding.Signed16
AS-PROTOCOL-for-PER-encoding.ShareID
AS-PROTOCOL-for-PER-encoding.WindowID
AS-PROTOCOL-for-PER-encoding.T50String
AS-PROTOCOL-for-PER-encoding.ASString
AS-PROTOCOL-for-PER-encoding.ExtraTextFlags
AS-PROTOCOL-for-PER-encoding.FontAttributeFlags
AS-PROTOCOL-for-PER-encoding.KeyboardFlags
AS-PROTOCOL-for-PER-encoding.PointingDeviceFlags
AS-PROTOCOL-for-PER-encoding.TextAttributeFlags
AS-PROTOCOL-for-PER-encoding.WindowAttributeFlags
AS-PROTOCOL-for-PER-encoding.ActivateWindowRequest
AS-PROTOCOL-for-PER-encoding.ActivationHelpKeyRequest
AS-PROTOCOL-for-PER-encoding.ActivationHelpIndexKeyRequest
AS-PROTOCOL-for-PER-encoding.ActivationHelpExtendedKeyRequest
AS-PROTOCOL-for-PER-encoding.BackgroundMixMode
AS-PROTOCOL-for-PER-encoding.BitmapData
AS-PROTOCOL-for-PER-encoding.Brush
AS-PROTOCOL-for-PER-encoding.BrushHatch
AS-PROTOCOL-for-PER-encoding.BrushStyle
AS-PROTOCOL-for-PER-encoding.CloseWindowRequest
AS-PROTOCOL-for-PER-encoding.Color
AS-PROTOCOL-for-PER-encoding.ColorAccuracyEnhancementRGB
AS-PROTOCOL-for-PER-encoding.ColorCIExyChromaticity
AS-PROTOCOL-for-PER-encoding.ColorPalette
AS-PROTOCOL-for-PER-encoding.ColorPointerAttribute
AS-PROTOCOL-for-PER-encoding.ColorRGB
AS-PROTOCOL-for-PER-encoding.ColorSpaceSpecifier
AS-PROTOCOL-for-PER-encoding.CompressedBitmapData
AS-PROTOCOL-for-PER-encoding.ConfirmDetachResponse
AS-PROTOCOL-for-PER-encoding.ConfirmRemoteShare
AS-PROTOCOL-for-PER-encoding.ConfirmTakeResponse
AS-PROTOCOL-for-PER-encoding.ControlPriority
AS-PROTOCOL-for-PER-encoding.Cooperate
AS-PROTOCOL-for-PER-encoding.Coordinate
AS-PROTOCOL-for-PER-encoding.DesktopSaveAction
AS-PROTOCOL-for-PER-encoding.DenyDetachResponse
AS-PROTOCOL-for-PER-encoding.DenyPassResponse
AS-PROTOCOL-for-PER-encoding.DenyTakeResponse
AS-PROTOCOL-for-PER-encoding.DenyRemoteDetachResponse
AS-PROTOCOL-for-PER-encoding.DenyRemoteShare
AS-PROTOCOL-for-PER-encoding.Detach
AS-PROTOCOL-for-PER-encoding.DetachRequest
AS-PROTOCOL-for-PER-encoding.FontAttribute
AS-PROTOCOL-for-PER-encoding.FontCodePage
AS-PROTOCOL-for-PER-encoding.GeneralCompressionSpecifier
AS-PROTOCOL-for-PER-encoding.GrantControl
AS-PROTOCOL-for-PER-encoding.HatchStyle
AS-PROTOCOL-for-PER-encoding.HostedWindowActiveIndication
AS-PROTOCOL-for-PER-encoding.HostedWindowInvisibleIndication
AS-PROTOCOL-for-PER-encoding.LocalWindowActiveIndication
AS-PROTOCOL-for-PER-encoding.MonoPointerAttribute
AS-PROTOCOL-for-PER-encoding.NotifyHostedApplications
AS-PROTOCOL-for-PER-encoding.PassControlRequest
AS-PROTOCOL-for-PER-encoding.Pen
AS-PROTOCOL-for-PER-encoding.PenStyle
AS-PROTOCOL-for-PER-encoding.Point16
AS-PROTOCOL-for-PER-encoding.PointerDeviceCaptureIndication
AS-PROTOCOL-for-PER-encoding.Rectangle16
AS-PROTOCOL-for-PER-encoding.RemoteDetachRequest
AS-PROTOCOL-for-PER-encoding.RemoteShareDenial
AS-PROTOCOL-for-PER-encoding.RequestControl
AS-PROTOCOL-for-PER-encoding.RequestRemoteShare
AS-PROTOCOL-for-PER-encoding.RestoreWindowRequest
AS-PROTOCOL-for-PER-encoding.ROP2
AS-PROTOCOL-for-PER-encoding.ROP3
AS-PROTOCOL-for-PER-encoding.SystemPointerType
AS-PROTOCOL-for-PER-encoding.TakeControlRequest
AS-PROTOCOL-for-PER-encoding.UnhostApplication
AS-PROTOCOL-for-PER-encoding.V42bisCompression
AS-PROTOCOL-for-PER-encoding.WindowAttribute
AS-PROTOCOL-for-PER-encoding.WindowManagerMenuRequest
AS-PROTOCOL-for-PER-encoding.WindowTitle
AS-PROTOCOL-for-PER-encoding.InputEvent
AS-PROTOCOL-for-PER-encoding.CodePointEvent
AS-PROTOCOL-for-PER-encoding.VirtualKeyEvent
AS-PROTOCOL-for-PER-encoding.PointingDeviceEvent
AS-PROTOCOL-for-PER-encoding.SynchronizeEvent
AS-PROTOCOL-for-PER-encoding.PrimaryOrderHeader
AS-PROTOCOL-for-PER-encoding.ShareDataHeader
AS-PROTOCOL-for-PER-encoding.DestinationBltOrder
AS-PROTOCOL-for-PER-encoding.PatternBltOrder
AS-PROTOCOL-for-PER-encoding.ScreenBltOrder
AS-PROTOCOL-for-PER-encoding.CacheBitmapOrder
AS-PROTOCOL-for-PER-encoding.CacheColorTableOrder
AS-PROTOCOL-for-PER-encoding.MemoryBltOrder
AS-PROTOCOL-for-PER-encoding.MemoryThreeWayBltOrder
AS-PROTOCOL-for-PER-encoding.TextOrder
AS-PROTOCOL-for-PER-encoding.ExtendedTextOrder
AS-PROTOCOL-for-PER-encoding.FrameOrder
AS-PROTOCOL-for-PER-encoding.RectangleOrder
AS-PROTOCOL-for-PER-encoding.OpaqueRectangleOrder
AS-PROTOCOL-for-PER-encoding.LineOrder
AS-PROTOCOL-for-PER-encoding.DesktopSaveOrder
AS-PROTOCOL-for-PER-encoding.DesktopOriginOrder
AS-PROTOCOL-for-PER-encoding.ColorSpaceOrder
AS-PROTOCOL-for-PER-encoding.PrimaryOrder
AS-PROTOCOL-for-PER-encoding.SecondaryOrder
AS-PROTOCOL-for-PER-encoding.UpdateOrder
AS-PROTOCOL-for-PER-encoding.ApplicationPDU
AS-PROTOCOL-for-PER-encoding.ControlPDU
AS-PROTOCOL-for-PER-encoding.FlowResponsePDU
AS-PROTOCOL-for-PER-encoding.FlowStopPDU
AS-PROTOCOL-for-PER-encoding.FlowTestPDU
AS-PROTOCOL-for-PER-encoding.FontPDU
AS-PROTOCOL-for-PER-encoding.InputPDU
AS-PROTOCOL-for-PER-encoding.MediatedControlPDU
AS-PROTOCOL-for-PER-encoding.PointerPDU
AS-PROTOCOL-for-PER-encoding.RemoteSharePDU
AS-PROTOCOL-for-PER-encoding.SynchronizePDU
AS-PROTOCOL-for-PER-encoding.UpdateBitmapPDU
AS-PROTOCOL-for-PER-encoding.UpdateOrdersPDU
AS-PROTOCOL-for-PER-encoding.UpdatePalettePDU
AS-PROTOCOL-for-PER-encoding.UpdateSynchronizePDU
AS-PROTOCOL-for-PER-encoding.WindowActivationPDU
AS-PROTOCOL-for-PER-encoding.WindowListPDU
AS-PROTOCOL-for-PER-encoding.ASNonStandardPDU
AS-PROTOCOL-for-PER-encoding.SharePDU

404
pycrate_asn1dir/T124.json Normal file
View File

@ -0,0 +1,404 @@
{
"_comment": "code automatically generated by pycrate_asn1c",
"nodes": [
{"id": "_IMPL_.REAL", "group": 0},
{"id": "_IMPL_.EXTERNAL", "group": 0},
{"id": "_IMPL_.EMBEDDED PDV", "group": 0},
{"id": "_IMPL_.CHARACTER STRING", "group": 0},
{"id": "_IMPL_.TYPE-IDENTIFIER", "group": 0},
{"id": "_IMPL_.ABSTRACT-SYNTAX", "group": 0},
{"id": "GCC-PROTOCOL.ChannelID", "group": 2},
{"id": "GCC-PROTOCOL.StaticChannelID", "group": 2},
{"id": "GCC-PROTOCOL.DynamicChannelID", "group": 2},
{"id": "GCC-PROTOCOL.UserID", "group": 2},
{"id": "GCC-PROTOCOL.TokenID", "group": 2},
{"id": "GCC-PROTOCOL.StaticTokenID", "group": 2},
{"id": "GCC-PROTOCOL.DynamicTokenID", "group": 2},
{"id": "GCC-PROTOCOL.Time", "group": 2},
{"id": "GCC-PROTOCOL.Handle", "group": 2},
{"id": "GCC-PROTOCOL.H221NonStandardIdentifier", "group": 2},
{"id": "GCC-PROTOCOL.Key", "group": 2},
{"id": "GCC-PROTOCOL.NonStandardParameter", "group": 2},
{"id": "GCC-PROTOCOL.TextString", "group": 2},
{"id": "GCC-PROTOCOL.simpleTextFirstCharacter", "group": 2},
{"id": "GCC-PROTOCOL.simpleTextLastCharacter", "group": 2},
{"id": "GCC-PROTOCOL.SimpleTextString", "group": 2},
{"id": "GCC-PROTOCOL.SimpleNumericString", "group": 2},
{"id": "GCC-PROTOCOL.DiallingString", "group": 2},
{"id": "GCC-PROTOCOL.SubAddressString", "group": 2},
{"id": "GCC-PROTOCOL.ExtraDiallingString", "group": 2},
{"id": "GCC-PROTOCOL.UserData", "group": 2},
{"id": "GCC-PROTOCOL.Password", "group": 2},
{"id": "GCC-PROTOCOL.PasswordSelector", "group": 2},
{"id": "GCC-PROTOCOL.ChallengeResponseItem", "group": 2},
{"id": "GCC-PROTOCOL.ChallengeResponseAlgorithm", "group": 2},
{"id": "GCC-PROTOCOL.ChallengeItem", "group": 2},
{"id": "GCC-PROTOCOL.ChallengeRequest", "group": 2},
{"id": "GCC-PROTOCOL.ChallengeResponse", "group": 2},
{"id": "GCC-PROTOCOL.PasswordChallengeRequestResponse", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceName", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceNameSelector", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceNameModifier", "group": 2},
{"id": "GCC-PROTOCOL.Privilege", "group": 2},
{"id": "GCC-PROTOCOL.TerminationMethod", "group": 2},
{"id": "GCC-PROTOCOL.ConferencePriorityScheme", "group": 2},
{"id": "GCC-PROTOCOL.ConferencePriority", "group": 2},
{"id": "GCC-PROTOCOL.NodeCategory", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceMode", "group": 2},
{"id": "GCC-PROTOCOL.NetworkAddress", "group": 2},
{"id": "GCC-PROTOCOL.MediaList", "group": 2},
{"id": "GCC-PROTOCOL.ChannelAggregationMethod", "group": 2},
{"id": "GCC-PROTOCOL.Profile", "group": 2},
{"id": "GCC-PROTOCOL.ExtendedE164NetworkAddress", "group": 2},
{"id": "GCC-PROTOCOL.TransportAddress", "group": 2},
{"id": "GCC-PROTOCOL.GSTNConnection", "group": 2},
{"id": "GCC-PROTOCOL.ISDNConnection", "group": 2},
{"id": "GCC-PROTOCOL.CSDNConnection", "group": 2},
{"id": "GCC-PROTOCOL.PSDNConnection", "group": 2},
{"id": "GCC-PROTOCOL.ATMConnection", "group": 2},
{"id": "GCC-PROTOCOL.NetworkConnection", "group": 2},
{"id": "GCC-PROTOCOL.NetworkAddressV2", "group": 2},
{"id": "GCC-PROTOCOL.NodeType", "group": 2},
{"id": "GCC-PROTOCOL.NodeProperties", "group": 2},
{"id": "GCC-PROTOCOL.AsymmetryIndicator", "group": 2},
{"id": "GCC-PROTOCOL.AlternativeNodeID", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceDescriptor", "group": 2},
{"id": "GCC-PROTOCOL.NodeRecord", "group": 2},
{"id": "GCC-PROTOCOL.SessionKey", "group": 2},
{"id": "GCC-PROTOCOL.ChannelType", "group": 2},
{"id": "GCC-PROTOCOL.ApplicationRecord", "group": 2},
{"id": "GCC-PROTOCOL.CapabilityID", "group": 2},
{"id": "GCC-PROTOCOL.CapabilityClass", "group": 2},
{"id": "GCC-PROTOCOL.EntityID", "group": 2},
{"id": "GCC-PROTOCOL.ApplicationInvokeSpecifier", "group": 2},
{"id": "GCC-PROTOCOL.RegistryKey", "group": 2},
{"id": "GCC-PROTOCOL.RegistryItem", "group": 2},
{"id": "GCC-PROTOCOL.RegistryEntryOwner", "group": 2},
{"id": "GCC-PROTOCOL.RegistryModificationRights", "group": 2},
{"id": "GCC-PROTOCOL.UserIDIndication", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceCreateRequest", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceCreateResponse", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceQueryRequest", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceQueryResponse", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceJoinRequest", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceJoinResponse", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceInviteRequest", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceInviteResponse", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceAddRequest", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceAddResponse", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceLockRequest", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceLockResponse", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceLockIndication", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceUnlockRequest", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceUnlockResponse", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceUnlockIndication", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceTerminateRequest", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceTerminateResponse", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceTerminateIndication", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceEjectUserRequest", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceEjectUserResponse", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceEjectUserIndication", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceTransferRequest", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceTransferResponse", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceTransferIndication", "group": 2},
{"id": "GCC-PROTOCOL.RosterUpdateIndication", "group": 2},
{"id": "GCC-PROTOCOL.ApplicationInvokeIndication", "group": 2},
{"id": "GCC-PROTOCOL.RegistryRegisterChannelRequest", "group": 2},
{"id": "GCC-PROTOCOL.RegistryAssignTokenRequest", "group": 2},
{"id": "GCC-PROTOCOL.RegistrySetParameterRequest", "group": 2},
{"id": "GCC-PROTOCOL.RegistryRetrieveEntryRequest", "group": 2},
{"id": "GCC-PROTOCOL.RegistryDeleteEntryRequest", "group": 2},
{"id": "GCC-PROTOCOL.RegistryMonitorEntryRequest", "group": 2},
{"id": "GCC-PROTOCOL.RegistryMonitorEntryIndication", "group": 2},
{"id": "GCC-PROTOCOL.RegistryAllocateHandleRequest", "group": 2},
{"id": "GCC-PROTOCOL.RegistryAllocateHandleResponse", "group": 2},
{"id": "GCC-PROTOCOL.RegistryResponse", "group": 2},
{"id": "GCC-PROTOCOL.ConductorAssignIndication", "group": 2},
{"id": "GCC-PROTOCOL.ConductorReleaseIndication", "group": 2},
{"id": "GCC-PROTOCOL.ConductorPermissionAskIndication", "group": 2},
{"id": "GCC-PROTOCOL.ConductorPermissionGrantIndication", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceTimeRemainingIndication", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceTimeInquireIndication", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceTimeExtendIndication", "group": 2},
{"id": "GCC-PROTOCOL.ConferenceAssistanceIndication", "group": 2},
{"id": "GCC-PROTOCOL.TextMessageIndication", "group": 2},
{"id": "GCC-PROTOCOL.RosterRefreshRequest", "group": 2},
{"id": "GCC-PROTOCOL.FunctionNotSupportedResponse", "group": 2},
{"id": "GCC-PROTOCOL.NonStandardPDU", "group": 2},
{"id": "GCC-PROTOCOL.ConnectData", "group": 2},
{"id": "GCC-PROTOCOL.ConnectGCCPDU", "group": 2},
{"id": "GCC-PROTOCOL.GCCPDU", "group": 2},
{"id": "GCC-PROTOCOL.RequestPDU", "group": 2},
{"id": "GCC-PROTOCOL.ResponsePDU", "group": 2},
{"id": "GCC-PROTOCOL.IndicationPDU", "group": 2}
],
"links": [
{"source": "GCC-PROTOCOL.ConferenceCreateResponse", "target": "GCC-PROTOCOL.UserID", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceCreateResponse", "target": "GCC-PROTOCOL.UserData", "value": 1},
{"source": "GCC-PROTOCOL.NodeCategory", "target": "GCC-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "GCC-PROTOCOL.ATMConnection", "target": "GCC-PROTOCOL.TransportAddress", "value": 1},
{"source": "GCC-PROTOCOL.ATMConnection", "target": "GCC-PROTOCOL.ExtendedE164NetworkAddress", "value": 1},
{"source": "GCC-PROTOCOL.ATMConnection", "target": "GCC-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "GCC-PROTOCOL.RegistryAssignTokenRequest", "target": "GCC-PROTOCOL.RegistryKey", "value": 1},
{"source": "GCC-PROTOCOL.RegistryAssignTokenRequest", "target": "GCC-PROTOCOL.EntityID", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceQueryRequest", "target": "GCC-PROTOCOL.NodeType", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceQueryRequest", "target": "GCC-PROTOCOL.AsymmetryIndicator", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceQueryRequest", "target": "GCC-PROTOCOL.UserData", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceTimeRemainingIndication", "target": "GCC-PROTOCOL.UserID", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceTimeRemainingIndication", "target": "GCC-PROTOCOL.Time", "value": 1},
{"source": "GCC-PROTOCOL.RegistryDeleteEntryRequest", "target": "GCC-PROTOCOL.RegistryKey", "value": 1},
{"source": "GCC-PROTOCOL.RegistryDeleteEntryRequest", "target": "GCC-PROTOCOL.EntityID", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceQueryResponse", "target": "GCC-PROTOCOL.NodeType", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceQueryResponse", "target": "GCC-PROTOCOL.AsymmetryIndicator", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceQueryResponse", "target": "GCC-PROTOCOL.ConferenceDescriptor", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceQueryResponse", "target": "GCC-PROTOCOL.UserData", "value": 1},
{"source": "GCC-PROTOCOL.ApplicationRecord", "target": "GCC-PROTOCOL.UserID", "value": 1},
{"source": "GCC-PROTOCOL.ApplicationRecord", "target": "GCC-PROTOCOL.ChannelType", "value": 1},
{"source": "GCC-PROTOCOL.ApplicationRecord", "target": "GCC-PROTOCOL.CapabilityID", "value": 1},
{"source": "GCC-PROTOCOL.ConnectGCCPDU", "target": "GCC-PROTOCOL.ConferenceCreateRequest", "value": 1},
{"source": "GCC-PROTOCOL.ConnectGCCPDU", "target": "GCC-PROTOCOL.ConferenceCreateResponse", "value": 1},
{"source": "GCC-PROTOCOL.ConnectGCCPDU", "target": "GCC-PROTOCOL.ConferenceQueryResponse", "value": 1},
{"source": "GCC-PROTOCOL.ConnectGCCPDU", "target": "GCC-PROTOCOL.ConferenceInviteRequest", "value": 1},
{"source": "GCC-PROTOCOL.ConnectGCCPDU", "target": "GCC-PROTOCOL.ConferenceQueryRequest", "value": 1},
{"source": "GCC-PROTOCOL.ConnectGCCPDU", "target": "GCC-PROTOCOL.ConferenceInviteResponse", "value": 1},
{"source": "GCC-PROTOCOL.ConnectGCCPDU", "target": "GCC-PROTOCOL.ConferenceJoinResponse", "value": 1},
{"source": "GCC-PROTOCOL.ConnectGCCPDU", "target": "GCC-PROTOCOL.ConferenceJoinRequest", "value": 1},
{"source": "GCC-PROTOCOL.Password", "target": "GCC-PROTOCOL.SimpleTextString", "value": 1},
{"source": "GCC-PROTOCOL.Password", "target": "GCC-PROTOCOL.TextString", "value": 1},
{"source": "GCC-PROTOCOL.Password", "target": "GCC-PROTOCOL.SimpleNumericString", "value": 1},
{"source": "GCC-PROTOCOL.NetworkAddress", "target": "GCC-PROTOCOL.ExtraDiallingString", "value": 1},
{"source": "GCC-PROTOCOL.NetworkAddress", "target": "GCC-PROTOCOL.SubAddressString", "value": 1},
{"source": "GCC-PROTOCOL.NetworkAddress", "target": "GCC-PROTOCOL.DiallingString", "value": 1},
{"source": "GCC-PROTOCOL.NetworkAddress", "target": "GCC-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "GCC-PROTOCOL.ChallengeRequest", "target": "GCC-PROTOCOL.ChallengeItem", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceInviteRequest", "target": "GCC-PROTOCOL.ConferencePriority", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceInviteRequest", "target": "GCC-PROTOCOL.ConferenceName", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceInviteRequest", "target": "GCC-PROTOCOL.NodeCategory", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceInviteRequest", "target": "GCC-PROTOCOL.TextString", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceInviteRequest", "target": "GCC-PROTOCOL.UserData", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceInviteRequest", "target": "GCC-PROTOCOL.UserID", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceInviteRequest", "target": "GCC-PROTOCOL.Privilege", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceInviteRequest", "target": "GCC-PROTOCOL.TerminationMethod", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceInviteRequest", "target": "GCC-PROTOCOL.ConferenceMode", "value": 1},
{"source": "GCC-PROTOCOL.ChallengeResponseItem", "target": "GCC-PROTOCOL.UserData", "value": 1},
{"source": "GCC-PROTOCOL.ChallengeResponseItem", "target": "GCC-PROTOCOL.PasswordSelector", "value": 1},
{"source": "GCC-PROTOCOL.ConferencePriorityScheme", "target": "GCC-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceInviteResponse", "target": "GCC-PROTOCOL.UserData", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceEjectUserRequest", "target": "GCC-PROTOCOL.UserID", "value": 1},
{"source": "GCC-PROTOCOL.ChannelAggregationMethod", "target": "GCC-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "GCC-PROTOCOL.RegistryItem", "target": "GCC-PROTOCOL.DynamicChannelID", "value": 1},
{"source": "GCC-PROTOCOL.RegistryItem", "target": "GCC-PROTOCOL.DynamicTokenID", "value": 1},
{"source": "GCC-PROTOCOL.RegistryMonitorEntryIndication", "target": "GCC-PROTOCOL.RegistryItem", "value": 1},
{"source": "GCC-PROTOCOL.RegistryMonitorEntryIndication", "target": "GCC-PROTOCOL.RegistryKey", "value": 1},
{"source": "GCC-PROTOCOL.RegistryMonitorEntryIndication", "target": "GCC-PROTOCOL.RegistryEntryOwner", "value": 1},
{"source": "GCC-PROTOCOL.RegistryMonitorEntryIndication", "target": "GCC-PROTOCOL.RegistryModificationRights", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceAssistanceIndication", "target": "GCC-PROTOCOL.UserData", "value": 1},
{"source": "GCC-PROTOCOL.NonStandardPDU", "target": "GCC-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "GCC-PROTOCOL.ConferencePriority", "target": "GCC-PROTOCOL.ConferencePriorityScheme", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceAddRequest", "target": "GCC-PROTOCOL.NetworkAddress", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceAddRequest", "target": "GCC-PROTOCOL.UserID", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceAddRequest", "target": "GCC-PROTOCOL.NetworkAddressV2", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceAddRequest", "target": "GCC-PROTOCOL.NodeCategory", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceAddRequest", "target": "GCC-PROTOCOL.UserData", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceEjectUserResponse", "target": "GCC-PROTOCOL.UserID", "value": 1},
{"source": "GCC-PROTOCOL.UserID", "target": "GCC-PROTOCOL.DynamicChannelID", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceMode", "target": "GCC-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "GCC-PROTOCOL.IndicationPDU", "target": "GCC-PROTOCOL.ConferenceTimeExtendIndication", "value": 1},
{"source": "GCC-PROTOCOL.IndicationPDU", "target": "GCC-PROTOCOL.ConferenceAssistanceIndication", "value": 1},
{"source": "GCC-PROTOCOL.IndicationPDU", "target": "GCC-PROTOCOL.ConferenceTransferIndication", "value": 1},
{"source": "GCC-PROTOCOL.IndicationPDU", "target": "GCC-PROTOCOL.ApplicationInvokeIndication", "value": 1},
{"source": "GCC-PROTOCOL.IndicationPDU", "target": "GCC-PROTOCOL.ConductorPermissionAskIndication", "value": 1},
{"source": "GCC-PROTOCOL.IndicationPDU", "target": "GCC-PROTOCOL.ConferenceTerminateIndication", "value": 1},
{"source": "GCC-PROTOCOL.IndicationPDU", "target": "GCC-PROTOCOL.ConductorReleaseIndication", "value": 1},
{"source": "GCC-PROTOCOL.IndicationPDU", "target": "GCC-PROTOCOL.ConferenceUnlockIndication", "value": 1},
{"source": "GCC-PROTOCOL.IndicationPDU", "target": "GCC-PROTOCOL.ConferenceEjectUserIndication", "value": 1},
{"source": "GCC-PROTOCOL.IndicationPDU", "target": "GCC-PROTOCOL.ConductorPermissionGrantIndication", "value": 1},
{"source": "GCC-PROTOCOL.IndicationPDU", "target": "GCC-PROTOCOL.NonStandardPDU", "value": 1},
{"source": "GCC-PROTOCOL.IndicationPDU", "target": "GCC-PROTOCOL.RosterUpdateIndication", "value": 1},
{"source": "GCC-PROTOCOL.IndicationPDU", "target": "GCC-PROTOCOL.ConferenceLockIndication", "value": 1},
{"source": "GCC-PROTOCOL.IndicationPDU", "target": "GCC-PROTOCOL.RegistryMonitorEntryIndication", "value": 1},
{"source": "GCC-PROTOCOL.IndicationPDU", "target": "GCC-PROTOCOL.ConferenceTimeRemainingIndication", "value": 1},
{"source": "GCC-PROTOCOL.IndicationPDU", "target": "GCC-PROTOCOL.ConferenceTimeInquireIndication", "value": 1},
{"source": "GCC-PROTOCOL.IndicationPDU", "target": "GCC-PROTOCOL.UserIDIndication", "value": 1},
{"source": "GCC-PROTOCOL.IndicationPDU", "target": "GCC-PROTOCOL.TextMessageIndication", "value": 1},
{"source": "GCC-PROTOCOL.IndicationPDU", "target": "GCC-PROTOCOL.ConductorAssignIndication", "value": 1},
{"source": "GCC-PROTOCOL.GCCPDU", "target": "GCC-PROTOCOL.RequestPDU", "value": 1},
{"source": "GCC-PROTOCOL.GCCPDU", "target": "GCC-PROTOCOL.ResponsePDU", "value": 1},
{"source": "GCC-PROTOCOL.GCCPDU", "target": "GCC-PROTOCOL.IndicationPDU", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceName", "target": "GCC-PROTOCOL.SimpleTextString", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceName", "target": "GCC-PROTOCOL.TextString", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceName", "target": "GCC-PROTOCOL.SimpleNumericString", "value": 1},
{"source": "GCC-PROTOCOL.NetworkAddressV2", "target": "GCC-PROTOCOL.NetworkConnection", "value": 1},
{"source": "GCC-PROTOCOL.NetworkAddressV2", "target": "GCC-PROTOCOL.Profile", "value": 1},
{"source": "GCC-PROTOCOL.NetworkAddressV2", "target": "GCC-PROTOCOL.MediaList", "value": 1},
{"source": "GCC-PROTOCOL.NetworkAddressV2", "target": "GCC-PROTOCOL.CSDNConnection", "value": 1},
{"source": "GCC-PROTOCOL.NetworkAddressV2", "target": "GCC-PROTOCOL.ISDNConnection", "value": 1},
{"source": "GCC-PROTOCOL.NetworkAddressV2", "target": "GCC-PROTOCOL.ChannelAggregationMethod", "value": 1},
{"source": "GCC-PROTOCOL.RegistryAllocateHandleRequest", "target": "GCC-PROTOCOL.EntityID", "value": 1},
{"source": "GCC-PROTOCOL.CapabilityID", "target": "GCC-PROTOCOL.Key", "value": 1},
{"source": "GCC-PROTOCOL.RegistryAllocateHandleResponse", "target": "GCC-PROTOCOL.Handle", "value": 1},
{"source": "GCC-PROTOCOL.RegistryAllocateHandleResponse", "target": "GCC-PROTOCOL.EntityID", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceTransferRequest", "target": "GCC-PROTOCOL.NetworkAddress", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceTransferRequest", "target": "GCC-PROTOCOL.ConferenceNameSelector", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceTransferRequest", "target": "GCC-PROTOCOL.UserID", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceTransferRequest", "target": "GCC-PROTOCOL.PasswordSelector", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceTransferRequest", "target": "GCC-PROTOCOL.NetworkAddressV2", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceTransferRequest", "target": "GCC-PROTOCOL.ConferenceNameModifier", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceJoinRequest", "target": "GCC-PROTOCOL.TextString", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceJoinRequest", "target": "GCC-PROTOCOL.ConferenceNameSelector", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceJoinRequest", "target": "GCC-PROTOCOL.NodeCategory", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceJoinRequest", "target": "GCC-PROTOCOL.UserData", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceJoinRequest", "target": "GCC-PROTOCOL.PasswordChallengeRequestResponse", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceJoinRequest", "target": "GCC-PROTOCOL.PasswordSelector", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceJoinRequest", "target": "GCC-PROTOCOL.ConferenceNameModifier", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceCreateRequest", "target": "GCC-PROTOCOL.ConferencePriority", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceCreateRequest", "target": "GCC-PROTOCOL.ConferenceName", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceCreateRequest", "target": "GCC-PROTOCOL.ConferenceMode", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceCreateRequest", "target": "GCC-PROTOCOL.UserData", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceCreateRequest", "target": "GCC-PROTOCOL.TextString", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceCreateRequest", "target": "GCC-PROTOCOL.TerminationMethod", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceCreateRequest", "target": "GCC-PROTOCOL.Privilege", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceCreateRequest", "target": "GCC-PROTOCOL.Password", "value": 1},
{"source": "GCC-PROTOCOL.ChallengeItem", "target": "GCC-PROTOCOL.UserData", "value": 1},
{"source": "GCC-PROTOCOL.ChallengeItem", "target": "GCC-PROTOCOL.ChallengeResponseAlgorithm", "value": 1},
{"source": "GCC-PROTOCOL.ConductorPermissionGrantIndication", "target": "GCC-PROTOCOL.UserID", "value": 1},
{"source": "GCC-PROTOCOL.UserData", "target": "GCC-PROTOCOL.Key", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceNameSelector", "target": "GCC-PROTOCOL.SimpleTextString", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceNameSelector", "target": "GCC-PROTOCOL.TextString", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceNameSelector", "target": "GCC-PROTOCOL.SimpleNumericString", "value": 1},
{"source": "GCC-PROTOCOL.ChallengeResponse", "target": "GCC-PROTOCOL.ChallengeResponseAlgorithm", "value": 1},
{"source": "GCC-PROTOCOL.ChallengeResponse", "target": "GCC-PROTOCOL.ChallengeResponseItem", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceAddResponse", "target": "GCC-PROTOCOL.UserData", "value": 1},
{"source": "GCC-PROTOCOL.RosterRefreshRequest", "target": "GCC-PROTOCOL.NodeCategory", "value": 1},
{"source": "GCC-PROTOCOL.RosterRefreshRequest", "target": "GCC-PROTOCOL.Key", "value": 1},
{"source": "GCC-PROTOCOL.RosterRefreshRequest", "target": "GCC-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "GCC-PROTOCOL.RosterRefreshRequest", "target": "GCC-PROTOCOL.UserID", "value": 1},
{"source": "GCC-PROTOCOL.RosterRefreshRequest", "target": "GCC-PROTOCOL.SessionKey", "value": 1},
{"source": "GCC-PROTOCOL.NonStandardParameter", "target": "GCC-PROTOCOL.Key", "value": 1},
{"source": "GCC-PROTOCOL.RegistryMonitorEntryRequest", "target": "GCC-PROTOCOL.RegistryKey", "value": 1},
{"source": "GCC-PROTOCOL.RegistryMonitorEntryRequest", "target": "GCC-PROTOCOL.EntityID", "value": 1},
{"source": "GCC-PROTOCOL.ConnectData", "target": "GCC-PROTOCOL.Key", "value": 1},
{"source": "GCC-PROTOCOL.RegistryRegisterChannelRequest", "target": "GCC-PROTOCOL.RegistryKey", "value": 1},
{"source": "GCC-PROTOCOL.RegistryRegisterChannelRequest", "target": "GCC-PROTOCOL.EntityID", "value": 1},
{"source": "GCC-PROTOCOL.RegistryRegisterChannelRequest", "target": "GCC-PROTOCOL.DynamicChannelID", "value": 1},
{"source": "GCC-PROTOCOL.ExtendedE164NetworkAddress", "target": "GCC-PROTOCOL.ExtraDiallingString", "value": 1},
{"source": "GCC-PROTOCOL.ExtendedE164NetworkAddress", "target": "GCC-PROTOCOL.SubAddressString", "value": 1},
{"source": "GCC-PROTOCOL.ExtendedE164NetworkAddress", "target": "GCC-PROTOCOL.DiallingString", "value": 1},
{"source": "GCC-PROTOCOL.ResponsePDU", "target": "GCC-PROTOCOL.ConferenceEjectUserResponse", "value": 1},
{"source": "GCC-PROTOCOL.ResponsePDU", "target": "GCC-PROTOCOL.RegistryResponse", "value": 1},
{"source": "GCC-PROTOCOL.ResponsePDU", "target": "GCC-PROTOCOL.FunctionNotSupportedResponse", "value": 1},
{"source": "GCC-PROTOCOL.ResponsePDU", "target": "GCC-PROTOCOL.RegistryAllocateHandleResponse", "value": 1},
{"source": "GCC-PROTOCOL.ResponsePDU", "target": "GCC-PROTOCOL.ConferenceUnlockResponse", "value": 1},
{"source": "GCC-PROTOCOL.ResponsePDU", "target": "GCC-PROTOCOL.ConferenceTransferResponse", "value": 1},
{"source": "GCC-PROTOCOL.ResponsePDU", "target": "GCC-PROTOCOL.ConferenceTerminateResponse", "value": 1},
{"source": "GCC-PROTOCOL.ResponsePDU", "target": "GCC-PROTOCOL.ConferenceAddResponse", "value": 1},
{"source": "GCC-PROTOCOL.ResponsePDU", "target": "GCC-PROTOCOL.ConferenceJoinResponse", "value": 1},
{"source": "GCC-PROTOCOL.ResponsePDU", "target": "GCC-PROTOCOL.ConferenceLockResponse", "value": 1},
{"source": "GCC-PROTOCOL.ResponsePDU", "target": "GCC-PROTOCOL.NonStandardPDU", "value": 1},
{"source": "GCC-PROTOCOL.RegistryResponse", "target": "GCC-PROTOCOL.RegistryItem", "value": 1},
{"source": "GCC-PROTOCOL.RegistryResponse", "target": "GCC-PROTOCOL.RegistryKey", "value": 1},
{"source": "GCC-PROTOCOL.RegistryResponse", "target": "GCC-PROTOCOL.EntityID", "value": 1},
{"source": "GCC-PROTOCOL.RegistryResponse", "target": "GCC-PROTOCOL.RegistryEntryOwner", "value": 1},
{"source": "GCC-PROTOCOL.RegistryResponse", "target": "GCC-PROTOCOL.RegistryModificationRights", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceTransferIndication", "target": "GCC-PROTOCOL.NetworkAddress", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceTransferIndication", "target": "GCC-PROTOCOL.ConferenceNameSelector", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceTransferIndication", "target": "GCC-PROTOCOL.UserID", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceTransferIndication", "target": "GCC-PROTOCOL.PasswordSelector", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceTransferIndication", "target": "GCC-PROTOCOL.NetworkAddressV2", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceTransferIndication", "target": "GCC-PROTOCOL.ConferenceNameModifier", "value": 1},
{"source": "GCC-PROTOCOL.CSDNConnection", "target": "GCC-PROTOCOL.ExtendedE164NetworkAddress", "value": 1},
{"source": "GCC-PROTOCOL.SessionKey", "target": "GCC-PROTOCOL.Key", "value": 1},
{"source": "GCC-PROTOCOL.SessionKey", "target": "GCC-PROTOCOL.ChannelID", "value": 1},
{"source": "GCC-PROTOCOL.GSTNConnection", "target": "GCC-PROTOCOL.ExtendedE164NetworkAddress", "value": 1},
{"source": "GCC-PROTOCOL.RequestPDU", "target": "GCC-PROTOCOL.RegistryAllocateHandleRequest", "value": 1},
{"source": "GCC-PROTOCOL.RequestPDU", "target": "GCC-PROTOCOL.RegistryRetrieveEntryRequest", "value": 1},
{"source": "GCC-PROTOCOL.RequestPDU", "target": "GCC-PROTOCOL.ConferenceEjectUserRequest", "value": 1},
{"source": "GCC-PROTOCOL.RequestPDU", "target": "GCC-PROTOCOL.ConferenceTransferRequest", "value": 1},
{"source": "GCC-PROTOCOL.RequestPDU", "target": "GCC-PROTOCOL.ConferenceJoinRequest", "value": 1},
{"source": "GCC-PROTOCOL.RequestPDU", "target": "GCC-PROTOCOL.ConferenceUnlockRequest", "value": 1},
{"source": "GCC-PROTOCOL.RequestPDU", "target": "GCC-PROTOCOL.ConferenceAddRequest", "value": 1},
{"source": "GCC-PROTOCOL.RequestPDU", "target": "GCC-PROTOCOL.ConferenceTerminateRequest", "value": 1},
{"source": "GCC-PROTOCOL.RequestPDU", "target": "GCC-PROTOCOL.NonStandardPDU", "value": 1},
{"source": "GCC-PROTOCOL.RequestPDU", "target": "GCC-PROTOCOL.RegistryAssignTokenRequest", "value": 1},
{"source": "GCC-PROTOCOL.RequestPDU", "target": "GCC-PROTOCOL.RegistryDeleteEntryRequest", "value": 1},
{"source": "GCC-PROTOCOL.RequestPDU", "target": "GCC-PROTOCOL.RegistryRegisterChannelRequest", "value": 1},
{"source": "GCC-PROTOCOL.RequestPDU", "target": "GCC-PROTOCOL.ConferenceLockRequest", "value": 1},
{"source": "GCC-PROTOCOL.RequestPDU", "target": "GCC-PROTOCOL.RegistrySetParameterRequest", "value": 1},
{"source": "GCC-PROTOCOL.RequestPDU", "target": "GCC-PROTOCOL.RegistryMonitorEntryRequest", "value": 1},
{"source": "GCC-PROTOCOL.RegistryKey", "target": "GCC-PROTOCOL.SessionKey", "value": 1},
{"source": "GCC-PROTOCOL.PasswordChallengeRequestResponse", "target": "GCC-PROTOCOL.ChallengeRequest", "value": 1},
{"source": "GCC-PROTOCOL.PasswordChallengeRequestResponse", "target": "GCC-PROTOCOL.ChallengeResponse", "value": 1},
{"source": "GCC-PROTOCOL.PasswordChallengeRequestResponse", "target": "GCC-PROTOCOL.PasswordSelector", "value": 1},
{"source": "GCC-PROTOCOL.NetworkConnection", "target": "GCC-PROTOCOL.TransportAddress", "value": 1},
{"source": "GCC-PROTOCOL.NetworkConnection", "target": "GCC-PROTOCOL.PSDNConnection", "value": 1},
{"source": "GCC-PROTOCOL.NetworkConnection", "target": "GCC-PROTOCOL.ISDNConnection", "value": 1},
{"source": "GCC-PROTOCOL.NetworkConnection", "target": "GCC-PROTOCOL.ATMConnection", "value": 1},
{"source": "GCC-PROTOCOL.NetworkConnection", "target": "GCC-PROTOCOL.CSDNConnection", "value": 1},
{"source": "GCC-PROTOCOL.NetworkConnection", "target": "GCC-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "GCC-PROTOCOL.NetworkConnection", "target": "GCC-PROTOCOL.GSTNConnection", "value": 1},
{"source": "GCC-PROTOCOL.NetworkConnection", "target": "GCC-PROTOCOL.ExtendedE164NetworkAddress", "value": 1},
{"source": "GCC-PROTOCOL.Profile", "target": "GCC-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "GCC-PROTOCOL.Key", "target": "GCC-PROTOCOL.H221NonStandardIdentifier", "value": 1},
{"source": "GCC-PROTOCOL.ConductorAssignIndication", "target": "GCC-PROTOCOL.UserID", "value": 1},
{"source": "GCC-PROTOCOL.ExtraDiallingString", "target": "GCC-PROTOCOL.TextString", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceJoinResponse", "target": "GCC-PROTOCOL.ConferenceMode", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceJoinResponse", "target": "GCC-PROTOCOL.TextString", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceJoinResponse", "target": "GCC-PROTOCOL.ConferenceNameSelector", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceJoinResponse", "target": "GCC-PROTOCOL.NodeCategory", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceJoinResponse", "target": "GCC-PROTOCOL.PasswordChallengeRequestResponse", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceJoinResponse", "target": "GCC-PROTOCOL.UserData", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceJoinResponse", "target": "GCC-PROTOCOL.UserID", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceJoinResponse", "target": "GCC-PROTOCOL.TerminationMethod", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceJoinResponse", "target": "GCC-PROTOCOL.Privilege", "value": 1},
{"source": "GCC-PROTOCOL.ChallengeResponseAlgorithm", "target": "GCC-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceEjectUserIndication", "target": "GCC-PROTOCOL.UserID", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceDescriptor", "target": "GCC-PROTOCOL.TextString", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceDescriptor", "target": "GCC-PROTOCOL.ConferenceName", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceDescriptor", "target": "GCC-PROTOCOL.NetworkAddress", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceDescriptor", "target": "GCC-PROTOCOL.ConferenceNameModifier", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceDescriptor", "target": "GCC-PROTOCOL.ConferenceMode", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceTimeExtendIndication", "target": "GCC-PROTOCOL.Time", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceTransferResponse", "target": "GCC-PROTOCOL.UserID", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceTransferResponse", "target": "GCC-PROTOCOL.ConferenceNameSelector", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceTransferResponse", "target": "GCC-PROTOCOL.ConferenceNameModifier", "value": 1},
{"source": "GCC-PROTOCOL.ApplicationInvokeIndication", "target": "GCC-PROTOCOL.ApplicationInvokeSpecifier", "value": 1},
{"source": "GCC-PROTOCOL.ApplicationInvokeIndication", "target": "GCC-PROTOCOL.UserID", "value": 1},
{"source": "GCC-PROTOCOL.RosterUpdateIndication", "target": "GCC-PROTOCOL.EntityID", "value": 1},
{"source": "GCC-PROTOCOL.RosterUpdateIndication", "target": "GCC-PROTOCOL.CapabilityID", "value": 1},
{"source": "GCC-PROTOCOL.RosterUpdateIndication", "target": "GCC-PROTOCOL.SessionKey", "value": 1},
{"source": "GCC-PROTOCOL.RosterUpdateIndication", "target": "GCC-PROTOCOL.NodeRecord", "value": 1},
{"source": "GCC-PROTOCOL.RosterUpdateIndication", "target": "GCC-PROTOCOL.UserID", "value": 1},
{"source": "GCC-PROTOCOL.RosterUpdateIndication", "target": "GCC-PROTOCOL.ApplicationRecord", "value": 1},
{"source": "GCC-PROTOCOL.RosterUpdateIndication", "target": "GCC-PROTOCOL.CapabilityClass", "value": 1},
{"source": "GCC-PROTOCOL.FunctionNotSupportedResponse", "target": "GCC-PROTOCOL.RequestPDU", "value": 1},
{"source": "GCC-PROTOCOL.PSDNConnection", "target": "GCC-PROTOCOL.TransportAddress", "value": 1},
{"source": "GCC-PROTOCOL.PSDNConnection", "target": "GCC-PROTOCOL.ExtendedE164NetworkAddress", "value": 1},
{"source": "GCC-PROTOCOL.PSDNConnection", "target": "GCC-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "GCC-PROTOCOL.ISDNConnection", "target": "GCC-PROTOCOL.ExtendedE164NetworkAddress", "value": 1},
{"source": "GCC-PROTOCOL.RegistryRetrieveEntryRequest", "target": "GCC-PROTOCOL.RegistryKey", "value": 1},
{"source": "GCC-PROTOCOL.RegistryRetrieveEntryRequest", "target": "GCC-PROTOCOL.EntityID", "value": 1},
{"source": "GCC-PROTOCOL.NodeRecord", "target": "GCC-PROTOCOL.NodeType", "value": 1},
{"source": "GCC-PROTOCOL.NodeRecord", "target": "GCC-PROTOCOL.NetworkAddress", "value": 1},
{"source": "GCC-PROTOCOL.NodeRecord", "target": "GCC-PROTOCOL.NodeCategory", "value": 1},
{"source": "GCC-PROTOCOL.NodeRecord", "target": "GCC-PROTOCOL.TextString", "value": 1},
{"source": "GCC-PROTOCOL.NodeRecord", "target": "GCC-PROTOCOL.UserData", "value": 1},
{"source": "GCC-PROTOCOL.NodeRecord", "target": "GCC-PROTOCOL.UserID", "value": 1},
{"source": "GCC-PROTOCOL.NodeRecord", "target": "GCC-PROTOCOL.ChannelID", "value": 1},
{"source": "GCC-PROTOCOL.NodeRecord", "target": "GCC-PROTOCOL.NodeProperties", "value": 1},
{"source": "GCC-PROTOCOL.NodeRecord", "target": "GCC-PROTOCOL.AlternativeNodeID", "value": 1},
{"source": "GCC-PROTOCOL.RegistrySetParameterRequest", "target": "GCC-PROTOCOL.RegistryKey", "value": 1},
{"source": "GCC-PROTOCOL.RegistrySetParameterRequest", "target": "GCC-PROTOCOL.EntityID", "value": 1},
{"source": "GCC-PROTOCOL.RegistrySetParameterRequest", "target": "GCC-PROTOCOL.RegistryModificationRights", "value": 1},
{"source": "GCC-PROTOCOL.PasswordSelector", "target": "GCC-PROTOCOL.SimpleTextString", "value": 1},
{"source": "GCC-PROTOCOL.PasswordSelector", "target": "GCC-PROTOCOL.TextString", "value": 1},
{"source": "GCC-PROTOCOL.PasswordSelector", "target": "GCC-PROTOCOL.SimpleNumericString", "value": 1},
{"source": "GCC-PROTOCOL.ConferenceNameModifier", "target": "GCC-PROTOCOL.SimpleNumericString", "value": 1},
{"source": "GCC-PROTOCOL.ApplicationInvokeSpecifier", "target": "GCC-PROTOCOL.ChannelType", "value": 1},
{"source": "GCC-PROTOCOL.ApplicationInvokeSpecifier", "target": "GCC-PROTOCOL.CapabilityID", "value": 1},
{"source": "GCC-PROTOCOL.ApplicationInvokeSpecifier", "target": "GCC-PROTOCOL.CapabilityClass", "value": 1},
{"source": "GCC-PROTOCOL.ApplicationInvokeSpecifier", "target": "GCC-PROTOCOL.SessionKey", "value": 1},
{"source": "GCC-PROTOCOL.TextMessageIndication", "target": "GCC-PROTOCOL.TextString", "value": 1},
{"source": "GCC-PROTOCOL.RegistryEntryOwner", "target": "GCC-PROTOCOL.UserID", "value": 1},
{"source": "GCC-PROTOCOL.RegistryEntryOwner", "target": "GCC-PROTOCOL.EntityID", "value": 1}
]
}

2882
pycrate_asn1dir/T124.py Normal file

File diff suppressed because it is too large Load Diff

660
pycrate_asn1dir/T125.json Normal file
View File

@ -0,0 +1,660 @@
{
"_comment": "code automatically generated by pycrate_asn1c",
"nodes": [
{"id": "_IMPL_.REAL", "group": 0},
{"id": "_IMPL_.EXTERNAL", "group": 0},
{"id": "_IMPL_.EMBEDDED PDV", "group": 0},
{"id": "_IMPL_.CHARACTER STRING", "group": 0},
{"id": "_IMPL_.TYPE-IDENTIFIER", "group": 0},
{"id": "_IMPL_.ABSTRACT-SYNTAX", "group": 0},
{"id": "MCS-PROTOCOL.ChannelId", "group": 2},
{"id": "MCS-PROTOCOL.StaticChannelId", "group": 2},
{"id": "MCS-PROTOCOL.DynamicChannelId", "group": 2},
{"id": "MCS-PROTOCOL.UserId", "group": 2},
{"id": "MCS-PROTOCOL.PrivateChannelId", "group": 2},
{"id": "MCS-PROTOCOL.AssignedChannelId", "group": 2},
{"id": "MCS-PROTOCOL.TokenId", "group": 2},
{"id": "MCS-PROTOCOL.TokenStatus", "group": 2},
{"id": "MCS-PROTOCOL.DataPriority", "group": 2},
{"id": "MCS-PROTOCOL.Segmentation", "group": 2},
{"id": "MCS-PROTOCOL.DomainParameters", "group": 2},
{"id": "MCS-PROTOCOL.Connect-Initial", "group": 2},
{"id": "MCS-PROTOCOL.Connect-Response", "group": 2},
{"id": "MCS-PROTOCOL.Connect-Additional", "group": 2},
{"id": "MCS-PROTOCOL.Connect-Result", "group": 2},
{"id": "MCS-PROTOCOL.PlumbDomainIndication", "group": 2},
{"id": "MCS-PROTOCOL.ErectDomainRequest", "group": 2},
{"id": "MCS-PROTOCOL.ChannelAttributes", "group": 2},
{"id": "MCS-PROTOCOL.MergeChannelsRequest", "group": 2},
{"id": "MCS-PROTOCOL.MergeChannelsConfirm", "group": 2},
{"id": "MCS-PROTOCOL.PurgeChannelsIndication", "group": 2},
{"id": "MCS-PROTOCOL.TokenAttributes", "group": 2},
{"id": "MCS-PROTOCOL.MergeTokensRequest", "group": 2},
{"id": "MCS-PROTOCOL.MergeTokensConfirm", "group": 2},
{"id": "MCS-PROTOCOL.PurgeTokensIndication", "group": 2},
{"id": "MCS-PROTOCOL.DisconnectProviderUltimatum", "group": 2},
{"id": "MCS-PROTOCOL.RejectMCSPDUUltimatum", "group": 2},
{"id": "MCS-PROTOCOL.AttachUserRequest", "group": 2},
{"id": "MCS-PROTOCOL.AttachUserConfirm", "group": 2},
{"id": "MCS-PROTOCOL.DetachUserRequest", "group": 2},
{"id": "MCS-PROTOCOL.DetachUserIndication", "group": 2},
{"id": "MCS-PROTOCOL.ChannelJoinRequest", "group": 2},
{"id": "MCS-PROTOCOL.ChannelJoinConfirm", "group": 2},
{"id": "MCS-PROTOCOL.ChannelLeaveRequest", "group": 2},
{"id": "MCS-PROTOCOL.ChannelConveneRequest", "group": 2},
{"id": "MCS-PROTOCOL.ChannelConveneConfirm", "group": 2},
{"id": "MCS-PROTOCOL.ChannelDisbandRequest", "group": 2},
{"id": "MCS-PROTOCOL.ChannelDisbandIndication", "group": 2},
{"id": "MCS-PROTOCOL.ChannelAdmitRequest", "group": 2},
{"id": "MCS-PROTOCOL.ChannelAdmitIndication", "group": 2},
{"id": "MCS-PROTOCOL.ChannelExpelRequest", "group": 2},
{"id": "MCS-PROTOCOL.ChannelExpelIndication", "group": 2},
{"id": "MCS-PROTOCOL.SendDataRequest", "group": 2},
{"id": "MCS-PROTOCOL.SendDataIndication", "group": 2},
{"id": "MCS-PROTOCOL.UniformSendDataRequest", "group": 2},
{"id": "MCS-PROTOCOL.UniformSendDataIndication", "group": 2},
{"id": "MCS-PROTOCOL.TokenGrabRequest", "group": 2},
{"id": "MCS-PROTOCOL.TokenGrabConfirm", "group": 2},
{"id": "MCS-PROTOCOL.TokenInhibitRequest", "group": 2},
{"id": "MCS-PROTOCOL.TokenInhibitConfirm", "group": 2},
{"id": "MCS-PROTOCOL.TokenGiveRequest", "group": 2},
{"id": "MCS-PROTOCOL.TokenGiveIndication", "group": 2},
{"id": "MCS-PROTOCOL.TokenGiveResponse", "group": 2},
{"id": "MCS-PROTOCOL.TokenGiveConfirm", "group": 2},
{"id": "MCS-PROTOCOL.TokenPleaseRequest", "group": 2},
{"id": "MCS-PROTOCOL.TokenPleaseIndication", "group": 2},
{"id": "MCS-PROTOCOL.TokenReleaseRequest", "group": 2},
{"id": "MCS-PROTOCOL.TokenReleaseConfirm", "group": 2},
{"id": "MCS-PROTOCOL.TokenTestRequest", "group": 2},
{"id": "MCS-PROTOCOL.TokenTestConfirm", "group": 2},
{"id": "MCS-PROTOCOL.Reason", "group": 2},
{"id": "MCS-PROTOCOL.Result", "group": 2},
{"id": "MCS-PROTOCOL.Diagnostic", "group": 2},
{"id": "MCS-PROTOCOL.ConnectMCSPDU", "group": 2},
{"id": "MCS-PROTOCOL.DomainMCSPDU", "group": 2},
{"id": "MCS-PROTOCOL-3.H221NonStandardIdentifier", "group": 3},
{"id": "MCS-PROTOCOL-3.Key", "group": 3},
{"id": "MCS-PROTOCOL-3.NonStandardParameter", "group": 3},
{"id": "MCS-PROTOCOL-3.ChannelId", "group": 3},
{"id": "MCS-PROTOCOL-3.StaticChannelId", "group": 3},
{"id": "MCS-PROTOCOL-3.DynamicChannelId", "group": 3},
{"id": "MCS-PROTOCOL-3.UserId", "group": 3},
{"id": "MCS-PROTOCOL-3.PrivateChannelId", "group": 3},
{"id": "MCS-PROTOCOL-3.AssignedChannelId", "group": 3},
{"id": "MCS-PROTOCOL-3.TokenId", "group": 3},
{"id": "MCS-PROTOCOL-3.TokenStatus", "group": 3},
{"id": "MCS-PROTOCOL-3.DataPriority", "group": 3},
{"id": "MCS-PROTOCOL-3.Segmentation", "group": 3},
{"id": "MCS-PROTOCOL-3.ExtendedParameters", "group": 3},
{"id": "MCS-PROTOCOL-3.ExtendedParameterPropose", "group": 3},
{"id": "MCS-PROTOCOL-3.ExtendedParameterAccept", "group": 3},
{"id": "MCS-PROTOCOL-3.PlumbDomainIndication", "group": 3},
{"id": "MCS-PROTOCOL-3.ErectDomainRequest", "group": 3},
{"id": "MCS-PROTOCOL-3.ChannelAttributes", "group": 3},
{"id": "MCS-PROTOCOL-3.MergeChannelsRequest", "group": 3},
{"id": "MCS-PROTOCOL-3.MergeChannelsConfirm", "group": 3},
{"id": "MCS-PROTOCOL-3.PurgeChannelsIndication", "group": 3},
{"id": "MCS-PROTOCOL-3.TokenAttributes", "group": 3},
{"id": "MCS-PROTOCOL-3.MergeTokensRequest", "group": 3},
{"id": "MCS-PROTOCOL-3.MergeTokensConfirm", "group": 3},
{"id": "MCS-PROTOCOL-3.PurgeTokensIndication", "group": 3},
{"id": "MCS-PROTOCOL-3.DisconnectProviderUltimatum", "group": 3},
{"id": "MCS-PROTOCOL-3.RejectMCSPDUUltimatum", "group": 3},
{"id": "MCS-PROTOCOL-3.AttachUserRequest", "group": 3},
{"id": "MCS-PROTOCOL-3.AttachUserConfirm", "group": 3},
{"id": "MCS-PROTOCOL-3.DetachUserRequest", "group": 3},
{"id": "MCS-PROTOCOL-3.DetachUserIndication", "group": 3},
{"id": "MCS-PROTOCOL-3.ChannelJoinRequest", "group": 3},
{"id": "MCS-PROTOCOL-3.ChannelJoinConfirm", "group": 3},
{"id": "MCS-PROTOCOL-3.ChannelLeaveRequest", "group": 3},
{"id": "MCS-PROTOCOL-3.ChannelConveneRequest", "group": 3},
{"id": "MCS-PROTOCOL-3.ChannelConveneConfirm", "group": 3},
{"id": "MCS-PROTOCOL-3.ChannelDisbandRequest", "group": 3},
{"id": "MCS-PROTOCOL-3.ChannelDisbandIndication", "group": 3},
{"id": "MCS-PROTOCOL-3.ChannelAdmitRequest", "group": 3},
{"id": "MCS-PROTOCOL-3.ChannelAdmitIndication", "group": 3},
{"id": "MCS-PROTOCOL-3.ChannelExpelRequest", "group": 3},
{"id": "MCS-PROTOCOL-3.ChannelExpelIndication", "group": 3},
{"id": "MCS-PROTOCOL-3.SendDataRequest", "group": 3},
{"id": "MCS-PROTOCOL-3.SendDataIndication", "group": 3},
{"id": "MCS-PROTOCOL-3.UniformSendDataRequest", "group": 3},
{"id": "MCS-PROTOCOL-3.UniformSendDataIndication", "group": 3},
{"id": "MCS-PROTOCOL-3.TokenGrabRequest", "group": 3},
{"id": "MCS-PROTOCOL-3.TokenGrabConfirm", "group": 3},
{"id": "MCS-PROTOCOL-3.TokenInhibitRequest", "group": 3},
{"id": "MCS-PROTOCOL-3.TokenInhibitConfirm", "group": 3},
{"id": "MCS-PROTOCOL-3.TokenGiveRequest", "group": 3},
{"id": "MCS-PROTOCOL-3.TokenGiveIndication", "group": 3},
{"id": "MCS-PROTOCOL-3.TokenGiveResponse", "group": 3},
{"id": "MCS-PROTOCOL-3.TokenGiveConfirm", "group": 3},
{"id": "MCS-PROTOCOL-3.TokenPleaseRequest", "group": 3},
{"id": "MCS-PROTOCOL-3.TokenPleaseIndication", "group": 3},
{"id": "MCS-PROTOCOL-3.TokenReleaseRequest", "group": 3},
{"id": "MCS-PROTOCOL-3.TokenReleaseConfirm", "group": 3},
{"id": "MCS-PROTOCOL-3.TokenTestRequest", "group": 3},
{"id": "MCS-PROTOCOL-3.TokenTestConfirm", "group": 3},
{"id": "MCS-PROTOCOL-3.CapabilityID", "group": 3},
{"id": "MCS-PROTOCOL-3.CapabilityClass", "group": 3},
{"id": "MCS-PROTOCOL-3.ParticipationIndicator", "group": 3},
{"id": "MCS-PROTOCOL-3.RequestCapability", "group": 3},
{"id": "MCS-PROTOCOL-3.SeqOfRequestCapabilities", "group": 3},
{"id": "MCS-PROTOCOL-3.IndicationCapability", "group": 3},
{"id": "MCS-PROTOCOL-3.SeqOfIndicationCapabilities", "group": 3},
{"id": "MCS-PROTOCOL-3.CapabilitiesNotificationRequest", "group": 3},
{"id": "MCS-PROTOCOL-3.CapabilitiesNotificationIndication", "group": 3},
{"id": "MCS-PROTOCOL-3.Reason", "group": 3},
{"id": "MCS-PROTOCOL-3.Result", "group": 3},
{"id": "MCS-PROTOCOL-3.Diagnostic", "group": 3},
{"id": "MCS-PROTOCOL-3.NonStandardPDU", "group": 3},
{"id": "MCS-PROTOCOL-3.ExtendedParameterMCSPDU", "group": 3},
{"id": "MCS-PROTOCOL-3.DomainMCSPDU", "group": 3},
{"id": "MAP-PROTOCOL.H221NonStandardIdentifier", "group": 4},
{"id": "MAP-PROTOCOL.Key", "group": 4},
{"id": "MAP-PROTOCOL.NonStandardParameter", "group": 4},
{"id": "MAP-PROTOCOL.NonStandardPDU", "group": 4},
{"id": "MAP-PROTOCOL.VersionNumber", "group": 4},
{"id": "MAP-PROTOCOL.Priority", "group": 4},
{"id": "MAP-PROTOCOL.PriorityRange", "group": 4},
{"id": "MAP-PROTOCOL.MAPConnectRequestPDU", "group": 4},
{"id": "MAP-PROTOCOL.MAPConnectConfirmPDU", "group": 4},
{"id": "MAP-PROTOCOL.Reason", "group": 4},
{"id": "MAP-PROTOCOL.MAPDisconnectRequestPDU", "group": 4},
{"id": "MAP-PROTOCOL.MAPDisconnectConfirmPDU", "group": 4},
{"id": "MAP-PROTOCOL.TransportProtocolID", "group": 4},
{"id": "MAP-PROTOCOL.TransportProtocolType", "group": 4},
{"id": "MAP-PROTOCOL.NetworkAddress", "group": 4},
{"id": "MAP-PROTOCOL.PayloadSize", "group": 4},
{"id": "MAP-PROTOCOL.TransportProtocolRequestEntry", "group": 4},
{"id": "MAP-PROTOCOL.MAPArbitrateProtocolsRequestPDU", "group": 4},
{"id": "MAP-PROTOCOL.TransportProtocolConfirmEntry", "group": 4},
{"id": "MAP-PROTOCOL.MAPArbitrateProtocolsConfirmPDU", "group": 4},
{"id": "MAP-PROTOCOL.SenderID", "group": 4},
{"id": "MAP-PROTOCOL.ChannelID", "group": 4},
{"id": "MAP-PROTOCOL.ReliabilityLevel", "group": 4},
{"id": "MAP-PROTOCOL.DataType", "group": 4},
{"id": "MAP-PROTOCOL.DataFlowIdentifier", "group": 4},
{"id": "MAP-PROTOCOL.SequenceNumber", "group": 4},
{"id": "MAP-PROTOCOL.DataDescriptor", "group": 4},
{"id": "MAP-PROTOCOL.DataFrameEntry", "group": 4},
{"id": "MAP-PROTOCOL.MAPDataPDU", "group": 4},
{"id": "MAP-PROTOCOL.Metachannel", "group": 4},
{"id": "MAP-PROTOCOL.MAPAddGroupRequestPDU", "group": 4},
{"id": "MAP-PROTOCOL.MAPRemoveGroupRequestPDU", "group": 4},
{"id": "MAP-PROTOCOL.MAPDisableUnicastRequestPDU", "group": 4},
{"id": "MAP-PROTOCOL.MAPEnableUnicastRequestPDU", "group": 4},
{"id": "MAP-PROTOCOL.MAPEnableUnicastConfirmPDU", "group": 4},
{"id": "MAP-PROTOCOL.MAPDisableMulticastRequestPDU", "group": 4},
{"id": "MAP-PROTOCOL.MAPDisableMulticastConfirmPDU", "group": 4},
{"id": "MAP-PROTOCOL.MAPEnableMulticastRequestPDU", "group": 4},
{"id": "MAP-PROTOCOL.MAPSequenceNumberPDU", "group": 4},
{"id": "MAP-PROTOCOL.MAPPDU", "group": 4}
],
"links": [
{"source": "MCS-PROTOCOL-3.TokenAttributes", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenAttributes", "target": "MCS-PROTOCOL-3.TokenId", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenAttributes", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenTestRequest", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenTestRequest", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenTestRequest", "target": "MCS-PROTOCOL-3.TokenId", "value": 1},
{"source": "MCS-PROTOCOL-3.CapabilitiesNotificationIndication", "target": "MCS-PROTOCOL-3.SeqOfIndicationCapabilities", "value": 1},
{"source": "MCS-PROTOCOL-3.CapabilitiesNotificationIndication", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.MergeChannelsConfirm", "target": "MCS-PROTOCOL-3.ChannelAttributes", "value": 1},
{"source": "MCS-PROTOCOL-3.MergeChannelsConfirm", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.MergeChannelsConfirm", "target": "MCS-PROTOCOL-3.ChannelId", "value": 1},
{"source": "MCS-PROTOCOL.DetachUserIndication", "target": "MCS-PROTOCOL.Reason", "value": 1},
{"source": "MCS-PROTOCOL.DetachUserIndication", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MAP-PROTOCOL.MAPConnectRequestPDU", "target": "MAP-PROTOCOL.VersionNumber", "value": 1},
{"source": "MAP-PROTOCOL.MAPConnectRequestPDU", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MAP-PROTOCOL.MAPConnectRequestPDU", "target": "MAP-PROTOCOL.PriorityRange", "value": 1},
{"source": "MCS-PROTOCOL-3.AssignedChannelId", "target": "MCS-PROTOCOL-3.DynamicChannelId", "value": 1},
{"source": "MCS-PROTOCOL.UserId", "target": "MCS-PROTOCOL.DynamicChannelId", "value": 1},
{"source": "MAP-PROTOCOL.MAPEnableUnicastRequestPDU", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MAP-PROTOCOL.MAPEnableUnicastRequestPDU", "target": "MAP-PROTOCOL.DataFlowIdentifier", "value": 1},
{"source": "MCS-PROTOCOL.ChannelExpelIndication", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.ChannelExpelIndication", "target": "MCS-PROTOCOL.PrivateChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.NonStandardPDU", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MAP-PROTOCOL.NetworkAddress", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL.TokenAttributes", "target": "MCS-PROTOCOL.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.TokenAttributes", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.MergeTokensRequest", "target": "MCS-PROTOCOL-3.TokenAttributes", "value": 1},
{"source": "MCS-PROTOCOL-3.MergeTokensRequest", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.MergeTokensRequest", "target": "MCS-PROTOCOL-3.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.TokenPleaseRequest", "target": "MCS-PROTOCOL.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.TokenPleaseRequest", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.Connect-Initial", "target": "MCS-PROTOCOL.DomainParameters", "value": 1},
{"source": "MAP-PROTOCOL.TransportProtocolID", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MAP-PROTOCOL.TransportProtocolID", "target": "MAP-PROTOCOL.H221NonStandardIdentifier", "value": 1},
{"source": "MCS-PROTOCOL-3.RejectMCSPDUUltimatum", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.RejectMCSPDUUltimatum", "target": "MCS-PROTOCOL-3.Diagnostic", "value": 1},
{"source": "MCS-PROTOCOL.ChannelConveneConfirm", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.ChannelConveneConfirm", "target": "MCS-PROTOCOL.PrivateChannelId", "value": 1},
{"source": "MCS-PROTOCOL.ChannelConveneConfirm", "target": "MCS-PROTOCOL.Result", "value": 1},
{"source": "MCS-PROTOCOL-3.StaticChannelId", "target": "MCS-PROTOCOL-3.ChannelId", "value": 1},
{"source": "MCS-PROTOCOL.AssignedChannelId", "target": "MCS-PROTOCOL.DynamicChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.PurgeChannelsIndication", "target": "MCS-PROTOCOL-3.ChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.PurgeChannelsIndication", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL.TokenGiveIndication", "target": "MCS-PROTOCOL.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.TokenGiveIndication", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.SendDataRequest", "target": "MCS-PROTOCOL.Segmentation", "value": 1},
{"source": "MCS-PROTOCOL.SendDataRequest", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.SendDataRequest", "target": "MCS-PROTOCOL.ChannelId", "value": 1},
{"source": "MCS-PROTOCOL.SendDataRequest", "target": "MCS-PROTOCOL.DataPriority", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenInhibitConfirm", "target": "MCS-PROTOCOL-3.Result", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenInhibitConfirm", "target": "MCS-PROTOCOL-3.TokenStatus", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenInhibitConfirm", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenInhibitConfirm", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenInhibitConfirm", "target": "MCS-PROTOCOL-3.TokenId", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelDisbandIndication", "target": "MCS-PROTOCOL-3.PrivateChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelDisbandIndication", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL.RejectMCSPDUUltimatum", "target": "MCS-PROTOCOL.Diagnostic", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelConveneRequest", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelConveneRequest", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenReleaseRequest", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenReleaseRequest", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenReleaseRequest", "target": "MCS-PROTOCOL-3.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.Connect-Response", "target": "MCS-PROTOCOL.DomainParameters", "value": 1},
{"source": "MCS-PROTOCOL.Connect-Response", "target": "MCS-PROTOCOL.Result", "value": 1},
{"source": "MAP-PROTOCOL.MAPDisableMulticastRequestPDU", "target": "MAP-PROTOCOL.Metachannel", "value": 1},
{"source": "MAP-PROTOCOL.MAPDisableMulticastRequestPDU", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.DetachUserRequest", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.DetachUserRequest", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.DetachUserRequest", "target": "MCS-PROTOCOL-3.Reason", "value": 1},
{"source": "MCS-PROTOCOL-3.Key", "target": "MCS-PROTOCOL-3.H221NonStandardIdentifier", "value": 1},
{"source": "MCS-PROTOCOL-3.UserId", "target": "MCS-PROTOCOL-3.DynamicChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelExpelRequest", "target": "MCS-PROTOCOL-3.PrivateChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelExpelRequest", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelExpelRequest", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.ExtendedParameters", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelJoinRequest", "target": "MCS-PROTOCOL-3.ChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelJoinRequest", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelJoinRequest", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelDisbandRequest", "target": "MCS-PROTOCOL-3.PrivateChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelDisbandRequest", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelDisbandRequest", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL.AttachUserConfirm", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.AttachUserConfirm", "target": "MCS-PROTOCOL.Result", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGiveConfirm", "target": "MCS-PROTOCOL-3.Result", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGiveConfirm", "target": "MCS-PROTOCOL-3.TokenStatus", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGiveConfirm", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGiveConfirm", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGiveConfirm", "target": "MCS-PROTOCOL-3.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.MergeTokensRequest", "target": "MCS-PROTOCOL.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.MergeTokensRequest", "target": "MCS-PROTOCOL.TokenAttributes", "value": 1},
{"source": "MAP-PROTOCOL.TransportProtocolRequestEntry", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MAP-PROTOCOL.TransportProtocolRequestEntry", "target": "MAP-PROTOCOL.TransportProtocolType", "value": 1},
{"source": "MAP-PROTOCOL.TransportProtocolRequestEntry", "target": "MAP-PROTOCOL.NetworkAddress", "value": 1},
{"source": "MAP-PROTOCOL.TransportProtocolRequestEntry", "target": "MAP-PROTOCOL.TransportProtocolID", "value": 1},
{"source": "MAP-PROTOCOL.TransportProtocolRequestEntry", "target": "MAP-PROTOCOL.PayloadSize", "value": 1},
{"source": "MCS-PROTOCOL.ChannelJoinConfirm", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.ChannelJoinConfirm", "target": "MCS-PROTOCOL.ChannelId", "value": 1},
{"source": "MCS-PROTOCOL.ChannelJoinConfirm", "target": "MCS-PROTOCOL.Result", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenTestConfirm", "target": "MCS-PROTOCOL-3.TokenStatus", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenTestConfirm", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenTestConfirm", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenTestConfirm", "target": "MCS-PROTOCOL-3.TokenId", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGiveIndication", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGiveIndication", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGiveIndication", "target": "MCS-PROTOCOL-3.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.UniformSendDataRequest", "target": "MCS-PROTOCOL.Segmentation", "value": 1},
{"source": "MCS-PROTOCOL.UniformSendDataRequest", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.UniformSendDataRequest", "target": "MCS-PROTOCOL.ChannelId", "value": 1},
{"source": "MCS-PROTOCOL.UniformSendDataRequest", "target": "MCS-PROTOCOL.DataPriority", "value": 1},
{"source": "MCS-PROTOCOL-3.ErectDomainRequest", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL.TokenReleaseRequest", "target": "MCS-PROTOCOL.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.TokenReleaseRequest", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.ChannelAdmitIndication", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.ChannelAdmitIndication", "target": "MCS-PROTOCOL.PrivateChannelId", "value": 1},
{"source": "MAP-PROTOCOL.MAPEnableMulticastRequestPDU", "target": "MAP-PROTOCOL.Metachannel", "value": 1},
{"source": "MAP-PROTOCOL.MAPEnableMulticastRequestPDU", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MAP-PROTOCOL.Reason", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.UniformSendDataRequest", "target": "MCS-PROTOCOL-3.DataPriority", "value": 1},
{"source": "MCS-PROTOCOL-3.UniformSendDataRequest", "target": "MCS-PROTOCOL-3.ChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.UniformSendDataRequest", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.UniformSendDataRequest", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.UniformSendDataRequest", "target": "MCS-PROTOCOL-3.Segmentation", "value": 1},
{"source": "MCS-PROTOCOL-3.RequestCapability", "target": "MCS-PROTOCOL-3.ParticipationIndicator", "value": 1},
{"source": "MCS-PROTOCOL-3.RequestCapability", "target": "MCS-PROTOCOL-3.CapabilityID", "value": 1},
{"source": "MCS-PROTOCOL-3.RequestCapability", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.RequestCapability", "target": "MCS-PROTOCOL-3.CapabilityClass", "value": 1},
{"source": "MCS-PROTOCOL.PrivateChannelId", "target": "MCS-PROTOCOL.DynamicChannelId", "value": 1},
{"source": "MAP-PROTOCOL.Metachannel", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MAP-PROTOCOL.Metachannel", "target": "MAP-PROTOCOL.ReliabilityLevel", "value": 1},
{"source": "MAP-PROTOCOL.Metachannel", "target": "MAP-PROTOCOL.ChannelID", "value": 1},
{"source": "MAP-PROTOCOL.Metachannel", "target": "MAP-PROTOCOL.PriorityRange", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelJoinConfirm", "target": "MCS-PROTOCOL-3.Result", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelJoinConfirm", "target": "MCS-PROTOCOL-3.ChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelJoinConfirm", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelJoinConfirm", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL.UniformSendDataIndication", "target": "MCS-PROTOCOL.Segmentation", "value": 1},
{"source": "MCS-PROTOCOL.UniformSendDataIndication", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.UniformSendDataIndication", "target": "MCS-PROTOCOL.ChannelId", "value": 1},
{"source": "MCS-PROTOCOL.UniformSendDataIndication", "target": "MCS-PROTOCOL.DataPriority", "value": 1},
{"source": "MAP-PROTOCOL.MAPDisableUnicastRequestPDU", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MAP-PROTOCOL.MAPDisableUnicastRequestPDU", "target": "MAP-PROTOCOL.DataFlowIdentifier", "value": 1},
{"source": "MCS-PROTOCOL.TokenGiveConfirm", "target": "MCS-PROTOCOL.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.TokenGiveConfirm", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.TokenGiveConfirm", "target": "MCS-PROTOCOL.TokenStatus", "value": 1},
{"source": "MCS-PROTOCOL.TokenGiveConfirm", "target": "MCS-PROTOCOL.Result", "value": 1},
{"source": "MCS-PROTOCOL-3.IndicationCapability", "target": "MCS-PROTOCOL-3.CapabilityID", "value": 1},
{"source": "MCS-PROTOCOL-3.IndicationCapability", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.IndicationCapability", "target": "MCS-PROTOCOL-3.CapabilityClass", "value": 1},
{"source": "MCS-PROTOCOL.TokenPleaseIndication", "target": "MCS-PROTOCOL.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.TokenPleaseIndication", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.SeqOfRequestCapabilities", "target": "MCS-PROTOCOL-3.RequestCapability", "value": 1},
{"source": "MAP-PROTOCOL.TransportProtocolType", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelAdmitRequest", "target": "MCS-PROTOCOL-3.PrivateChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelAdmitRequest", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelAdmitRequest", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MAP-PROTOCOL.DataDescriptor", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MAP-PROTOCOL.DataDescriptor", "target": "MAP-PROTOCOL.DataFlowIdentifier", "value": 1},
{"source": "MAP-PROTOCOL.DataDescriptor", "target": "MAP-PROTOCOL.SequenceNumber", "value": 1},
{"source": "MAP-PROTOCOL.PriorityRange", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MAP-PROTOCOL.PriorityRange", "target": "MAP-PROTOCOL.Priority", "value": 1},
{"source": "MCS-PROTOCOL-3.PrivateChannelId", "target": "MCS-PROTOCOL-3.DynamicChannelId", "value": 1},
{"source": "MAP-PROTOCOL.TransportProtocolConfirmEntry", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MAP-PROTOCOL.TransportProtocolConfirmEntry", "target": "MAP-PROTOCOL.TransportProtocolType", "value": 1},
{"source": "MAP-PROTOCOL.TransportProtocolConfirmEntry", "target": "MAP-PROTOCOL.NetworkAddress", "value": 1},
{"source": "MAP-PROTOCOL.TransportProtocolConfirmEntry", "target": "MAP-PROTOCOL.TransportProtocolID", "value": 1},
{"source": "MAP-PROTOCOL.TransportProtocolConfirmEntry", "target": "MAP-PROTOCOL.PayloadSize", "value": 1},
{"source": "MCS-PROTOCOL.MergeChannelsConfirm", "target": "MCS-PROTOCOL.ChannelAttributes", "value": 1},
{"source": "MCS-PROTOCOL.MergeChannelsConfirm", "target": "MCS-PROTOCOL.ChannelId", "value": 1},
{"source": "MAP-PROTOCOL.VersionNumber", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenInhibitRequest", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenInhibitRequest", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenInhibitRequest", "target": "MCS-PROTOCOL-3.TokenId", "value": 1},
{"source": "MAP-PROTOCOL.ReliabilityLevel", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MAP-PROTOCOL.MAPPDU", "target": "MAP-PROTOCOL.MAPDisconnectRequestPDU", "value": 1},
{"source": "MAP-PROTOCOL.MAPPDU", "target": "MAP-PROTOCOL.MAPAddGroupRequestPDU", "value": 1},
{"source": "MAP-PROTOCOL.MAPPDU", "target": "MAP-PROTOCOL.MAPRemoveGroupRequestPDU", "value": 1},
{"source": "MAP-PROTOCOL.MAPPDU", "target": "MAP-PROTOCOL.NonStandardPDU", "value": 1},
{"source": "MAP-PROTOCOL.MAPPDU", "target": "MAP-PROTOCOL.MAPDataPDU", "value": 1},
{"source": "MAP-PROTOCOL.MAPPDU", "target": "MAP-PROTOCOL.MAPConnectRequestPDU", "value": 1},
{"source": "MAP-PROTOCOL.MAPPDU", "target": "MAP-PROTOCOL.MAPDisableMulticastConfirmPDU", "value": 1},
{"source": "MAP-PROTOCOL.MAPPDU", "target": "MAP-PROTOCOL.MAPEnableUnicastConfirmPDU", "value": 1},
{"source": "MAP-PROTOCOL.MAPPDU", "target": "MAP-PROTOCOL.MAPDisableUnicastRequestPDU", "value": 1},
{"source": "MAP-PROTOCOL.MAPPDU", "target": "MAP-PROTOCOL.MAPDisableMulticastRequestPDU", "value": 1},
{"source": "MAP-PROTOCOL.MAPPDU", "target": "MAP-PROTOCOL.MAPArbitrateProtocolsRequestPDU", "value": 1},
{"source": "MAP-PROTOCOL.MAPPDU", "target": "MAP-PROTOCOL.MAPConnectConfirmPDU", "value": 1},
{"source": "MAP-PROTOCOL.MAPPDU", "target": "MAP-PROTOCOL.MAPEnableUnicastRequestPDU", "value": 1},
{"source": "MAP-PROTOCOL.MAPPDU", "target": "MAP-PROTOCOL.MAPArbitrateProtocolsConfirmPDU", "value": 1},
{"source": "MAP-PROTOCOL.MAPPDU", "target": "MAP-PROTOCOL.MAPDisconnectConfirmPDU", "value": 1},
{"source": "MAP-PROTOCOL.MAPPDU", "target": "MAP-PROTOCOL.MAPEnableMulticastRequestPDU", "value": 1},
{"source": "MAP-PROTOCOL.MAPPDU", "target": "MAP-PROTOCOL.MAPSequenceNumberPDU", "value": 1},
{"source": "MCS-PROTOCOL.Connect-Additional", "target": "MCS-PROTOCOL.DataPriority", "value": 1},
{"source": "MCS-PROTOCOL.TokenTestConfirm", "target": "MCS-PROTOCOL.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.TokenTestConfirm", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.TokenTestConfirm", "target": "MCS-PROTOCOL.TokenStatus", "value": 1},
{"source": "MCS-PROTOCOL.TokenReleaseConfirm", "target": "MCS-PROTOCOL.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.TokenReleaseConfirm", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.TokenReleaseConfirm", "target": "MCS-PROTOCOL.TokenStatus", "value": 1},
{"source": "MCS-PROTOCOL.TokenReleaseConfirm", "target": "MCS-PROTOCOL.Result", "value": 1},
{"source": "MCS-PROTOCOL.DisconnectProviderUltimatum", "target": "MCS-PROTOCOL.Reason", "value": 1},
{"source": "MCS-PROTOCOL.ChannelLeaveRequest", "target": "MCS-PROTOCOL.ChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGrabConfirm", "target": "MCS-PROTOCOL-3.Result", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGrabConfirm", "target": "MCS-PROTOCOL-3.TokenStatus", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGrabConfirm", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGrabConfirm", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGrabConfirm", "target": "MCS-PROTOCOL-3.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.PurgeTokensIndication", "target": "MCS-PROTOCOL.TokenId", "value": 1},
{"source": "MCS-PROTOCOL-3.MergeChannelsRequest", "target": "MCS-PROTOCOL-3.ChannelAttributes", "value": 1},
{"source": "MCS-PROTOCOL-3.MergeChannelsRequest", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.MergeChannelsRequest", "target": "MCS-PROTOCOL-3.ChannelId", "value": 1},
{"source": "MAP-PROTOCOL.DataFlowIdentifier", "target": "MAP-PROTOCOL.ReliabilityLevel", "value": 1},
{"source": "MAP-PROTOCOL.DataFlowIdentifier", "target": "MAP-PROTOCOL.SenderID", "value": 1},
{"source": "MAP-PROTOCOL.DataFlowIdentifier", "target": "MAP-PROTOCOL.ChannelID", "value": 1},
{"source": "MAP-PROTOCOL.DataFlowIdentifier", "target": "MAP-PROTOCOL.DataType", "value": 1},
{"source": "MAP-PROTOCOL.DataFlowIdentifier", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MAP-PROTOCOL.DataFlowIdentifier", "target": "MAP-PROTOCOL.Priority", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGrabRequest", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGrabRequest", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGrabRequest", "target": "MCS-PROTOCOL-3.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.ChannelDisbandIndication", "target": "MCS-PROTOCOL.PrivateChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.MergeChannelsConfirm", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.TokenTestConfirm", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.TokenGrabConfirm", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.TokenGiveIndication", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.MergeChannelsRequest", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.ErectDomainRequest", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.TokenGrabRequest", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.UniformSendDataIndication", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.NonStandardPDU", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.TokenInhibitRequest", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.TokenPleaseRequest", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.UniformSendDataRequest", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.MergeTokensRequest", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.TokenGiveRequest", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.TokenGiveConfirm", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.ChannelConveneRequest", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.RejectMCSPDUUltimatum", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.TokenPleaseIndication", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.SendDataRequest", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.PurgeTokensIndication", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.TokenGiveResponse", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.AttachUserRequest", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.DetachUserIndication", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.SendDataIndication", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.TokenInhibitConfirm", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.ChannelDisbandIndication", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.ChannelAdmitRequest", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.TokenReleaseConfirm", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.TokenReleaseRequest", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.PurgeChannelsIndication", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.DetachUserRequest", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.ChannelLeaveRequest", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.ChannelConveneConfirm", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.ChannelAdmitIndication", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.ChannelExpelRequest", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.ChannelExpelIndication", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.ChannelJoinRequest", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.ChannelDisbandRequest", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.PlumbDomainIndication", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.MergeTokensConfirm", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.DisconnectProviderUltimatum", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.ChannelJoinConfirm", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.TokenTestRequest", "value": 1},
{"source": "MCS-PROTOCOL-3.DomainMCSPDU", "target": "MCS-PROTOCOL-3.AttachUserConfirm", "value": 1},
{"source": "MCS-PROTOCOL.TokenInhibitRequest", "target": "MCS-PROTOCOL.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.TokenInhibitRequest", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MAP-PROTOCOL.MAPRemoveGroupRequestPDU", "target": "MAP-PROTOCOL.Metachannel", "value": 1},
{"source": "MAP-PROTOCOL.MAPRemoveGroupRequestPDU", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.ExtendedParameterPropose", "target": "MCS-PROTOCOL-3.ExtendedParameters", "value": 1},
{"source": "MCS-PROTOCOL-3.ExtendedParameterPropose", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenPleaseIndication", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenPleaseIndication", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenPleaseIndication", "target": "MCS-PROTOCOL-3.TokenId", "value": 1},
{"source": "MCS-PROTOCOL-3.ExtendedParameterAccept", "target": "MCS-PROTOCOL-3.ExtendedParameters", "value": 1},
{"source": "MCS-PROTOCOL-3.ExtendedParameterAccept", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.PurgeTokensIndication", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.PurgeTokensIndication", "target": "MCS-PROTOCOL-3.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.MergeChannelsRequest", "target": "MCS-PROTOCOL.ChannelAttributes", "value": 1},
{"source": "MCS-PROTOCOL.MergeChannelsRequest", "target": "MCS-PROTOCOL.ChannelId", "value": 1},
{"source": "MCS-PROTOCOL.ChannelAttributes", "target": "MCS-PROTOCOL.AssignedChannelId", "value": 1},
{"source": "MCS-PROTOCOL.ChannelAttributes", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.ChannelAttributes", "target": "MCS-PROTOCOL.StaticChannelId", "value": 1},
{"source": "MCS-PROTOCOL.ChannelAttributes", "target": "MCS-PROTOCOL.PrivateChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.SendDataIndication", "target": "MCS-PROTOCOL-3.DataPriority", "value": 1},
{"source": "MCS-PROTOCOL-3.SendDataIndication", "target": "MCS-PROTOCOL-3.ChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.SendDataIndication", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.SendDataIndication", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.SendDataIndication", "target": "MCS-PROTOCOL-3.Segmentation", "value": 1},
{"source": "MCS-PROTOCOL-3.AttachUserConfirm", "target": "MCS-PROTOCOL-3.Result", "value": 1},
{"source": "MCS-PROTOCOL-3.AttachUserConfirm", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.AttachUserConfirm", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenReleaseConfirm", "target": "MCS-PROTOCOL-3.Result", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenReleaseConfirm", "target": "MCS-PROTOCOL-3.TokenStatus", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenReleaseConfirm", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenReleaseConfirm", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenReleaseConfirm", "target": "MCS-PROTOCOL-3.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.ChannelExpelRequest", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.ChannelExpelRequest", "target": "MCS-PROTOCOL.PrivateChannelId", "value": 1},
{"source": "MCS-PROTOCOL.PurgeChannelsIndication", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.PurgeChannelsIndication", "target": "MCS-PROTOCOL.ChannelId", "value": 1},
{"source": "MAP-PROTOCOL.MAPConnectConfirmPDU", "target": "MAP-PROTOCOL.VersionNumber", "value": 1},
{"source": "MAP-PROTOCOL.MAPConnectConfirmPDU", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelAttributes", "target": "MCS-PROTOCOL-3.PrivateChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelAttributes", "target": "MCS-PROTOCOL-3.StaticChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelAttributes", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelAttributes", "target": "MCS-PROTOCOL-3.AssignedChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelAttributes", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MAP-PROTOCOL.MAPDisconnectConfirmPDU", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MAP-PROTOCOL.DataType", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelConveneConfirm", "target": "MCS-PROTOCOL-3.Result", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelConveneConfirm", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelConveneConfirm", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelConveneConfirm", "target": "MCS-PROTOCOL-3.PrivateChannelId", "value": 1},
{"source": "MCS-PROTOCOL.ChannelDisbandRequest", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.ChannelDisbandRequest", "target": "MCS-PROTOCOL.PrivateChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelExpelIndication", "target": "MCS-PROTOCOL-3.PrivateChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelExpelIndication", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelExpelIndication", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.PlumbDomainIndication", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL.TokenInhibitConfirm", "target": "MCS-PROTOCOL.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.TokenInhibitConfirm", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.TokenInhibitConfirm", "target": "MCS-PROTOCOL.TokenStatus", "value": 1},
{"source": "MCS-PROTOCOL.TokenInhibitConfirm", "target": "MCS-PROTOCOL.Result", "value": 1},
{"source": "MAP-PROTOCOL.MAPEnableUnicastConfirmPDU", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MAP-PROTOCOL.MAPEnableUnicastConfirmPDU", "target": "MAP-PROTOCOL.DataFlowIdentifier", "value": 1},
{"source": "MAP-PROTOCOL.MAPEnableUnicastConfirmPDU", "target": "MAP-PROTOCOL.SequenceNumber", "value": 1},
{"source": "MAP-PROTOCOL.MAPArbitrateProtocolsRequestPDU", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MAP-PROTOCOL.MAPArbitrateProtocolsRequestPDU", "target": "MAP-PROTOCOL.TransportProtocolRequestEntry", "value": 1},
{"source": "MCS-PROTOCOL-3.DisconnectProviderUltimatum", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.DisconnectProviderUltimatum", "target": "MCS-PROTOCOL-3.Reason", "value": 1},
{"source": "MCS-PROTOCOL-3.NonStandardParameter", "target": "MCS-PROTOCOL-3.Key", "value": 1},
{"source": "MCS-PROTOCOL-3.SeqOfIndicationCapabilities", "target": "MCS-PROTOCOL-3.IndicationCapability", "value": 1},
{"source": "MCS-PROTOCOL.ChannelAdmitRequest", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.ChannelAdmitRequest", "target": "MCS-PROTOCOL.PrivateChannelId", "value": 1},
{"source": "MCS-PROTOCOL.ChannelJoinRequest", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.ChannelJoinRequest", "target": "MCS-PROTOCOL.ChannelId", "value": 1},
{"source": "MCS-PROTOCOL.TokenGrabConfirm", "target": "MCS-PROTOCOL.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.TokenGrabConfirm", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.TokenGrabConfirm", "target": "MCS-PROTOCOL.TokenStatus", "value": 1},
{"source": "MCS-PROTOCOL.TokenGrabConfirm", "target": "MCS-PROTOCOL.Result", "value": 1},
{"source": "MAP-PROTOCOL.MAPDisableMulticastConfirmPDU", "target": "MAP-PROTOCOL.Metachannel", "value": 1},
{"source": "MAP-PROTOCOL.MAPDisableMulticastConfirmPDU", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL.ChannelConveneRequest", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.ChannelLeaveRequest", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.DetachUserIndication", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.UniformSendDataRequest", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.PurgeTokensIndication", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.ChannelJoinRequest", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.TokenGrabConfirm", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.MergeTokensRequest", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.TokenReleaseRequest", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.PlumbDomainIndication", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.ChannelAdmitIndication", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.ChannelConveneRequest", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.ChannelDisbandIndication", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.ChannelExpelIndication", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.DetachUserRequest", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.MergeTokensConfirm", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.TokenPleaseRequest", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.UniformSendDataIndication", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.SendDataRequest", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.ChannelConveneConfirm", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.MergeChannelsRequest", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.TokenGiveIndication", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.TokenPleaseIndication", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.AttachUserRequest", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.RejectMCSPDUUltimatum", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.TokenTestRequest", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.TokenGrabRequest", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.SendDataIndication", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.ChannelExpelRequest", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.TokenTestConfirm", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.PurgeChannelsIndication", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.TokenGiveRequest", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.TokenGiveResponse", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.MergeChannelsConfirm", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.ChannelDisbandRequest", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.ChannelAdmitRequest", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.ErectDomainRequest", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.TokenInhibitConfirm", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.TokenGiveConfirm", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.AttachUserConfirm", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.TokenInhibitRequest", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.TokenReleaseConfirm", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.DisconnectProviderUltimatum", "value": 1},
{"source": "MCS-PROTOCOL.DomainMCSPDU", "target": "MCS-PROTOCOL.ChannelJoinConfirm", "value": 1},
{"source": "MCS-PROTOCOL.DetachUserRequest", "target": "MCS-PROTOCOL.Reason", "value": 1},
{"source": "MCS-PROTOCOL.DetachUserRequest", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.CapabilitiesNotificationRequest", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.CapabilitiesNotificationRequest", "target": "MCS-PROTOCOL-3.SeqOfRequestCapabilities", "value": 1},
{"source": "MCS-PROTOCOL.MergeTokensConfirm", "target": "MCS-PROTOCOL.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.MergeTokensConfirm", "target": "MCS-PROTOCOL.TokenAttributes", "value": 1},
{"source": "MAP-PROTOCOL.MAPDisconnectRequestPDU", "target": "MAP-PROTOCOL.Reason", "value": 1},
{"source": "MAP-PROTOCOL.MAPDisconnectRequestPDU", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MAP-PROTOCOL.DataFrameEntry", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MAP-PROTOCOL.Key", "target": "MAP-PROTOCOL.H221NonStandardIdentifier", "value": 1},
{"source": "MAP-PROTOCOL.MAPDataPDU", "target": "MAP-PROTOCOL.DataFrameEntry", "value": 1},
{"source": "MAP-PROTOCOL.MAPDataPDU", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MAP-PROTOCOL.MAPDataPDU", "target": "MAP-PROTOCOL.DataDescriptor", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGiveRequest", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGiveRequest", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGiveRequest", "target": "MCS-PROTOCOL-3.TokenId", "value": 1},
{"source": "MCS-PROTOCOL-3.CapabilityID", "target": "MCS-PROTOCOL-3.Key", "value": 1},
{"source": "MCS-PROTOCOL.Connect-Result", "target": "MCS-PROTOCOL.Result", "value": 1},
{"source": "MCS-PROTOCOL.StaticChannelId", "target": "MCS-PROTOCOL.ChannelId", "value": 1},
{"source": "MCS-PROTOCOL.DynamicChannelId", "target": "MCS-PROTOCOL.ChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.SendDataRequest", "target": "MCS-PROTOCOL-3.DataPriority", "value": 1},
{"source": "MCS-PROTOCOL-3.SendDataRequest", "target": "MCS-PROTOCOL-3.ChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.SendDataRequest", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.SendDataRequest", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.SendDataRequest", "target": "MCS-PROTOCOL-3.Segmentation", "value": 1},
{"source": "MCS-PROTOCOL-3.AttachUserRequest", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGiveResponse", "target": "MCS-PROTOCOL-3.Result", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGiveResponse", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGiveResponse", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenGiveResponse", "target": "MCS-PROTOCOL-3.TokenId", "value": 1},
{"source": "MCS-PROTOCOL-3.DetachUserIndication", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.DetachUserIndication", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.DetachUserIndication", "target": "MCS-PROTOCOL-3.Reason", "value": 1},
{"source": "MAP-PROTOCOL.MAPSequenceNumberPDU", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MAP-PROTOCOL.MAPSequenceNumberPDU", "target": "MAP-PROTOCOL.DataFlowIdentifier", "value": 1},
{"source": "MAP-PROTOCOL.MAPSequenceNumberPDU", "target": "MAP-PROTOCOL.SequenceNumber", "value": 1},
{"source": "MCS-PROTOCOL-3.UniformSendDataIndication", "target": "MCS-PROTOCOL-3.DataPriority", "value": 1},
{"source": "MCS-PROTOCOL-3.UniformSendDataIndication", "target": "MCS-PROTOCOL-3.ChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.UniformSendDataIndication", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.UniformSendDataIndication", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.UniformSendDataIndication", "target": "MCS-PROTOCOL-3.Segmentation", "value": 1},
{"source": "MAP-PROTOCOL.MAPAddGroupRequestPDU", "target": "MAP-PROTOCOL.Metachannel", "value": 1},
{"source": "MAP-PROTOCOL.MAPAddGroupRequestPDU", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MAP-PROTOCOL.MAPAddGroupRequestPDU", "target": "MAP-PROTOCOL.NetworkAddress", "value": 1},
{"source": "MAP-PROTOCOL.MAPAddGroupRequestPDU", "target": "MAP-PROTOCOL.TransportProtocolID", "value": 1},
{"source": "MCS-PROTOCOL.TokenGrabRequest", "target": "MCS-PROTOCOL.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.TokenGrabRequest", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.DynamicChannelId", "target": "MCS-PROTOCOL-3.ChannelId", "value": 1},
{"source": "MCS-PROTOCOL.SendDataIndication", "target": "MCS-PROTOCOL.Segmentation", "value": 1},
{"source": "MCS-PROTOCOL.SendDataIndication", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.SendDataIndication", "target": "MCS-PROTOCOL.ChannelId", "value": 1},
{"source": "MCS-PROTOCOL.SendDataIndication", "target": "MCS-PROTOCOL.DataPriority", "value": 1},
{"source": "MAP-PROTOCOL.NonStandardParameter", "target": "MAP-PROTOCOL.Key", "value": 1},
{"source": "MCS-PROTOCOL.ConnectMCSPDU", "target": "MCS-PROTOCOL.Connect-Initial", "value": 1},
{"source": "MCS-PROTOCOL.ConnectMCSPDU", "target": "MCS-PROTOCOL.Connect-Additional", "value": 1},
{"source": "MCS-PROTOCOL.ConnectMCSPDU", "target": "MCS-PROTOCOL.Connect-Response", "value": 1},
{"source": "MCS-PROTOCOL.ConnectMCSPDU", "target": "MCS-PROTOCOL.Connect-Result", "value": 1},
{"source": "MCS-PROTOCOL.TokenGiveResponse", "target": "MCS-PROTOCOL.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.TokenGiveResponse", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL.TokenGiveResponse", "target": "MCS-PROTOCOL.Result", "value": 1},
{"source": "MCS-PROTOCOL.TokenGiveRequest", "target": "MCS-PROTOCOL.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.TokenGiveRequest", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MAP-PROTOCOL.MAPArbitrateProtocolsConfirmPDU", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MAP-PROTOCOL.MAPArbitrateProtocolsConfirmPDU", "target": "MAP-PROTOCOL.TransportProtocolConfirmEntry", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelLeaveRequest", "target": "MCS-PROTOCOL-3.ChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelLeaveRequest", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.ExtendedParameterMCSPDU", "target": "MCS-PROTOCOL-3.NonStandardPDU", "value": 1},
{"source": "MCS-PROTOCOL-3.ExtendedParameterMCSPDU", "target": "MCS-PROTOCOL-3.ExtendedParameterAccept", "value": 1},
{"source": "MCS-PROTOCOL-3.ExtendedParameterMCSPDU", "target": "MCS-PROTOCOL-3.ExtendedParameterPropose", "value": 1},
{"source": "MCS-PROTOCOL.TokenTestRequest", "target": "MCS-PROTOCOL.TokenId", "value": 1},
{"source": "MCS-PROTOCOL.TokenTestRequest", "target": "MCS-PROTOCOL.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelAdmitIndication", "target": "MCS-PROTOCOL-3.PrivateChannelId", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelAdmitIndication", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.ChannelAdmitIndication", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenPleaseRequest", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenPleaseRequest", "target": "MCS-PROTOCOL-3.UserId", "value": 1},
{"source": "MCS-PROTOCOL-3.TokenPleaseRequest", "target": "MCS-PROTOCOL-3.TokenId", "value": 1},
{"source": "MAP-PROTOCOL.NonStandardPDU", "target": "MAP-PROTOCOL.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.MergeTokensConfirm", "target": "MCS-PROTOCOL-3.TokenAttributes", "value": 1},
{"source": "MCS-PROTOCOL-3.MergeTokensConfirm", "target": "MCS-PROTOCOL-3.NonStandardParameter", "value": 1},
{"source": "MCS-PROTOCOL-3.MergeTokensConfirm", "target": "MCS-PROTOCOL-3.TokenId", "value": 1}
]
}

4158
pycrate_asn1dir/T125.py Normal file

File diff suppressed because it is too large Load Diff

1364
pycrate_asn1dir/T128.json Normal file

File diff suppressed because it is too large Load Diff

9050
pycrate_asn1dir/T128.py Normal file

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
__all__ = ['LPPa', 'TAP3', 'Kerberos', 'RNSAP', 'ERS', 'CAP', 'PKIXAttrCert08', 'TCAP_RAW', 'CMSFirmWrap', 'TCAP_ANSI', 'H225', 'H235', 'CMSAlgs', 'TCAP_MAP', 'PCAP', 'RRCNR', 'S1AP', 'XwAP', 'H248', 'NGAP', 'X509', 'SABP', 'PKIXAlgo08', 'F1AP', 'H245', 'CMSAndPKIX08', 'RRLP', 'NCBI', 'LPPe', 'RRC3G', 'ExtSecServices', 'X520', 'NBAP', 'MAPv2', 'RFC5911', 'RRCLTE', 'RFC5912', 'CMSAes', 'ULP', 'NRPPa', 'XnAP', 'LPP', 'SLmAP', 'X509_2016', 'RANAP', 'HNBAP', 'X2AP', 'MAP', 'PKCS1', 'TCAP', 'AuthEnvData', 'M3AP', 'PKIX1', 'E1AP', 'CMS2004', 'AESCCMGCM', 'SS', 'RNA', 'RUA', 'SNMP', 'TCAPExt', 'M2AP', 'NCBI_all', 'TCAP_CAP', 'CDR', 'LDAP', 'ILP', 'PKIXAttrCert', 'ITS', 'AsymKeyPkg', ]
__all__ = ['LPPa', 'TAP3', 'Kerberos', 'RNSAP', 'ERS', 'CAP', 'PKIXAttrCert08', 'TCAP_RAW', 'CMSFirmWrap', 'TCAP_ANSI', 'H225', 'H235', 'CMSAlgs', 'TCAP_MAP', 'PCAP', 'RRCNR', 'S1AP', 'XwAP', 'H248', 'NGAP', 'X509', 'SABP', 'PKIXAlgo08', 'F1AP', 'H245', 'CMSAndPKIX08', 'RRLP', 'NCBI', 'LPPe', 'RRC3G', 'ExtSecServices', 'X520', 'NBAP', 'MAPv2', 'RFC5911', 'RRCLTE', 'RFC5912', 'CMSAes', 'ULP', 'NRPPa', 'XnAP', 'LPP', 'SLmAP', 'X509_2016', 'RANAP', 'HNBAP', 'X2AP', 'MAP', 'PKCS1', 'TCAP', 'AuthEnvData', 'M3AP', 'PKIX1', 'E1AP', 'CMS2004', 'AESCCMGCM', 'SS', 'RNA', 'RUA', 'SNMP', 'TCAPExt', 'M2AP', 'NCBI_all', 'TCAP_CAP', 'CDR', 'LDAP', 'ILP', 'PKIXAttrCert', 'ITS', 'AsymKeyPkg', 'T128', 'T125', 'T124']