SOME/IP -SD #45
Replies: 2 comments
-
|
I guess there is a bug in the implementation of the SD server while transiting from the _Initial Wait Phase _ to the Repetition Phase. In that transition, the server should send the offer once, and because a potential bug (I don't have a time to check it now), it won't send it. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks Armin for your answer . #include "udp_communication.h" #include "../ara/com/someip/sd/sd_network_layer.h" namespace application void Udp_communication::configure_udp() } int Udp_communication::Main( } } // namespace application #ifndef UDP_COMMUNICATION_H #include "../ara/exec/helper/modelled_process.h" #include #define SAMPLE_INSTANCE_ID 0x5678 namespace application public: std::unique_ptrara::com::entry::Entry entry = std::make_uniqueara::com::entry::ServiceEntry( }; #endif |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Armin,
. But in my Case I am commenting the someip client start in diagnostic_manager.cpp file and only using the someip server start in the extended_vehicle.cpp .But why I can't able to send the offer's .
I am using the SOME/IP protocol in the project Repo given . My question was in the { SOME/IP Service Discovery Protocol Specification } document there they mentioned , the server offer its services continuosly ( we can see in the below image send(offerservice)) irrespective of the Client state and connection.
Beta Was this translation helpful? Give feedback.
All reactions