o-du/phy
Intel O-RAN/X-RAN Generated Doxygen Documentation
Data Structures | Macros | Functions | Variables
init_sys_functional.cc File Reference
#include "common.hpp"
#include "xran_fh_o_du.h"
#include "xran_cp_api.h"
#include "xran_lib_wrap.hpp"
#include "xran_common.h"
#include "ethdi.h"
#include <stdint.h>
#include <iostream>
#include <vector>
#include <string>
Include dependency graph for init_sys_functional.cc:

Go to the source code of this file.

Data Structures

class  Init_Sys_Check
 

Macros

#define NUM_OF_SUBFRAME_PER_FRAME   10
 

Functions

void physide_sym_call_back (void *param)
 
int physide_dl_tti_call_back (void *param)
 
int physide_ul_half_slot_call_back (void *param)
 
int physide_ul_full_slot_call_back (void *param)
 
void xran_fh_rx_callback (void *pCallbackTag, xran_status_t status)
 
void xran_fh_rx_prach_callback (void *pCallbackTag, xran_status_t status)
 
 TEST_P (Init_Sys_Check, Test_Open_Close)
 
 TEST_P (Init_Sys_Check, Test_xran_mm_init)
 
 TEST_P (Init_Sys_Check, Test_xran_get_common_counters)
 
 TEST_P (Init_Sys_Check, Test_xran_get_slot_idx)
 
 TEST_P (Init_Sys_Check, Test_xran_reg_physide_cb)
 
 TEST_P (Init_Sys_Check, Test_xran_reg_sym_cb)
 
 TEST_P (Init_Sys_Check, Test_xran_mm_destroy)
 
 TEST_P (Init_Sys_Check, Test_xran_start_stop)
 
 INSTANTIATE_TEST_CASE_P (UnitTest, Init_Sys_Check, testing::ValuesIn(get_sequence(Init_Sys_Check::get_number_of_cases("init_sys_functional"))))
 

Variables

const std::string module_name = "init_sys_functional"
 
enum xran_if_state xran_if_current_state
 

Macro Definition Documentation

◆ NUM_OF_SUBFRAME_PER_FRAME

#define NUM_OF_SUBFRAME_PER_FRAME   10

Function Documentation

◆ INSTANTIATE_TEST_CASE_P()

INSTANTIATE_TEST_CASE_P ( UnitTest  ,
Init_Sys_Check  ,
testing::ValuesIn(get_sequence(Init_Sys_Check::get_number_of_cases("init_sys_functional")))   
)
Here is the caller graph for this function:

◆ physide_dl_tti_call_back()

int physide_dl_tti_call_back ( void *  param)

Definition at line 45 of file init_sys_functional.cc.

Here is the caller graph for this function:

◆ physide_sym_call_back()

void physide_sym_call_back ( void *  param)

Definition at line 39 of file init_sys_functional.cc.

Here is the caller graph for this function:

◆ physide_ul_full_slot_call_back()

int physide_ul_full_slot_call_back ( void *  param)

Definition at line 57 of file init_sys_functional.cc.

Here is the caller graph for this function:

◆ physide_ul_half_slot_call_back()

int physide_ul_half_slot_call_back ( void *  param)

Definition at line 51 of file init_sys_functional.cc.

Here is the caller graph for this function:

◆ TEST_P() [1/8]

TEST_P ( Init_Sys_Check  ,
Test_Open_Close   
)

Definition at line 112 of file init_sys_functional.cc.

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

◆ TEST_P() [2/8]

TEST_P ( Init_Sys_Check  ,
Test_xran_mm_init   
)

Definition at line 120 of file init_sys_functional.cc.

Here is the call graph for this function:

◆ TEST_P() [3/8]

TEST_P ( Init_Sys_Check  ,
Test_xran_get_common_counters   
)

Definition at line 210 of file init_sys_functional.cc.

Here is the call graph for this function:

◆ TEST_P() [4/8]

TEST_P ( Init_Sys_Check  ,
Test_xran_get_slot_idx   
)

Definition at line 226 of file init_sys_functional.cc.

Here is the call graph for this function:

◆ TEST_P() [5/8]

TEST_P ( Init_Sys_Check  ,
Test_xran_reg_physide_cb   
)

Definition at line 244 of file init_sys_functional.cc.

Here is the call graph for this function:

◆ TEST_P() [6/8]

TEST_P ( Init_Sys_Check  ,
Test_xran_reg_sym_cb   
)

Definition at line 268 of file init_sys_functional.cc.

Here is the call graph for this function:

◆ TEST_P() [7/8]

TEST_P ( Init_Sys_Check  ,
Test_xran_mm_destroy   
)

Definition at line 274 of file init_sys_functional.cc.

Here is the call graph for this function:

◆ TEST_P() [8/8]

TEST_P ( Init_Sys_Check  ,
Test_xran_start_stop   
)

Definition at line 280 of file init_sys_functional.cc.

Here is the call graph for this function:

◆ xran_fh_rx_callback()

void xran_fh_rx_callback ( void *  pCallbackTag,
xran_status_t  status 
)

Definition at line 63 of file init_sys_functional.cc.

Here is the caller graph for this function:

◆ xran_fh_rx_prach_callback()

void xran_fh_rx_prach_callback ( void *  pCallbackTag,
xran_status_t  status 
)

Definition at line 69 of file init_sys_functional.cc.

Here is the caller graph for this function:

Variable Documentation

◆ module_name

const std::string module_name = "init_sys_functional"

Definition at line 35 of file init_sys_functional.cc.

◆ xran_if_current_state

enum xran_if_state xran_if_current_state

Definition at line 75 of file ethdi.c.