# File:     AppDef.txt 
# Module:   FCT (LTE WMP FDD & TDD) FSM-r3
#
# Config file to start processes by CCS Daemon with command line args
# <app name>;<app exe>;<app args>;<priority>;<supervision flag>;<synchronisation flag>
#
# Priority flag is reserved for future use.
# Values for supervision flag:
# 0 - not supervised (do not inform UM (per node status) if crashes)
# 1 - supervised (node status set to not o.k. if it crashes)
# 2 - critical (CC&S (AaPro) will reset board if it crashes)
#
# Synchronisation flag is a string with value like "app.lom.online".
# Supervision and synchronisation flags are optional. Default value for supervision flag is 'not supervised'.
#
# Synchronize with ARCH Lell, Stephan (Nokia - DE/Ulm), for now can't add
# semicolon at the end of TddCpri because of BTS can't recovery if TddCpri is
# crashed. this is a bug need fixed by ARCH.
#
LOM;/opt/LOMexe/LOMexe;--startup ;0;1;app.lom.online
BM;/opt/bm/bm;--ltetdd;0;2;
BTSOM;/opt/BTSOM/BTSOMexe;;0;2;
FaReco;/opt/FaReco/FaReco;;0;2;
SysAdapter;/opt/SysAdapter/SysAdapter;;0;2;
CellP;/opt/CellP/CellP;;0;2;
BStat;/opt/BStat/BStat;;0;1;
ENBC;/opt/ENBC/ENBCexe;;0;1;
RROM;/opt/RROM/RROMexe;;0;1;
TUPC;/opt/TUPc/TUPcexe;;0;1;
MCEC;/opt/MCEC/MCECexe;;0;1;
#TRS;/opt/trs/tmgr;;0;2;
BBCUTIL;/opt/BBCUTIL/BBCUTILexe;;0;1;
TddCpri;/opt/TDDCPRI/TddCpri;;0;2;
IM;/opt/InfoModelGwExe/InfoModelGwExe;;0;0;
