Corrections made to the ASN.1 module of H.450.11 (03/2001)
CICapabilityLevel ::= INTEGER (1..3) {
intrusionLowCap(1), intrusionMediumCap(2), intrusionHighCap(3)}
CIProtectionLevel ::= INTEGER (0..3) {
lowProtection(0), mediumProtection(1), highProtection(2), fullProtection(3)}
CICapabilityLevel ::= INTEGER {
intrusionLowCap(1), intrusionMediumCap(2), intrusionHighCap(3)}(1..3)
CIProtectionLevel ::= INTEGER {
lowProtection(0), mediumProtection(1), highProtection(2), fullProtection(3)
}(0..3)
notBusy ERROR ::= {code local:1009
}
temporarilyUnavailable ERROR ::= {code local:1000
}
notAuthorized ERROR ::= {code local:1007
}
notBusy ERROR ::= {CODE local:1009
}
temporarilyUnavailable ERROR ::= {CODE local:1000
}
notAuthorized ERROR ::= {CODE local:1007
}