PDA

View Full Version : CTR files



sekit
2010-10-11, 05:51 PM
Hoe to obtani CTR files from BSC? Does anybody know a detail procedure?

s52d
2010-10-11, 11:48 PM
Hoe to obtani CTR files from BSC? Does anybody know a detail procedure?

assuming CTRfiles are defined in APG40/IOG:

RATRI:CELL=MYCELL,event=ca,rtype=ev&me,dtime=30,timew=30;

wait half an hour
fetch file from IOG/APG.

My APG sysadmins set it according to OPI, so when file is generated,
it is ftp-ed to external box where I can fetch it.

BR
s52d

sekit
2010-10-12, 10:37 PM
How to decode this file?

s52d
2010-10-13, 04:36 AM
How to decode this file?

CTR/MTR files are very simmilar, and well documented.
Many people just ****ed scripts to do the job, it is easy.

There is even OSS parser, but I have not used it for years.
IMHO it can process one file only, and no additional postprocessing.
Good to check your own parser.
OSS one is so old, that it is even not optional feature ;-).

I will not post my spagetti code: it is ugly and not documented.
People who can use it, can roll their own faster as to read mine;
people who can not do it on their own, can not read/modify/use my ctrmtr.pas.


Anyhow, CTR and MTR are just relict from ancient history.
E/// is pushing RTED and R-PMO instead.
Those I do not have, nor I know anyone who really use it.
Too late, too close(no data format description), to OSSish.


BR
s52d