Hi~
We are working on two boards to let them communicate under the LTE standard. We use software defined radio to implement the LTE standard. We have two emulators for the two boards and also the programs for two boards, the eNodeB and UE. We let the two boards run the program together using the emulators.
We are testing the downlink recently. We check the data to be sent in eNodeB, which is quite reasonable. However, if we free run the program for eNodeB and put some breakpoints in the program for UE, the values we get from UE is not correspondent to the data sent in eNodeB.
We are posting this to ask if we are debugging the program in a correct way, free running eNodeB and putting some breakpoints in UE. We don't know why we cannot get the expected value from UE. Could anybody kindly give us some suggestions on debugging the program?
Thank you so much!
Tony