I am a student taking my first steps in 5G-NR. Using the cttc-nr-demo code, I realized that when exchanging the UDPServer and UDPClient applications, that is, putting the UDPServer running on the remote host and the UDPClient on the UE, there is no data reception by the Remote Host.
Could anyone give me any advice of why this happens?
Thanks in advance.
In the file on line 215 i setup the variable ueAsServer:
- if true- UE runs UDPServer & Remote Host runs UDPClient
- if false- UE runs UDPClient & Remote Host runs UDPServer