Corrections made to the ASN.1 module of H.450.11 (03/2001)

 

1. Replacement of:  

CICapabilityLevel ::= INTEGER (1..3) {
  intrusionLowCap(1), intrusionMediumCap(2), intrusionHighCap(3)}

CIProtectionLevel ::= INTEGER (0..3) {
  lowProtection(0), mediumProtection(1), highProtection(2), fullProtection(3)}

with:

CICapabilityLevel ::= INTEGER {
  intrusionLowCap(1), intrusionMediumCap(2), intrusionHighCap(3)}(1..3)

CIProtectionLevel ::= INTEGER {
  lowProtection(0), mediumProtection(1), highProtection(2), fullProtection(3)
}(0..3)

2. Replacement of:

notBusy ERROR ::= {code local:1009
} 

temporarilyUnavailable ERROR ::= {code local:1000
} 

notAuthorized ERROR ::= {code local:1007
} 

with:

notBusy ERROR ::= {CODE  local:1009
}

temporarilyUnavailable ERROR ::= {CODE  local:1000
} 

notAuthorized ERROR ::= {CODE  local:1007
}