SOME/IP structures communication through service definitions. A service can combine events, methods, and fields. Events carry data periodically or on change, from provider to subscriber. Methods allow subscribers to trigger remote procedure calls on the provider side. Fields combine notifiers, getters, and setters – notifiers send data on subscription and on change, getters let subscribers request current values, and setters allow subscribers to modify provider-side values.
In the lab simulation, CAMF acted as the service provider and ADAS as the subscriber. CAMF offered a service via SOME/IP-SD Offer Service, and ADAS subscribed using Find Service and Subscribe Eventgroup messages.