PDA

View Full Version : Question E// LTE Parameter Compare



gunpowder
2016-11-18, 04:29 AM
Dear all,
Is there any tool/Macro that can be used to perform parameter compare between different eNodeB (cmBulk input)

manu4ever
2016-11-18, 09:51 PM
Hi
You can use moshell to compare two kget files.
Let's try the command: diff kget1 kget2

althus14
2016-11-22, 01:57 AM
Another method using following functions in OSS Common Explorer,

OSS Common Explorer --> "Tool for Export Import (TEI)" function to export the parameters
OSS Common Explorer --> Parameter Check function to find the difference between an export

Bohemian
2016-11-25, 12:08 PM
hello. if you have cygwin installed in your PC, enter into the reference kget file of an eNodeB. Now run command 'diff . <2nd eNodeB kget file name>'
provided that 2nd kget is inputted in moshell folder. that's it ! the .mos command file will be generated and will suggest to change parameters in 2nd kget (aka the diffrent params).
also .csv file is also generated with different values.