class CscfUserDataOutputClass

ManagedElement
+-CscfFunction
+-CSCF-Application
+-CscfTroubleshootingGroupClass
+-CscfUserDataOutputClass

This section describes the CscfUserDataOutputClass class. This is a group class that holds a list of actions, which can be invoked via ECLI or NETCONF to print out user data.

This MO is created by the system.

Actions
string
cscfUserDataPrintImpi ( string impi , string option );
This action is used to print out user data based on the user’s private identity. This action takes two input parameters, which are IMPI and Option.

Format: Parameter1 (IMPI) Parameter2 (Option)

IMPI it is a string

Option:
I printout IRS data (including Private ID, IRS, Service Profile, Public ID, and Unregistered Data)
C printout Contact data (including IPsec data)
D printout Dialog data
A printout Authentication data (including CSCF Aka Authentication and CSCF SIP Digest Authentication Vector data)
ALL printout all user data
Option Combination printout user data based on the combination of multiple options, for example C/D/A. Within option combination, these options shall be separated by /.

Parameters

Name: impi
Description: private ID in the form of a Network Access Identifier (NAI) as defined in RFC 2486


Name: option
Description: option:

I: printout IRS data (including Private ID, IRS, Service Profile, Public ID, and Unregistered Data)
C: printout Contact data (including IPsec data)
D: printout Dialog data
A: printout Authentication data (including Cscf Aka Authentication and Cscf SIP Digest Authentication Vector data)
ALL: printout all user data
When there is combination of multiple options, these options shall be separated by slach charecater ('/')


string
cscfUserDataPrintImpu ( string impu , string option );
This action is used to print out user data based on the users public identity. This action takes two input parameters, which are IMPU and Option.

Format: Parameter1 (IMPU) Parameter2 (Option)

IMPU it is a string

Option:
I printout IRS data (including Private ID, IRS, Service Profile, Public ID, and Unregistered Data)
C printout Contact data (including IPsec data)
D printout Dialog data
A printout Authentication data (including CSCF Aka Authentication and CSCF SIP Digest Authentication Vector data)
ALL printout all user data
Option Combination printout user data based on the combination of multiple options, for example C/D/A. Within option combination, these options shall be separated by /.

Parameters

Name: impu
Description: public ID in sip uri or tel uri


Name: option
Description: option:

I: printout IRS data (including Private ID, IRS, Service Profile, Public ID, and Unregistered Data)
C: printout Contact data (including IPsec data)
D: printout Dialog data
A: printout Authentication data (including Cscf Aka Authentication and Cscf SIP Digest Authentication Vector data)
ALL: printout all user data
When there is combination of multiple options, these options shall be separated by slach charecater ('/')


Attributes
String0to65535DT
key
mandatory
noNotification
restricted
cscfUserDataOutputId
This is the key attribute of the CscfUserDataOutputClass. One instance of the CscfUserDataOutputClass with the key cscfUserDataOutputId=default is created at startup. The default instance can not be deleted.

  class CscfUserDataOutputClass