修改10G CPRI速率测试CASE的初始化接口
This commit is contained in:
parent
b6ff644c4f
commit
1b5f0f6fbb
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user