修改10G CPRI速率测试CASE的初始化接口

This commit is contained in:
cheng.wan 2024-06-12 10:03:21 +08:00
parent b6ff644c4f
commit 1b5f0f6fbb
13 changed files with 13 additions and 7 deletions

View File

@ -642,6 +642,7 @@ int32_t fh_drv_init(void)
fhDrvPara.protocolSel = PROTOCOL_CPRI;
fhDrvPara.rateOption = CPRI_OPTION_8;
fhDrvPara.mapOption = OTIC_MAP_FIGURE12;
fhDrvPara.ctrlOption = CPRI_RS_FEC_DISABLE;
fronthaul_drv_cfg(&fhDrvPara);
return 0;

View File

@ -294,6 +294,7 @@ int32_t fh_drv_init(void)
fhDrvPara.protocolSel = PROTOCOL_CPRI;
fhDrvPara.rateOption = CPRI_OPTION_8;
fhDrvPara.mapOption = OTIC_MAP_FIGURE12;
fhDrvPara.ctrlOption = CPRI_RS_FEC_DISABLE;
fronthaul_drv_cfg(&fhDrvPara);
return 0;

View File

@ -295,6 +295,7 @@ int32_t fh_drv_init(void)
fhDrvPara.protocolSel = PROTOCOL_CPRI;
fhDrvPara.rateOption = CPRI_OPTION_8;
fhDrvPara.mapOption = OTIC_MAP_FIGURE12;
fhDrvPara.ctrlOption = CPRI_RS_FEC_DISABLE;
fronthaul_drv_cfg(&fhDrvPara);
return 0;

View File

@ -295,6 +295,7 @@ int32_t fh_drv_init(void)
fhDrvPara.protocolSel = PROTOCOL_CPRI;
fhDrvPara.rateOption = CPRI_OPTION_8;
fhDrvPara.mapOption = OTIC_MAP_FIGURE12;
fhDrvPara.ctrlOption = CPRI_RS_FEC_DISABLE;
fronthaul_drv_cfg(&fhDrvPara);
return 0;

View File

@ -551,6 +551,7 @@ int32_t fh_drv_init(void)
fhDrvPara.protocolSel = PROTOCOL_CPRI;
fhDrvPara.rateOption = CPRI_OPTION_8;
fhDrvPara.mapOption = OTIC_MAP_FIGURE10;
fhDrvPara.ctrlOption = CPRI_RS_FEC_DISABLE;
fronthaul_drv_cfg(&fhDrvPara);
return 0;

View File

@ -66,7 +66,7 @@ int32_t fh_data_init(void)
int32_t fh_drv_init(void)
{
cpri_init(CPRI_OPTION_8, OTIC_MAP_FIGURE10);
cpri_init(CPRI_OPTION_8, OTIC_MAP_FIGURE10, CPRI_RS_FEC_DISABLE);
return 0;
}

View File

@ -66,7 +66,7 @@ int32_t fh_data_init(void)
int32_t fh_drv_init(void)
{
cpri_init(CPRI_OPTION_8, OTIC_MAP_FIGURE10);
cpri_init(CPRI_OPTION_8, OTIC_MAP_FIGURE10, CPRI_RS_FEC_DISABLE);
return 0;
}

View File

@ -66,7 +66,7 @@ int32_t fh_data_init(void)
int32_t fh_drv_init(void)
{
cpri_init(CPRI_OPTION_8, OTIC_MAP_FIGURE10);
cpri_init(CPRI_OPTION_8, OTIC_MAP_FIGURE10, CPRI_RS_FEC_DISABLE);
return 0;
}

View File

@ -415,6 +415,7 @@ int32_t fh_drv_init(void)
fhDrvPara.protocolSel = PROTOCOL_CPRI;
fhDrvPara.rateOption = CPRI_OPTION_8;
fhDrvPara.mapOption = OTIC_MAP_FIGURE12;
fhDrvPara.ctrlOption = CPRI_RS_FEC_DISABLE;
fronthaul_drv_cfg(&fhDrvPara);
return 0;

View File

@ -64,7 +64,7 @@ int32_t fh_data_init(void)
int32_t fh_drv_init(void)
{
cpri_init(CPRI_OPTION_8, OTIC_MAP_FIGURE12);//NR TDD和FDD的mapping是一样的
cpri_init(CPRI_OPTION_8, OTIC_MAP_FIGURE12, CPRI_RS_FEC_DISABLE);//NR TDD和FDD的mapping是一样的
return 0;
}

View File

@ -64,7 +64,7 @@ int32_t fh_data_init(void)
int32_t fh_drv_init(void)
{
cpri_init(CPRI_OPTION_8, OTIC_MAP_FIGURE12);//NR TDD和FDD的mapping是一样的
cpri_init(CPRI_OPTION_8, OTIC_MAP_FIGURE12, CPRI_RS_FEC_DISABLE);//NR TDD和FDD的mapping是一样的
return 0;
}

View File

@ -64,7 +64,7 @@ int32_t fh_data_init(void)
int32_t fh_drv_init(void)
{
cpri_init(CPRI_OPTION_8, OTIC_MAP_FIGURE12);//NR TDD和FDD的mapping是一样的
cpri_init(CPRI_OPTION_8, OTIC_MAP_FIGURE12, CPRI_RS_FEC_DISABLE);//NR TDD和FDD的mapping是一样的
return 0;
}

View File

@ -64,7 +64,7 @@ int32_t fh_data_init(void)
int32_t fh_drv_init(void)
{
cpri_init(CPRI_OPTION_8, OTIC_MAP_FIGURE12);//NR TDD和FDD的mapping是一样的
cpri_init(CPRI_OPTION_8, OTIC_MAP_FIGURE12, CPRI_RS_FEC_DISABLE);//NR TDD和FDD的mapping是一样的
return 0;
}