Add VES stndDefined PM and subscription for O-DU.
[sim/o1-interface.git] / ntsimulator / ntsim-ng / features / ves_pnf_registration / ves_pnf_registration.c
index 691a64d..28cbb1a 100644 (file)
@@ -261,7 +261,7 @@ static int ves_pnf_registration_send(sr_session_ctx_t *current_session, const ch
     }
 
 
-    ves_details_t *ves_details = ves_endpoint_details_get(current_session);
+    ves_details_t *ves_details = ves_endpoint_details_get(current_session, 0);
     if(!ves_details) {
         log_error("ves_endpoint_details_get failed\n");
         free(post_data);