X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPI%2Fprach__performance_8cc.html;fp=docs%2FAPI%2Fprach__performance_8cc.html;h=0000000000000000000000000000000000000000;hb=bdbd414e8038630c154ee3c6b8bc9b3aeb954be6;hp=49e86ee62c00722285fd1db4448e0c24d7a26c40;hpb=e9403c457453dba780e64af7de9462fad7217aa3;p=o-du%2Fphy.git diff --git a/docs/API/prach__performance_8cc.html b/docs/API/prach__performance_8cc.html deleted file mode 100644 index 49e86ee..0000000 --- a/docs/API/prach__performance_8cc.html +++ /dev/null @@ -1,367 +0,0 @@ - - - - - - - -o-du/phy: prach_performance.cc File Reference - - - - - - - - - -
-
- - - - - - -
-
o-du/phy -
-
Intel O-RAN/X-RAN Generated Doxygen Documentation
-
-
- - - - - - - - -
-
- - -
- -
- - -
-
-
-Data Structures | -Functions | -Variables
-
-
prach_performance.cc File Reference
-
-
-
#include "common.hpp"
-#include "xran_common.h"
-#include "xran_fh_o_du.h"
-#include "ethernet.h"
-#include "xran_transport.h"
-#include "xran_cp_api.h"
-#include <stdint.h>
-
-Include dependency graph for prach_performance.cc:
-
-
- - - - - - - - - - - - - -
-
-

Go to the source code of this file.

- - - - -

-Data Structures

class  PrachPerf
 
- - - - - - - -

-Functions

void performance_cp (void *pHandle, struct xran_cp_gen_params *params, struct xran_section_gen_info *sect_geninfo, struct xran_device_ctx *pxran_lib_ctx, uint8_t frame_id, uint8_t subframe_id, uint8_t slot_id, uint16_t beam_id, uint8_t cc_id, uint8_t prach_port_id, uint8_t seq_id)
 
 TEST_P (PrachPerf, PacketGen)
 
 INSTANTIATE_TEST_CASE_P (UnitTest, PrachPerf, testing::ValuesIn(get_sequence(PrachPerf::get_number_of_cases("prach_performance"))))
 
- - - -

-Variables

const std::string module_name = "Prach_test"
 
-

Function Documentation

- -

◆ INSTANTIATE_TEST_CASE_P()

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
INSTANTIATE_TEST_CASE_P (UnitTest ,
PrachPerf ,
testing::ValuesIn(get_sequence(PrachPerf::get_number_of_cases("prach_performance")))  
)
-
-
-Here is the caller graph for this function:
-
-
- - - -
- -
-
- -

◆ performance_cp()

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void performance_cp (void * pHandle,
struct xran_cp_gen_paramsparams,
struct xran_section_gen_infosect_geninfo,
struct xran_device_ctxpxran_lib_ctx,
uint8_t frame_id,
uint8_t subframe_id,
uint8_t slot_id,
uint16_t beam_id,
uint8_t cc_id,
uint8_t prach_port_id,
uint8_t seq_id 
)
-
- -

Definition at line 172 of file prach_performance.cc.

-
-Here is the call graph for this function:
-
-
- - - - - - - - - - - - - - - - -
-
-Here is the caller graph for this function:
-
-
- - - -
- -
-
- -

◆ TEST_P()

- -
-
- - - - - - - - - - - - - - - - - - -
TEST_P (PrachPerf ,
PacketGen  
)
-
- -

Definition at line 189 of file prach_performance.cc.

-
-Here is the call graph for this function:
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
-
-

Variable Documentation

- -

◆ module_name

- -
-
- - - - -
const std::string module_name = "Prach_test"
-
- -

Definition at line 30 of file prach_performance.cc.

- -
-
-
- - - -