Arda,
For PE, OBSAI and CPRI use the same timing mechanism, so the PE AxC offset should be 310 (ignore the document)
your code should look like below.
for (i = 0; i < 128; i++){
aifObj.hAif2Setup->commonSetup->pPdCommonSetup->AxCOffset[i] = 0;
aifObj.hAif2Setup->commonSetup->pPeCommonSetup->PeAxcOffset[i] = 310;
}
Regards,
Albert