if (assocIter.hasNext()) /*
* this should always be true, but
* good to check
*/
{
MaxCulBindingConfig partnerCfg = assocIter.next();
messageHandler.sendAddLinkPartner(this.devAddr, this,
partnerCfg.getDevAddr(),
partnerCfg.getDeviceType());
/*
* if it's the last association message then wait for
* last ACK
*/
if (assocIter.hasNext()) {