PDA

View Full Version : neighbour data file



simmus0300
2010-08-20, 10:25 PM
dear, I have log of RLNRP command of e*******. using this log I want to create output as:

cell(source) cellr(Taget)

aspoo1a der002b
asp001b tyr003a

the Rlnrp command log is:--
CELL
RSI003C

CELLR DIR CAND CS
GND001A MUTUAL BOTR NO

CELLR DIR CAND CS
RSI004A MUTUAL NRN NO

CELLR DIR CAND CS
RSI004B MUTUAL NRN NO
CELL
RSI003B

CELLR DIR CAND CS
BRI0013 SINGLE BOTR

CELLR DIR CAND CS
BRI0011 SINGLE BOTR

CELLR DIR CAND CS
RRR1023 SINGLE NRN
CELL
RSI003A

CELLR DIR CAND CS
BTJ0013 SINGLE BOTR

CELLR DIR CAND CS
TRR0013 SINGLE NRN

10541

striker
2010-08-20, 10:38 PM
dear, I have log of RLNRP command of e*******. using this log I want to create output as:

cell(source) cellr(Taget)

aspoo1a der002b
asp001b tyr003a


process it on exert

isha
2010-08-20, 10:43 PM
Hi simmus0300,
you can use a simple excel formula for this :)

Br

Optim
2010-08-20, 10:46 PM
I understans that you want to add two neighbors!,
Please refere on bellow comamnds:
Neighbor Additions
If the target cell belongs to a different BSC, it has to be defined as an external cell in the source BSC. These are the commands to use in order to add the cell '545472'.

RLDEI:CELL=545472,CSYSTYPE=GSM1800,EXT;
RLLOC:CELL=545472,MISSNM=3,EXTPEN=OFF,SCHO=OFF,BSPWR=55,BSTXPWR=55,
BSRXMIN=127,MSRXMIN=103,BSRXSUFF=71,MSRXSUFF=47,AW=ON,HYSTSEP=90;
RLDEC:CELL=545472,CGI=23430176545472,BSIC=25,BCCHNO=662;
RLCPC:CELL=545472,MSTXPWR=30;
RLLHC:CELL=545472,LAYER=2,LAYERTHR=95,LAYERHYST=2,PSSTEMP=0,PTIMTEMP=0;

In order to create the new adjacency we execute these commands.

If both cells belong to the same BSC then execute one MML commands without an argument since default 'MUTUAL' is assumed.

RLNRI:CELL=976183,CELLR=649913;

If cells belong to the different BSC's then execute one MML command in each direction with a 'SINGLE' argument.

RLNRI:CELL=976183,CELLR=649913,SINGLE;
RLNRI:CELL=649913,CELLR=976183,SINGLE;

We have to configure the new adjacency (for both locating algorithms):

RLNRC:CELL=976192,CELLR=545472,CAND=BOTH,HIHYST=5,LOHYST=3,OFFSETP=0,
AWOFFSET=3,BQOFFSET=3,BQOFFSETAFR=3;

RLNRC:CELL=976192,CELLR=545472,CAND=BOTH,KHYST=3,KOFFSETP=0,LHYST=3,LOFFSETP=0,
TRHYST=2,TROFFSETP=0,AWOFFSET=3,BQOFFSET=3,BQOFFSETAFR=3;

simmus0300
2010-08-21, 12:33 AM
process it on exert
pl give me setup of exert and tell how to use it.

simmus0300
2010-08-21, 12:35 AM
Hi simmus0300,
you can use a simple excel formula for this :)

Br

I have attached the file. Pl tell me how to use excel to get the desired result which i required as mentioned earlier.

danikd
2010-08-21, 01:54 AM
I have attached the file. Pl tell me how to use excel to get the desired result which i required as mentioned earlier.

Enjoy!!!
On resulted data sheet, just copy and paste special (values only) all fields.
Sort it according to B

Delete empty rows.

You got it!!!!

isha
2010-08-21, 01:32 PM
hi,
check this, sorry for the delay...
BR
isha


I have attached the file. Pl tell me how to use excel to get the desired result which i required as mentioned earlier.

khurramsh3
2011-04-15, 07:01 PM
i need this too.
kindly share again.

BR//Khurram