5th December 2008 at 02:44
#53421
SA
Guest
Hello EugeZ.
You can try the following command on a BSC level in WinFIOL:
print var rmscs 94;
The Print will look something like this:
VARIABLE
RMSCS VAR H’05E=H’000E
With the hexadecimal value H’000E. You look for the decimal value, in this case 14. And use the following formula:
T3101 (decisecs) = ZINTERVAL x (CT3101 – 2) / 4
When you substitute the formula with ZINTERVAL=10 and CT3101=14, then the following value is obtained:
T3101 (dsecs) = 10 x (14 – 2) / 4 = 30deciseconds (3seconds)
The CCALLS and CMSESTAB are found in the dbo_CELL_MAIN table in the GRAN_seg1 (for example). In that very same table the counters CESTIMMASS and CESTCHACTIV are stored.
I hope this helps!
Regards,
SA