class UeTrace

ManagedElement
+-PolicyControlFunction
+-UeTrace

Holds the SAPC UE trace configuration data.

This MO is created by the system.

Actions
string
list ( );
Lists the UE trace sessions to be traced.
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.


string
stop ( EcimEmpty all , string traceSessionRef , EcimEmpty nonPcapFile );
Stops the specified UE trace sessions.
Note: Either all or traceSessionRef are mandatory.

Parameters

Name: all
Description: Deactivates all the UE trace sessions.
Required: optional.



Name: traceSessionRef
Description: Identifiers of the UE trace sessions to be stopped.
traceSessionRef values = [<sessionName1>, ... , <sessionNameN>].
Required: optional.



Name: nonPcapFile
Description: After stopping the session(s), do not generate PCAP files.
Required: optional.


Attributes
TimeReport
reportPeriod = FIFTEEN_MIN
Contains the time between two successive XML generations.
Possible values: FIVE_MIN, FIFTEEN_MIN, THIRTY_MIN, ONE_HOUR.
Default value: FIFTEEN_MIN.
string
key
mandatory
noNotification
restricted
ueTraceId
Identifies the instance of this class. Forced value = 1.