Searched refs:cid_present_once (Results 1 – 2 of 2) sorted by relevance
554 def check_compressed_address_registration_tlv(command_msg, cid, iid, cid_present_once=False): argument579 … assert cid_present_once == (cid_cnt == 1), 'Error: Expected cid present {} but present {}'.format(580 'once' if cid_present_once else '', cid_cnt)
150 command.check_compressed_address_registration_tlv(msg, dp_cid, iid, cid_present_once=True)