Thanks Thanks:  4
Showing results 1 to 2 of 2

Thread: Moshell Scripts for deleting and creating of RET

  1. #1
    Member Reputation: 16
    Join Date
    2011-07-22
    Posts
    33


    Default Moshell Scripts for deleting and creating of RET

    Guys,

    Can anybody share the examples of mo scritps for deletion an recreation of Ret's. We need to change the ret parameters on several hundrees of rbs's.
    We can achieve this on one-by-one rbs by using CEX-> EM -> Modify RBS configuration, but this will take ages. So we were thinking to produce mo scritps and execute them wioth amosbatch.

    as usually any help will be appreciated
    taiko
    Last edited by taiko; 2016-03-22 at 02:29 AM

  2. # ADS
    Circuit advertisement
    Join Date
    Always
    Posts
    Many
     

  3. #2
    Member Reputation: 514
    Join Date
    2013-02-20
    Posts
    221


    Default Re: Moshell Scripts for deleting and creating of RET

    hi,

    sorry I can't provide the complete MO script but this is the procedure :
    1) Uninit the sector. But before this you have to get this information : numberOfTxBranches & band.
    RBS> acc NodeBFunction=1,Sector=1 unInitSector

    2) Lock the RET
    RBS> bl SectorAntenna=1-1,AuxPlugInUnit=2

    3) Make undo mode to have RET script
    RBS> u+ del_ret

    4) Delete the RET
    RBS> rdel SectorAntenna=1-1,AuxPlugInUnit=2

    5) Close undo mode. Then get the script then change parameter you want to change
    6) Run the script

    7) Init the sector
    RBS> acc NodeBFunction=1,Sector=1 InitSector

    8) Unlock the RET
    RBS> deb SectorAntenna=1-1,AuxPlugInUnit=2

  4. Thanks electron, shamim23, Mali_TR, jndomingo thanked for this post

Tags for this Thread

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
  •