X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fe2-interface.git;a=blobdiff_plain;f=e2sim%2Fe2apv1sim%2Fencode_kpm.hpp;h=682814c4719d7c6164c323d32ad6d8d70961699d;hp=60b09e9a6f8e035f9e1daf7176f491ced2a9a394;hb=6896318f2b4ff01b4a88b16019c3dc93b0b693f5;hpb=b57063d875ff4f1f554c2f00122f2a4c21824b6f diff --git a/e2sim/e2apv1sim/encode_kpm.hpp b/e2sim/e2apv1sim/encode_kpm.hpp index 60b09e9..682814c 100644 --- a/e2sim/e2apv1sim/encode_kpm.hpp +++ b/e2sim/e2apv1sim/encode_kpm.hpp @@ -1,10 +1,15 @@ -#include "OCUCP-PF-Container.h" -#include "OCTET_STRING.h" -#include "asn_application.h" -#include "E2SM-KPM-IndicationMessage.h" -#include "FQIPERSlicesPerPlmnListItem.h" -#include "E2SM-KPM-RANfunction-Description.h" -#include "Timestamp.h" +#ifndef ENCODE_KPM_HPP +#define ENCODE_KPM_HPP + +extern "C" { + #include "OCUCP-PF-Container.h" + #include "OCTET_STRING.h" + #include "asn_application.h" + #include "E2SM-KPM-IndicationMessage.h" + #include "FQIPERSlicesPerPlmnListItem.h" + #include "E2SM-KPM-RANfunction-Description.h" + #include "Timestamp.h" +} void encode_kpm(E2SM_KPM_IndicationMessage_t* indicationmessage); @@ -35,3 +40,6 @@ void encode_kpm_report_rancontainer_cuup_parameterized(E2SM_KPM_IndicationMessag void encode_kpm_report_style1_parameterized(E2SM_KPM_IndicationMessage_t* indicationmessage, long fiveqi, long dl_prb_usage, long ul_prb_usage, uint8_t* sd_buf, uint8_t* sst_buf,uint8_t* plmnid_buf, uint8_t* nrcellid_buf, long *dl_prbs, long *ul_prbs); void encode_kpm_report_style5_parameterized(E2SM_KPM_IndicationMessage_t* indicationmessage, uint8_t *gnbcuupname_buf, int bytes_dl,int bytes_ul, uint8_t *sst_buf, uint8_t *sd_buf, uint8_t *plmnid_buf); + + +#endif