/* get DLSCH buffer and adjust size according to what RLC says */
for(i=0;i<d->nr_rlcPDU_List[0];i++){
if(d->rlcPduList[0][i].logicalChannelIdentity>3){printf("%s:%d:%s: bad lcid %d\n",__FILE__,__LINE__,__FUNCTION__,d->rlcPduList[0][i].logicalChannelIdentity);abort();}