You are on page 1of 1

//Setting RNC-level parameters related to the wideband AMRC algorithm

SET UAMRCWB: GoldMaxMode=WBAMR_BITRATE_23.85K, SilverMaxMode=WBAMR_BITRATE_23.85K,


CopperMaxMode=WBAMR_BITRATE_23.85K;
//(Optional) Adding cell-level parameters related to the wideband AMRC algorithm
ADD UCELLAMRCWB: CellId=111, GoldMaxMode=WBAMR_BITRATE_23.85K,
SilverMaxMode=WBAMR_BITRATE_23.85K, CopperMaxMode=WBAMR_BITRATE_23.85K;
//Configuring a neighboring RNC not to support AMR-WB services
MOD UNRNC: NRncId=0, WAmrSuppInd=NO;
//Setting the rate matching attributes of AMR-WB subflow A
MOD UTYPRABSEMISTATICTF: RabIndex=1, SubflowIndex=0, UlRateMatchingAttr=127,
DlRateMatchingAttr=127;
//Setting the rate matching attributes of AMR-WB subflow B
MOD UTYPRABSEMISTATICTF: RabIndex=1, SubflowIndex=1, UlRateMatchingAttr=127,
DlRateMatchingAttr=127;
//Setting the power control parameters related to AMR-WB services with the maximum
rate of 23850 bit/s
MOD UTYPRABBASIC: RabIndex=1, BetaC=10, BetaD=15;
//Setting the maximum downlink transmit power for 23.85 kbit/s AMR-WB services
MOD UCELLRLPWR: CellId=111, CNDomainId=CS_DOMAIN, MaxBitRate=23850, RlMaxDlPwr=30;
//Enabling one-way audio check on AMR-WB voice services
SET URRCTRLSWITCH: FunctionSwitch=AMRWB_SILENT_DETECT_SWITCH-1;
//(Optional) Enabling the function of uplink CE efficiency enhancement for AMR-WB
services
SET NODEBALGPARA: UPCEIMPROVEFORAMRWBSW=ON;

You might also like