Hi, community:
I am trying to figure out the impact of the backend aodt_sim on the UI, and have some questions to consult:
- Based on Ran simulation, I modify the parameters in
/aodt/aodt_sim/src_be/components/common/config_ran.json, i.e., the TDD pattern is “1”:

Then, I restarted worker and container. However, the docker logs are still:
where TDD pattern follows the default setting. how can it be modified and applied in UI scene.
-
When combing the backend code, I fail to locate the file about UE cuPHY part shown in the following figure:
Does the RU phy and mac code that AODT execute locate onbackend_bundle/aodt_sim/external/cuBB? and Where is the UE code? -
I guess the key function for RAN simulation is
handler_play_full_simwhose path issrc/asim_loop.cpp. It is correct? How to call the code of cuPHY and cuMAC in this function?
Thank you.

