Hi
We can successfully send messages to R5F on A72,but cannot send message from R5F to A72 using remote_service.
My test method is as follows:

1)A72
We develop two apps on A72, send app and rec app.
Send app is used to actively send messages to remote_service named CSP_REMOTE_SERVICE_NAME_A72_TO_R5F registered on R5F.
Rec app is used to registers remote_service named CSP_REMOTE_SERVICE_NAME_R5F_TO_A72 at A72 and receive messages sent by R5F.
2)R5F
On the R5F side, the remote_service named CSP_REMOTE_SERVICE_NAME_A72_TO_R5F is registered to receive messages sent by A72.
If R5F receive messages by remote_service named CSP_REMOTE_SERVICE_NAME_A72_TO_R5F, immediately send a message to A72 through the remote_service named CSP_REMOTE_SERVICE_NAME_R5F_TO_A72 .
If rec app receives the message by remote_service named CSP_REMOTE_SERVICE_NAME_R5F_TO_A72 , it means that R5F actively sends a message to A72. This remote channel is available.
But after testing, the message sent by send app can be received at R5F , but the message sent by R5F cannot be received at rec app.
When R5F sends a message to A72, the following message will be prompted:
[ 328.069853] virtio_rpmsg_bus virtio4: msg received with no recipient
I have attached the source code of the two apps and the code added at R5F.
Please TI experts give me some advices. Thanks!