X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2FE2AP-c%2Fe2ap_control_helper.hpp;fp=src%2FE2AP-c%2Fe2ap_control_helper.hpp;h=11f668c51a95d943c36c4be83b731339a6a49b75;hb=8a198a45af798bc7c9525a2663d397377d01ab01;hp=904e836d5131ea366de8ef0d91bd935a16f4793f;hpb=6f5a7b69bb045ed82506e14cef9b0cdc6554a613;p=ric-app%2Fadmin.git diff --git a/src/E2AP-c/e2ap_control_helper.hpp b/src/E2AP-c/e2ap_control_helper.hpp index 904e836..11f668c 100644 --- a/src/E2AP-c/e2ap_control_helper.hpp +++ b/src/E2AP-c/e2ap_control_helper.hpp @@ -32,7 +32,7 @@ typedef struct ric_control_helper ric_control_helper; struct ric_control_helper{ - ric_control_helper(void):req_id(1), req_seq_no(1), func_id(0), action_id(1), control_ack(1), cause(0), sub_cause(0), control_status(1), control_msg(0), control_msg_size(0), control_header(0), control_header_size(0), call_process_id(0), call_process_id_size(0){}; + ric_control_helper(void):req_id(1), req_seq_no(1), func_id(0), action_id(1), control_ack(-1), cause(0), sub_cause(0), control_status(1), control_msg(0), control_msg_size(0), control_header(0), control_header_size(0), call_process_id(0), call_process_id_size(0){}; long int req_id, req_seq_no, func_id, action_id, control_ack, cause, sub_cause, control_status;