X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=fhi_lib%2Ftest%2Ftest_xran%2Fu_plane_performance.cc;h=b4b1169e2d125683aac2ebf15545f782542fcfea;hp=757a9b9af73f4d842a5aac05aa16437e1c65fbeb;hb=892daba4c616407f16506415d5a69549519ef11d;hpb=76b4495d593ccf45d712db1a3ec96fa9d2d8f5f5 diff --git a/fhi_lib/test/test_xran/u_plane_performance.cc b/fhi_lib/test/test_xran/u_plane_performance.cc index 757a9b9..b4b1169 100644 --- a/fhi_lib/test/test_xran/u_plane_performance.cc +++ b/fhi_lib/test/test_xran/u_plane_performance.cc @@ -43,6 +43,7 @@ const std::string module_name = "U-Plane"; { enum xran_pkt_dir direction = XRAN_DIR_DL; uint16_t section_id = 7; + uint16_t num_sections = 1; enum xran_input_byte_order iq_buf_byte_order = XRAN_CPU_LE_BYTE_ORDER; uint8_t frame_id = 99; uint8_t subframe_id = 9; @@ -58,9 +59,8 @@ const std::string module_name = "U-Plane"; enum xran_comp_hdr_type staticEn = XRAN_COMP_HDR_TYPE_DYNAMIC; uint8_t iqWidth = 16; - int32_t prep_bytes; - prep_bytes = prepare_symbol_ex(direction, + prepare_symbol_ex(direction, section_id, test_buffer, (uint8_t *)iq_offset, @@ -77,7 +77,9 @@ const std::string module_name = "U-Plane"; RU_Port_ID, seq_id, do_copy, - staticEn); + staticEn, + num_sections, + 0); /*union xran_cp_radioapp_section_ext11 *ext11 = NULL; struct xran_sectionext11_info *params = NULL;