Thanks Thanks:  3
Showing results 1 to 10 of 10

Thread: MML Commands to Multiple NE

  1. #1
    Senior Member Reputation: 372
    Join Date
    2009-12-29
    Location
    hidden leaf village
    Posts
    222


    1 out of 1 members found this post helpful.

    Lightbulb MML Commands to Multiple NE

    Hi friends,

    I have got a recommendation script from OMStar with this format:

    RMV UTRANNCELLocalCellId=2,Mcc="XXX",Mnc="01",RncId=3,CellId=11782; {L030X}
    RMV UTRANNCELLocalCellId=2,Mcc="XXX",Mnc="01",RncId=5,CellId=5832; {L060X}
    RMV UTRANNCELLocalCellId=3,Mcc="XXX",Mnc="01",RncId=5,CellId=5832; {L060X}
    RMV UTRANNCELLocalCellId=1,Mcc="XXX",Mnc="01",RncId=5,CellId=5832; {L061X}
    RMV UTRANNCELLocalCellId=3,Mcc="XXX",Mnc="01",RncId=5,CellId=5832; {L061X}
    RMV UTRANNCELLocalCellId=1,Mcc="XXX",Mnc="01",RncId=5,CellId=5832; {L062X}
    RMV UTRANNCELLocalCellId=2,Mcc="XXX",Mnc="01",RncId=5,CellId=5832; {L062X}
    RMV UTRANNCELLocalCellId=1,Mcc="XXX",Mnc="01",RncId=4,CellId=12693; {L095X}
    RMV UTRANNCELLocalCellId=1,Mcc="XXX",Mnc="01",RncId=4,CellId=223; {L095X}
    RMV UTRANNCELLocalCellId=1,Mcc="XXX",Mnc="01",RncId=3,CellId=11782; {L095X}
    RMV UTRANNCELLocalCellId=2,Mcc="XXX",Mnc="01",RncId=4,CellId=12693; {L095X}
    RMV UTRANNCELLocalCellId=3,Mcc="XXX",Mnc="01",RncId=4,CellId=12693; {L095X}
    RMV UTRANNCELLocalCellId=1,Mcc="XXX",Mnc="01",RncId=3,CellId=11782; {L096X}
    RMV UTRANNCELLocalCellId=1,Mcc="XXX",Mnc="01",RncId=4,CellId=222; {L104X}
    RMV UTRANNCELLocalCellId=1,Mcc="XXX",Mnc="01",RncId=4,CellId=11751; {L104X}
    RMV UTRANNCELLocalCellId=1,Mcc="XXX",Mnc="01",RncId=3,CellId=4882; {L104X}
    RMV UTRANNCELLocalCellId=1,Mcc="XXX",Mnc="01",RncId=3,CellId=3023; {L104X}
    RMV UTRANNCELLocalCellId=2,Mcc="XXX",Mnc="01",RncId=4,CellId=222; {L104X}
    RMV UTRANNCELLocalCellId=2,Mcc="XXX",Mnc="01",RncId=4,CellId=11751; {L104X}
    RMV UTRANNCELLocalCellId=2,Mcc="XXX",Mnc="01",RncId=3,CellId=4882; {L104X}
    RMV UTRANNCELLocalCellId=3,Mcc="XXX",Mnc="01",RncId=4,CellId=222; {L104X}
    RMV UTRANNCELLocalCellId=3,Mcc="XXX",Mnc="01",RncId=4,CellId=11751; {L104X}
    RMV UTRANNCELLocalCellId=3,Mcc="XXX",Mnc="01",RncId=3,CellId=3432; {L186X}
    RMV UTRANNCELLocalCellId=3,Mcc="XXX",Mnc="01",RncId=6,CellId=2501; {L205N}

    I know I can run each command in each element one a time, but this is troublesome when you got to run commands in more than 20 NE.

    I also know how to create a planned area, download a RNP file, do the modificacions, upload the modded file and then export the incremental scripts on CME so it generates the same scripts and send them through the script executor.

    But frankly, I believe there should be another way more convenient to do this. So after this long introduction here is my question:

    How is it possible to specify in the task manager in which element some lines of code should be executed?
    2016-08-25_180600.jpg

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

  3. #2
    Senior Member Reputation: 360
    Join Date
    2012-01-24
    Location
    Every where
    Posts
    351


    Default Re: MML Commands to Multiple NE

    Hi,

    whats is the problem if your run more than 20NE?
    Best people are those who are useful to others

  4. #3
    Senior Member Reputation: 372
    Join Date
    2009-12-29
    Location
    hidden leaf village
    Posts
    222


    Default Re: MML Commands to Multiple NE

    The changes are not the same for each NE (in this case add or delete a neighbor for enodeB) and I already have the mml command I want to run in each case. I said 20 as an example, but what if the case were 200?

  5. #4
    Senior Member Reputation: 360
    Join Date
    2012-01-24
    Location
    Every where
    Posts
    351


    Default Re: MML Commands to Multiple NE

    1. The changes are not the same for each NE
    -> creating script from excel and using formula to generate the script. i am using that way

    2. I already have the mml command I want to run in each case
    -> probably you can parse your script by excel formula to filtering your necessary line
    Best people are those who are useful to others

  6. #5
    Senior Member Reputation: 372
    Join Date
    2009-12-29
    Location
    hidden leaf village
    Posts
    222


    Default Re: MML Commands to Multiple NE

    Thanks for youre responses yoyokdp, but what you describe is what I would usually do.

    Is it possible to instruct U2000 something like this?
    //For enodeB1 run this
    [Do something]
    //For enodeB2 run this
    [Do something else]
    ...
    //For enodeB9999
    [Do something else]

  7. #6
    Senior Member Reputation: 360
    Join Date
    2012-01-24
    Location
    Every where
    Posts
    351


    Default Re: MML Commands to Multiple NE


    same like previous methode.... i separate the group of command by each text file
    Best people are those who are useful to others

  8. #7
    Senior Member Reputation: 372
    Join Date
    2009-12-29
    Location
    hidden leaf village
    Posts
    222


    Default Re: MML Commands to Multiple NE

    Hi friends,

    I found the solution I was looking for:
    Prepare the mml script you want to run with the following format:
    LST CELL:;{NE Name1}
    DSP CELL:;{NE Name2}
    Note that it can be any command, not just list or display. Curly brackets are needed and you should use the NE name as appears in U2000/M2000.

    Then go to U2000 menu bar and navigate to Maintenance -> Task Management, select MMlL Script Task, upload your mml script (don't select any NE, as this info is already in the file).

    In this way every line of the mml script should end with {NE Name} and will run in the specified NE.

  9. Thanks justdream, mashi123 thanked for this post
  10. #8
    Senior Member Reputation: 360
    Join Date
    2012-01-24
    Location
    Every where
    Posts
    351


    Default Re: MML Commands to Multiple NE

    Quote Originally Posted by jkpllan3 View Post
    Hi friends,

    I found the solution I was looking for:
    Prepare the mml script you want to run with the following format:
    LST CELL:;{NE Name1}
    DSP CELL:;{NE Name2}
    Note that it can be any command, not just list or display. Curly brackets are needed and you should use the NE name as appears in U2000/M2000.

    Then go to U2000 menu bar and navigate to Maintenance -> Task Management, select MMlL Script Task, upload your mml script (don't select any NE, as this info is already in the file).

    In this way every line of the mml script should end with {NE Name} and will run in the specified NE.
    Yeap.. like what i mentioned before, we can create formula in excel file

    Quote Originally Posted by yoyokdp View Post

    same like previous methode.... i separate the group of command by each text file
    Best people are those who are useful to others

  11. Thanks mashi123 thanked for this post
  12. #9
    Member Reputation: 30
    Join Date
    2007-07-02
    Posts
    199


    Default Re: MML Commands to Multiple NE

    1. Use CME
    2. Use Batch mode

    for removing all neighbors (SW must be >eRAN 8.1 ) use this
    RMV EUTRANINTRAFREQNCELL:;
    RMV EUTRANINTERFREQNCELL:;
    RMV EUTRANEXTERNALCELL:;


    RMV UTRANNCELL:;
    RMV UTRANEXTERNALCELL:;


    RMV GERANNCELL:;
    RMV GERANEXTERNALCELL:;

  13. #10
    Member Reputation: 83
    Join Date
    2010-05-09
    Posts
    144


    Default Re: MML Commands to Multiple NE

    amazing and very useful

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
  •