PDA

View Full Version : E/// OSS: CNA Export Command to get 2G-UTRAN Neighbour Relations



korhan
2012-09-23, 06:09 AM
Hello all,

I am trying to export a table of neighbour relations that contain all present UTRAN neighbours of 2G cells in my area. Any help will be much appreciated...

k

a00bcd
2012-09-23, 06:36 AM
did you try CNA export commands?

BR,

korhan
2012-09-23, 06:50 AM
did you try CNA export commands?

BR,

thanks for the reply

I have been using cna export command with reference to a .txt file that i created to get 2G-2G Neighbour Relations table. the command goes like this:

cna export

NW=AXE
MSC=testmsc
MSC_REF=none
BSC=
BSC_REF=none
CELL=all
CELL_REF= mytxt.txt
OUTPUT= mytxt.txt


and the ref file goes like:
n_cell_0
khyst
lhyst
n_cell_1
khyst
lhyst


I'm guessing that it is possible to get UTRAN Neighbour Relations with a command similar to this.

peanut
2012-09-24, 01:37 AM
Yep, that right,

3G neighboring relations are just like 2G neighboring relations

you just change the parameters in the ref file:

un_cell_0
un_cell_1
...


un_cell_63

but there is no parameters for theses relations

BR,

peanut
2012-09-24, 01:40 AM
you can read the CNAI_CNA_Interface_Interworking from Alex

in case you don't have access to this doc this is the link

http://www.4shared.com/office/NumqA-tj/CNAI_CNA_Interface_Interwork_D.html

regards,

korhan
2012-09-24, 02:02 AM
Sir, thank you very much! I will test un_cell commands as soon as i get to work tomorrow. Thanks for the document, too :)