{  NLT$CC_PDU_SIZE }

CONST
  nlc$cc_max_pdu_size = 0ffffffff(16);

TYPE
  nlt$cc_pdu_size = 0 .. nlc$cc_max_pdu_size;
