如题。
Check that MRR whether is or not already activated or not.
DBTSP:TAB=AXEPARS,SETNAME=CME20BSCF,NAME=MEASRESREC;
Check that MRRFIL already define in the BSC.
INMCT:SPG=0;
INFIP: VOL=EXCHVOLUME;
There are maximum 10 mrrfill can be defined : MRRFIL00-MRRFIL09 , but it doesn’t need to define all of them unless RNO need to be implemented or perform the MRR more than one simultaneously at the same BSC.
This how to define the MRRFIL (ex: MRRFIL00):
INFII:FILE=MRRFIL00,VOL=EXCHVOLUME,RLENGTH=512,SIZE=1300,EXP=500,TYPE=SEQ,FCLASS=CMP;
!Initiate the MRRFIL00
End;
Ending from access SPG=0
ioifi:file=mrrFIL00,nsub=9999,release=yes;
!Define the file as an infinite file with 9999 subfiles
infdi:file=mrrFIL00,dest=tmos,equip=mtp;
! Define the file that will be sent to OSS(tmos) defined in BSC
INFDP;
! to determined the Destination
infcc:file=mrrFIL00,remove=00100,transcond=auto;
! The file will be removed within 1 hour
In the future progress can also define for another MRRFIL in the case if need to do more than one MRR simultaneously in one BSC.