Hi! Is it possible to set MAX_BRANCH > 30? The tm module will give an error if I try higher values: tm.c: if (MAX_BRANCHES+1>31) { LOG(L_CRIT, "Too many max UACs for UAC branch_bm_t bitmap: %d\n", Where does the "31" come from? Is it safe to increase this value? regards, Klaus