It's eiter that or insert this patch :
/*======================================================================*/
/* ConNection, Replaced By, Replacing, Transfer From, Transfer To */
/* */
/* Task Id: 68548 - Relates To: */
/* */
/* Related Task: 60968 Relation Name: TF */
/* */
/*======================================================================*/
/* Patch : S68548A PR.Originator : ebcelan */
/* PR.Product.No: 7/CAA 111 792/1 PR.Revision : R1A */
/* PR.Unit : GAM */
/*----------------------------------------------------------------------*/
/* Fault.Descr.And.Explanation : */
/* */
/*The Alarm 115 cannot be taken away if the dump is made from new mechan*/
/*ics and reload it to old mechanics. */
/* */
/*Problem with loading REL dump in old mechanics (wire backplane) when t*/
/*he RELvol has been made in new mechanics (printed circuit backplane). */
/*When you attempt to load an REL (made in new mec.) in old mechanics. y*/
/*ou will get the alarm 115 (SPLIT LIMIT FOR INTER LIM SIGNALS TOO HIGH)*/
/* that is caused by wrong revision of LSU, DSU, BACKPLANE or GJUL......*/
/*but the revision state is OK. */
/* */
/*You will also have problems with dumping (checksum error e.t.c) and da*/
/*ta reloads */
/*that doesn't perform as they should. */
/* */
/*When the REL dump (made in OLD mec.) is loaded in OLD mec. there is N*/
/*O trouble. */
/*When the REL dump (made in OLD mec.) is loaded in NEW mec. there is N*/
/*O trouble. */
/*When the REL dump (made in NEW mec.) is loaded in NEW mec. there is N*/
/*O trouble. */
/* */
/*----------------------------------------------------------------------*/
/* PLEX SOLUTION : */
/*O: 4.3.XX Check and send alarm 115 */
/*O: ------------------------------- */
/*O: ! */
/*O: BEGIN CheckAndSendAlarm115; */
/*O: */
/*O: IF C_SplitLimit_Defined > T_Sup_SL_PCM THEN */
/*O: */
/*O: !--------------------------------------------! */
/*O: !This part is to prevent alarm sending before! */
/*O: !a PCM line is completely initiated ! */
/*O: !--------------------------------------------! */
/*O: IF GJCPTR:LSMULT /= Z_NIL16 THEN */
/*O: IF GJCPTR:Alarm115_Status = S_115NotSent THEN */
/*O: GJCPTR:Alarm115_Status = S_115Sent; */
/*N: !----------------------------------------! */
/*N: !Stop Alarm-115 display continuosly ! */
/*N: !----------------------------------------! */
/*N: C_SplitLimit_Defined = C_SplitLimit_Running; */
/*O: */
/*O: SEND FAULT TO COWNLIMNO WITH */
/*O: ..... */
/*O: FI; */
/*O: FI; */
/*O: FI; */
/*O: */
/*O: END CheckAndSendAlarm115; */
/*----------------------------------------------------------------------*/
/* ASSEMBLY SOLUTION : */
PCASI:CI=S68548A,UNIT=GAM,IA=B062,RA=B068,REV=7-R1A,BYTE=6;
MOVE.W ($14B,A0),D4; ! GET C_SPLITLIMIT_RUNNING !
LEA ($92,A1),A2; ! SAVE TO C_SPLITLIMIT_DEFINED!
TRAPT.L #($A0E40);
END;
!A;
PCACS:UNIT=GAM,CI=S68548A;
Y;
PCCOS:UNIT=GAM,CI=S68548A;
Y;
/*======================================================================*/
SYAR