
Usage: mft[adshy] [-c <cellId>] [-u <ues>] [-t <timeout>] [-n] <TraceProfile(s)>

Options:
 - without option: reset all traces to default and activate trace profile(s)
 - a: append trace profile(s) to existing trace conditions
 - d: disable trace profile(s)
 - s: save trace conditions to survive board restart
 - h: show trace profile(s) help text
 - y: dont prompt for confirmation

Parameters:
 -c <cellId>: the value of the parameter "-cellid" in the "ue" command. Optional. If not specified, the parameter "-allCell" will be sent
 -u <ues>   : the value of the parameter "<maxUeInCell>" in the "ue" command (must be a number between 1 and 8). Optional. If not specified, the parameter "-allUe" will be sent
 -t <timeout>: the value of the parameter "-timeout" in the "ue" command. Optional. If not specified, then default timeout of 120 minutes will be used.
 -n  : will add the parameter "-traceNewUes" in the "ue" command. Optional. If specified then only newly setup UEs will be traced on.

TraceProfiles:
 - 0 : reset all traces to default 
 - 1 : LTE_VOLTE_RET_BASIC
 - 2 : LTE_VOLTE_RET_OPT
 - 3 : Common_CAT_NC_MemoryCrash
 - 4 : Common_CAT_CRA_MemoryCrash
 - 5 : Common_CAT_IC_MemoryCrash
 - 6 : Common_FM_ServiceDegraded_Alarm
 - 7 : Common_FM_NoConnection_APCAlarm
 - 8 : Common_FM_NoConnection_FRUAlarm
 - 9 : Common_FM_InconsistentConfiguration_Alarm

Examples: 
 mft 0     ==> reset traces to default
 mft 1     ==> reset traces and activate profile 1
 mfts 3-5  ==> reset traces, activate and save profiles 3,4,5
 mfta 1,6-8  ==> activate profiles 1,6,7,8 (traces will be appended to existing trace conditions without first resetting the existing traces to default)
 mftds 1,3-5,9 ==> disable profiles 1,3,4,5,9 and save trace conditions
 mft 1 -c 3 -u 8 -t 60 => activate trace profile 1 with parameters "cellId 1", "maxUeInCell 8", "timeout 60 minutes"
 mfth 1-2   ==> show help text for profiles 1 and 2
 
 

