Thanks Thanks:  0
Showing results 1 to 6 of 6

Thread: Random Strategy for 3G Huawei

  1. #1
    Member Reputation: 555
    Join Date
    2008-07-08
    Location
    UAE
    Posts
    474


    Default Random Strategy for 3G Huawei

    Hi All,

    Do you have any experience about Random Camping Strategy for 3G Huawei, which can select the lowest cell load to be camped ?
    This parameter will be managed by PUC, is it correct ?

    Usually when we have more than 2 carriers or 3 carriers, we will make HSPA Layer, F1 for R99 and F2 for HSPA etc with DRD/DRRC.

    Now we want to implement the random strategy so the load will be balanced.

    Is there any of you has this kind of strategy or document , kindly share it here, coz we plan to implement this strategy soon, we has 2 carriers and some of the cells will be 3 carriers.

    br

  2. # ADS
    Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many
     

  3. #2
    Member Reputation: 228
    Join Date
    2010-07-27
    Location
    Mars
    Posts
    268


    Default Re: Random Strategy for 3G Huawei

    if your ran is 11 i have hedex library explaining the algorithm & the related parameters .

  4. #3
    Member Reputation: 555
    Join Date
    2008-07-08
    Location
    UAE
    Posts
    474


    Default Re: Random Strategy for 3G Huawei

    Yes i have RAN11 and i have hedex for ran 12,

    Can you please write the related parameters ?
    or if you have the materials are welcomed

  5. #4
    VIP Member Reputation: 1118
    Join Date
    2011-01-26
    Posts
    1,075


    Default Re: Random Strategy for 3G Huawei

    This is parameter and script to change strategy

    1.Set service preferred parameter
    MOD USPG: SpgId=1, PriorityServiceForR99RT=1, PriorityServiceForR99NRT=1, PriorityServiceForHSDPA=2, PriorityServiceForHSUPA=2;
    ADD USPG: SpgId=2, PriorityServiceForR99RT=2, PriorityServiceForR99NRT=2, PriorityServiceForHSDPA=1, PriorityServiceForHSUPA=1;
    MOD UCELLSETUP: CellId=xxxxx(F1 Cell),SpgId=1;
    MOD UCELLSETUP: CellId=xxxxx(F2 Cell),SpgId=2;

    2.Set Blind HO from F2 to F1
    ADD UINTERFREQNCELL: RncId=xxx, CellId=xxxxx, NCellRncId=x, NCellId=xxxxx, SIB11Ind=TRUE, IdleQoffset2sn=-50, SIB12Ind=FALSE, TpenaltyHcsReselect=D0, BlindHOFlag=True, NPrioFlag=FALSE, DRDEcN0Threshhold=-18;

    3.LDR Configuration
    MOD CELLALGOSWITCH: CellId=xxxxx, NBMLdcAlgoSwitch=UL_UU_LDR-1&DL_UU_LDR-1&CELL_CODE_LDR-1&CELL_CREDIT_LDR-1, NbmLdcBHOUeSelSwitch=NBM_LDC_MATCH_UE_ONLY;
    ADD UCELLLDR: CellId=xxxxx, DlLdrFirstAction=BERateRed, DlLdrSecondAction=InterFreqLDHO, DlLdrThirdAction=CSInterRatShouldBeLDHO, DlLdrFourthAction=CodeAdj, UlLdrFirstAction=BERateRed,
    UlLdrSecondAction=InterFreqLDHO, UlLdrThirdAction=CSInterRatShouldBeLDHO, UlInterFreqHoCellLoadSpaceThd=20, DlInterFreqHoCellLoadSpaceThd=20, DlInterFreqHoBWThd=200000, CodeCongSelInterFreqHoInd=TRUE,
    GoldUserLoadControlSwitch=ON, InterFreqLDHOMethodSelection=BLINDHO;


    4. Active HSDPA Cell in F1
    ADD UCELLHSDPA: CellId=xxxxx, AllocCodeMode=Manual, HsPdschCodeNum=5, HsScchCodeNum=3;
    ACT UCELLHSDPA: CellId=xxxxx;

  6. #5
    Member Reputation: 555
    Join Date
    2008-07-08
    Location
    UAE
    Posts
    474


    Default Re: Random Strategy for 3G Huawei

    This one for HSPA Layering for specific carriers right ?

    We need to activate the User priority control and the HSDPA interfreq handover will be based on load for random camping.

    Quote Originally Posted by adewijaya View Post
    This is parameter and script to change strategy

    1.Set service preferred parameter
    MOD USPG: SpgId=1, PriorityServiceForR99RT=1, PriorityServiceForR99NRT=1, PriorityServiceForHSDPA=2, PriorityServiceForHSUPA=2;
    ADD USPG: SpgId=2, PriorityServiceForR99RT=2, PriorityServiceForR99NRT=2, PriorityServiceForHSDPA=1, PriorityServiceForHSUPA=1;
    MOD UCELLSETUP: CellId=xxxxx(F1 Cell),SpgId=1;
    MOD UCELLSETUP: CellId=xxxxx(F2 Cell),SpgId=2;

    2.Set Blind HO from F2 to F1
    ADD UINTERFREQNCELL: RncId=xxx, CellId=xxxxx, NCellRncId=x, NCellId=xxxxx, SIB11Ind=TRUE, IdleQoffset2sn=-50, SIB12Ind=FALSE, TpenaltyHcsReselect=D0, BlindHOFlag=True, NPrioFlag=FALSE, DRDEcN0Threshhold=-18;

    3.LDR Configuration
    MOD CELLALGOSWITCH: CellId=xxxxx, NBMLdcAlgoSwitch=UL_UU_LDR-1&DL_UU_LDR-1&CELL_CODE_LDR-1&CELL_CREDIT_LDR-1, NbmLdcBHOUeSelSwitch=NBM_LDC_MATCH_UE_ONLY;
    ADD UCELLLDR: CellId=xxxxx, DlLdrFirstAction=BERateRed, DlLdrSecondAction=InterFreqLDHO, DlLdrThirdAction=CSInterRatShouldBeLDHO, DlLdrFourthAction=CodeAdj, UlLdrFirstAction=BERateRed,
    UlLdrSecondAction=InterFreqLDHO, UlLdrThirdAction=CSInterRatShouldBeLDHO, UlInterFreqHoCellLoadSpaceThd=20, DlInterFreqHoCellLoadSpaceThd=20, DlInterFreqHoBWThd=200000, CodeCongSelInterFreqHoInd=TRUE,
    GoldUserLoadControlSwitch=ON, InterFreqLDHOMethodSelection=BLINDHO;


    4. Active HSDPA Cell in F1
    ADD UCELLHSDPA: CellId=xxxxx, AllocCodeMode=Manual, HsPdschCodeNum=5, HsScchCodeNum=3;
    ACT UCELLHSDPA: CellId=xxxxx;

  7. #6
    VIP Member Reputation: 1118
    Join Date
    2011-01-26
    Posts
    1,075


    Default Re: Random Strategy for 3G Huawei

    activated licence first on RAN 12 for HO load based HO

Bookmarks

Bookmarks

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •