string |
-
start
(
string imsis
,
string msisdns
,
string sipuris
,
string traceSessionRef
,
string interfaces
,
DateTime timeStart
,
DateTime timeEnd
,
int32 duration
);
-
Orders the start of a UE trace session.
Note: At least one subscriber identifier is <b>mandatory</b>. Multiple identifiers are supported.
-
Parameters
Name: imsis Description: IMSI values = [<imsiToBeTraced1>, ... ,<imsiToBeTracedN>]. Required: optional.
Name: msisdns Description: MSISDN values= [<msisdnToBeTraced1>, ... , <msisdnToBeTracedN>]. Required: optional.
Name: sipuris Description: SIP-URI values= [<sipuriToBeTraced1>, ... , <sipuriToBeTracedN>]. Required: optional. Note: the SIP-URI is just for tracing over the Rx interface if the AAR initial message includes the SIP-URI value in the subscription-Id AVP.
Name: traceSessionRef Description: Unique identifier of a UE trace session. Recommended values: (^[0-9]{5,15}$)|(^[0-9]{1,18}$). Required: mandatory.
Name: interfaces Default value: Gx,Rx Description: The interfaces over which the messages are traced. interface values = [Gx, Rx]. Required: optional.
Name: timeStart Description: The start time of a UE trace session. timeStart value = [<YYYY-MM-DDThh:mm:ss>]. Required: optional. Note: If no start time is specified, the UE trace session starts immediately.
Name: timeEnd Description: The end time of a UE trace session. timeStart value = [<YYYY-MM-DDThh:mm:ss>]. Required: optional. Note: If no end time is specified, the UE trace session just stops using the stop command.
Name: duration Description: The duration of the UE trace session in minutes. duration value = [<integer value>]. Required: optional.
|