You are on page 1of 2

//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;
//But to make Test RNC equal to the live RNCs:
SET UAMRCWB:LOGICRNCID=91,ULREPORTMODE=AM,DLMEASRPRTPERIOD=480,DLTHDE1=50,DLTHDE
2=50,DLTHDF1=120,DLTHDF2=120,ULMODECHANGETIMERLEN=1000,DLMODECHANGETIMERLEN=3000
,GOLDMAXMODE=WBAMR_BITRATE_23.85K,SILVERMAXMODE=WBAMR_BITRATE_23.85K,COPPERMAXMO
DE=WBAMR_BITRATE_23.85K;
//(Optional) Adding cell-level parameters related to the wideband AMRC algorithm
ADD UCELLAMRCWB: CellId=401, GoldMaxMode=WBAMR_BITRATE_23.85K, SilverMaxMode=WBA
MR_BITRATE_23.85K, CopperMaxMode=WBAMR_BITRATE_23.85K;
ADD UCELLAMRCWB: CellId=402, GoldMaxMode=WBAMR_BITRATE_23.85K, SilverMaxMode=WBA
MR_BITRATE_23.85K, CopperMaxMode=WBAMR_BITRATE_23.85K;
ADD UCELLAMRCWB: CellId=403, GoldMaxMode=WBAMR_BITRATE_23.85K, SilverMaxMode=WBA
MR_BITRATE_23.85K, CopperMaxMode=WBAMR_BITRATE_23.85K;
ADD UCELLAMRCWB: CellId=404, GoldMaxMode=WBAMR_BITRATE_23.85K, SilverMaxMode=WBA
MR_BITRATE_23.85K, CopperMaxMode=WBAMR_BITRATE_23.85K;
ADD UCELLAMRCWB: CellId=405, GoldMaxMode=WBAMR_BITRATE_23.85K, SilverMaxMode=WBA
MR_BITRATE_23.85K, CopperMaxMode=WBAMR_BITRATE_23.85K;
ADD UCELLAMRCWB: CellId=406, GoldMaxMode=WBAMR_BITRATE_23.85K, SilverMaxMode=WBA
MR_BITRATE_23.85K, CopperMaxMode=WBAMR_BITRATE_23.85K;
//Configuring a neighboring RNC not to support AMR-WB services
MOD UNRNC: NRncId=0, WAmrSuppInd=NO; (or YES????)
//Setting the rate matching attributes of AMR-WB subflow A
MOD UTYPRABSEMISTATICTF: RabIndex=1, SubflowIndex=0, UlRateMatchingAttr=127, DlR
ateMatchingAttr=127;
//Setting the rate matching attributes of AMR-WB subflow B
MOD UTYPRABSEMISTATICTF: RabIndex=1, SubflowIndex=1, UlRateMatchingAttr=127, DlR
ateMatchingAttr=127;
//Setting the power control parameters related to AMR-WB services with the maxim
um 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 D
ISCUSS WITH PHILIP/CHRISTOS!!!!!!!!!!!!
MOD UCELLRLPWR:CellId=401, CNDomainId=CS_DOMAIN, MaxBitRate=23850, RlMaxDlPwr=30
;
MOD UCELLRLPWR:CellId=402, CNDomainId=CS_DOMAIN, MaxBitRate=23850, RlMaxDlPwr=30
;
MOD UCELLRLPWR:CellId=403, CNDomainId=CS_DOMAIN, MaxBitRate=23850, RlMaxDlPwr=30
;
MOD UCELLRLPWR:CellId=404, CNDomainId=CS_DOMAIN, MaxBitRate=23850, RlMaxDlPwr=30
;
MOD UCELLRLPWR:CellId=405, CNDomainId=CS_DOMAIN, MaxBitRate=23850, RlMaxDlPwr=30
;
MOD UCELLRLPWR:CellId=406, CNDomainId=CS_DOMAIN, MaxBitRate=23850, RlMaxDlPwr=30
;
ADD UCELLRLPWR:CELLID=401,CNDOMAINID=CS_DOMAIN,MAXBITRATE=12650,RLMAXDLPWR=0,RLM
INDLPWR=-150,DLSF=D128;
ADD UCELLRLPWR:CELLID=402,CNDOMAINID=CS_DOMAIN,MAXBITRATE=12650,RLMAXDLPWR=0,RLM
INDLPWR=-150,DLSF=D128;
ADD UCELLRLPWR:CELLID=403,CNDOMAINID=CS_DOMAIN,MAXBITRATE=12650,RLMAXDLPWR=0,RLM
INDLPWR=-150,DLSF=D128;
ADD UCELLRLPWR:CELLID=404,CNDOMAINID=CS_DOMAIN,MAXBITRATE=12650,RLMAXDLPWR=0,RLM
INDLPWR=-150,DLSF=D128;
ADD UCELLRLPWR:CELLID=405,CNDOMAINID=CS_DOMAIN,MAXBITRATE=12650,RLMAXDLPWR=0,RLM
INDLPWR=-150,DLSF=D128;
ADD UCELLRLPWR:CELLID=406,CNDOMAINID=CS_DOMAIN,MAXBITRATE=12650,RLMAXDLPWR=0,RLM
INDLPWR=-150,DLSF=D128;
//Enabling one-way audio check on AMR-WB voice services
SET URRCTRLSWITCH: FunctionSwitch=AMRWB_SILENT_DETECT_SWITCH-1;
//(Optional) Enabling the discarding of Iu UP version 1 frames with the FQC valu
e set to "frame bad" or "frame bad due to radio"
SET UL2RSVPARA: RSVSWITCH0=RESERVED_SWITCH_0_BIT12-1;

You might also like