AssertFatal(proc->subframe_rx==subframe,"Received Timestamp doesn't correspond to the time we think it is");
if(proc->first_rx==0){
AssertFatal(proc->subframe_rx==subframe,"Received Timestamp doesn't correspond to the time we think it is (proc->subframe_rx %d, subframe %d)",proc->subframe_rx,subframe);
AssertFatal(proc->frame_rx==frame,"Received Timestamp doesn't correspond to the time we think it is (proc->frame_rx %d frame %d)",proc->frame_rx,frame);