NCI_MAX_NUM_CONN
struct conn_credit_entry conn_entries[NCI_MAX_NUM_CONN];
if (ntf->num_entries > NCI_MAX_NUM_CONN)
ntf->num_entries = NCI_MAX_NUM_CONN;