PDA

View Full Version : CNA Export & Import in E******* OSS



NTCM
2011-04-30, 03:59 PM
Any body can support me in E******* OSS and show us the steps

I want to do cna import

height
longitude
latitude
cell_dir
antenna_type
sector_angle

daweho
2012-03-27, 09:07 PM
Someone should help with docs.

Thanks!

s52d
2012-03-27, 11:48 PM
Any body can support me in E******* OSS and show us the steps

I want to do cna import

height
longitude
latitude
cell_dir
antenna_type
sector_angle

Step nr 1: create file in cna import format, let us call it wfa.cna

NW MSC BSC SITE CELL altitude latitude longitude cell_dir
-----------------------------------------------------
s MSC1 BSC111 SITE1 CX1Y1 250 E24-10-53 S6-12-36 1200
s MSC1 BSC111 SITE2 CX2Y2 405 E25-15-18 S6-9-32 60

(due to formatting: this are 4 lines of ASCII text)


step nr 2:
in command line, run:
cna_import -c wfa.cna wfa_test

And you will get wfa_test planned area.

BR
s52d

peanut
2012-03-28, 07:20 AM
Just to emphasize on s52d post,

This is the path /var/opt/e*******/cnai/data/import in wich you should put your cna file and execute the cna_import command

BR,

peanut
2012-03-28, 07:29 AM
Dear s52d,

Could you explain why -c switch is used? is it only to speed up the import?

Regards,

s52d
2012-03-28, 11:05 AM
Dear s52d,

Could you explain why -c switch is used? is it only to speed up the import?

Regards,

Hi!
for path, I have in my .bash_profile (using bash as my shell):
CNAI_IMPORT_DIR=/home/s52d/cna
CNAI_EXPORT_DIR=/home/s52d/cna

export PATH DISPLAY TERM PS1 PS2 CNAI_IMPORT_DIR CNAI_EXPORT_DIR EDITOR
thanks for reminding me.

but, you can use full path to the file in cna_import file parameter.

cna_import options:

s52d@oss:~$ cna_import
Usage: cna_import [-[a][b][c][f][i][n][s]] transfer_file_name area_name
-a: Delete channel groups which are not found in file
-b: Delete neighbour relations and UTRAN neighbour relations which are not found in the file
-c: Disables the distribution of the BCCHNO parameter to the Active and Idle parameters
-f: Import foreign cell data from other OMC (turns off -a, -b, -i and -s flags)
-i: Delete internal cells or UTRAN cells which are not found in the file
-n: Import neighbour relations from other OMC (turns off -a, -b, -i and -s flags)
-s: Delete sites which are not found in the file

-c is redundand, no real effect.

BR
s52d

arzanide
2012-08-02, 03:44 PM
Hi guys,
Hope u'll able to attach the template. I used that one but no changes done.