PDA

View Full Version : Jyhon and E/// RAN



s52d
2010-08-05, 02:21 PM
Hello!

Not many operators are aware of hidden pearl in Eiicsson OSS:
jython interpreter on top of managed object model.
(It is python language using OSS java libraries to manipulate UTRAN Managed Objects)

It is easy to do complex manipulations like change cell data based on configuration or statistics.
While it is not replacemet for MO-shell, AMOS or NCLI, it can do most of the job
from OSS. For most optimization jobs it is more suitable as bulk import or export.

Please find attached original doc (you might have better one in Alex) and few samples.
An operator presentation from User Group is attached as well.

Samples:
sos.py to manipulate (add/remove/sort) neigbor relations

changeret.py to change RET tilt.
File ret-naj-bo is needed, with format like:
1 WFASITE 1 60 40
On RNC1, Site WFASITE, sector 1, tilt limit of 6 degrees, change RET to 4 degrees.
tilt limit is there just for safety.

You have to modify samples to your naming conventions: it is here just to show how it works.
It takes some time to learn, but it is worth doing it.

I am using jython in OSS, so some questions can be answered on the forum.


BR
s52d

gc_sw
2010-08-13, 05:51 PM
thanks for the excellent share. do you have jyhon setup and more examples?

slavicp
2010-08-17, 04:29 PM
do you have any guide how to use it?

s52d
2010-08-22, 10:04 PM
do you have any guide how to use it?

Hello!

You need E******* OSS for UTRAN. If you have it, it is there, check:
/opt/e*******/nms_umts_cms_lib_com/bin/run_moscript
Alex for Managed Object Model: rest is described in my files.

Jython is Python language implemented in java.
So, a book on Python might get handy.

BR
s52d

dediean
2010-08-27, 03:32 AM
Great knowledge, Do u have doc guide or example?.

s52d
2010-08-27, 05:48 AM
Great knowledge, Do u have doc guide or example?.

Have you downloaded included files and looked at it?

What exactly is missing?

BR
s52d