jeremie6wind
jeremie6wind
Hello, Thank you for for your feedback. These commits fix all the points you mentioned: - add the code in the same files instead of duplicating. - use uncrustify. -...
Hi, I added a test in test_sub_ntf_advanced.c It helped me fix some issues. However, I had 2 things I was not sure: 1) In yang-push.c sr_get_data in yang_push_notif_update_send failed for...
Hi, About my issues of last time: 1. I would say something is missing in the initialization of the sysrepo session used for configured yang push. 2. I added some...
Hi Mishal, Thank you for your reply. I put the csn_send_notif_one inside the 'if' as you suggested. I changed the logs to "Could not send notification ." Also I added...
FYI On my side I get: Address type: IPv4 | 12345 Address type: IPv4 | 12346 Address type: IPv4 | 12347
Ok so the udp collector has also 127.0.0.1 local address in the test. The test is fully ipv4 so far. usleep have been replaced by pthread_barrier.
Thank you for the feedback. I am currently improving the code accordingly. However, regarding the timer_helper_thread, Isn't it normal to have this timer thread running. Maybe it is due to...
Hi, In these new commits: I add the fixes that you provided. However one thing was not working on my side with: if (event != SR_EV_CHANGE) { the callback np2srv_config_subscriptions_cb...
Sorry, it seems I made some mistakes. I could test again with if (event != SR_EV_CHANGE) { and it worked fine. Also I fixed the build issue.
When running all the tests, this is the output: 15/37 Testing: test_configured_subscriptions 15/37 Test: test_configured_subscriptions Command: "/root/Netopeer2/build/tests/test_configured_subscriptions" Directory: /root/Netopeer2/build "test_configured_subscriptions" start time: Sep 12 10:49 CEST Output: ---------------------------------------------------------- [==========] Running...