Hi,
In DFP example, there is MMWL_testSourceConfig, I found the parameters are not fully correct, for example below parameters are not defined in the rlTestSource_t, so my question is have BU ever verified this features? And any problem here?
tsArgs.txAntPos[0].antPosX = 0;
tsArgs.txAntPos[0].antPosZ = 0;
tsArgs.txAntPos[1].antPosX = 0;
tsArgs.txAntPos[1].antPosZ = 0;
tsArgs.txAntPos[2].antPosX = 0;
tsArgs.txAntPos[2].antPosZ = 0;
My customer tried, and found the captured raw data is not as expected, below is their config for your cross check, any problem let me know, thanks.