I'm trying to configure a Client server interface for 3 operations in AUTOSAR 4.2 using EB tresos tool. I have configure the required P and R ports in the in Server and Client respectively. I have created 3 runnables and Operation invoked event for Server and CS interface in Client.
error 1: Im getting an issue that the runnable in server component refer to R port in Client and that its only valid if runnable and R port are in the same component.
error 2: If I put the runnables and Operation invoked event in the Client I get the error that the P port in the server points to an interface not mapped by any operation invoked event
Any one have an idea on how to