X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fe2-interface.git;a=blobdiff_plain;f=e2sim%2Fprevious%2Fe2apv1sim%2Fe2sim%2Fencode_kpm.hpp;fp=e2sim%2Fprevious%2Fe2apv1sim%2Fe2sim%2Fencode_kpm.hpp;h=0000000000000000000000000000000000000000;hp=682814c4719d7c6164c323d32ad6d8d70961699d;hb=f86662b5b6481f27e18313a36355871f3a947193;hpb=a9f02a2b5886990fd81e64f7c218c5d4844f18a3 diff --git a/e2sim/previous/e2apv1sim/e2sim/encode_kpm.hpp b/e2sim/previous/e2apv1sim/e2sim/encode_kpm.hpp deleted file mode 100644 index 682814c..0000000 --- a/e2sim/previous/e2apv1sim/e2sim/encode_kpm.hpp +++ /dev/null @@ -1,45 +0,0 @@ -#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); - -void encode_kpm_bak(E2SM_KPM_IndicationMessage_t* indicationmessage); - -void encode_kpm_function_description(E2SM_KPM_RANfunction_Description_t* ranfunc_desc); - -void encode_kpm_report_style5(E2SM_KPM_IndicationMessage_t* indicationmessage); - -void encode_kpm_odu_user_level(RAN_Container_t *ranco); - -void encode_kpm_ocucp_user_level(RAN_Container_t *ranco); - -void encode_kpm_ocuup_user_level(RAN_Container_t *ranco); - -void encode_kpm_report_rancontainer_du(E2SM_KPM_IndicationMessage_t *indMsg); - -void encode_kpm_report_rancontainer_cucp(E2SM_KPM_IndicationMessage_t *indMsg); - -void encode_kpm_report_rancontainer_cuup(E2SM_KPM_IndicationMessage_t *indMsg); - -void encode_kpm_report_style1(E2SM_KPM_IndicationMessage_t* indicationmessage); - -void encode_kpm_report_rancontainer_cucp_parameterized(E2SM_KPM_IndicationMessage_t* indicationmessage,uint8_t *plmnid_buf,uint8_t *nrcellid_buf,uint8_t *crnti_buf,const uint8_t *serving_buf, const uint8_t *neighbor_buf); - -void encode_kpm_report_rancontainer_cuup_parameterized(E2SM_KPM_IndicationMessage_t* indicationmessage, uint8_t *plmnid_buf, uint8_t *nrcellid_buf, uint8_t *crnti_buf,int pdcp_bytesdl, int pdcp_bytesul); - -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