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_functional.cc;fp=fhi_lib%2Ftest%2Ftest_xran%2Fu_plane_functional.cc;h=599819b02db57e92b817f8c72eafe63d9fb3f3e5;hp=13afda349219e0b2667b1071eb4c98e860d6706e;hb=892daba4c616407f16506415d5a69549519ef11d;hpb=76b4495d593ccf45d712db1a3ec96fa9d2d8f5f5 diff --git a/fhi_lib/test/test_xran/u_plane_functional.cc b/fhi_lib/test/test_xran/u_plane_functional.cc index 13afda3..599819b 100644 --- a/fhi_lib/test/test_xran/u_plane_functional.cc +++ b/fhi_lib/test/test_xran/u_plane_functional.cc @@ -61,6 +61,7 @@ TEST_P(U_planeCheck, Test_DLUL) { 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; @@ -102,7 +103,9 @@ TEST_P(U_planeCheck, Test_DLUL) RU_Port_ID, seq_id, do_copy, - staticEn); + staticEn, + num_sections, + 0); ASSERT_EQ(prep_bytes, 3168);