SCCP management function summary

NMS SCCP consists of the following management functions:

Configuration functions

Function

Description

SccpDelAddrCfg

Deletes the current configuration parameter values for a specific SCCP global title specified by the pGtIn parameter.

SccpDelRteCfg

Deletes the current route definition for an SCCP route specified by the dpc parameter.

SccpGetAddrCfg

Retrieves the current configuration parameter values for an SCCP global title specified by the pGtIn parameter.

SccpGetGenCfg

Retrieves the current values for the general configuration parameters from the TX board.

SccpGetNSapCfg

Retrieves the current configuration parameter values for a specific SCCP network service access point (NSAP) on the specified TX board.

SccpGetRteCfg

Retrieves the current configuration parameter values for an SCCP route definition specified by the dpc parameter.

SccpGetUSapCfg

Retrieves the current configuration parameter values for a specific SCCP user service access point on the specified TX board.

SccpInitAddrCfg

Initializes an SCCP global title translation definition to its default values that can be passed to SccpSetAddrCfg.  

SccpInitGenCfg

Initializes an SCCP general configuration buffer to default values that can be passed to SccpSetGenCfg.

SccpInitNSapCfg

Initializes an SCCP network service access point (NSAP) configuration buffer to default values that can be passed to SccpSetNSapCfg.

SccpInitRteCfg

Initializes an SCCP route definition that can be passed to SccpSetRteCfg.

SccpInitUSapCfg

Initializes an SCCP user service access point configuration buffer to default values that can be passed to SccpSetUSapCfg.

SccpSetAddrCfg

Sends an SCCP global title translation parameter block to the specified TX board.

SccpSetGenCfg

Sends the SCCP general configuration parameters to the TX board.  

SccpSetNSapCfg

Sends an SCCP network service access point (NSAP) configuration parameter block to the specified TX board to define or update the configuration for a specific SCCP NSAP.

SccpSetRteCfg

Sends an SCCP route definition parameter block to the specified TX board.

SccpSetUSapCfg

Sends an SCCP service access point (SAP) configuration parameter block to the specified TX board to define or update the configuration for a specific SCCP SAP.


Control functions

Function

Description

SccpAlarmControl

Controls the level of alarms generated by the SCCP task on the TX board.

SccpAsciiMaskToBcd

Converts the null-terminated ASCII address mask pointed to by pAscii to binary coded hexadecimal format.

SccpAsciiNumToBcd

Converts the null-terminated ASCII string of decimal digits pointed to by pAscii to binary coded decimal format.

SccpBcdMaskToAscii

Converts the binary coded hexadecimal mask pointed to by pBcd to an ASCII string of digits.   

SccpBcdNumToAscii

Converts the binary coded decimal number pointed to by pBcd to an ASCII string of digits.

SccpMgmtInit

Initializes SCCP management and provides access to the TX device driver.

SccpMgmtTerm

Terminates the connection between the application with the TX device driver, releasing any resources (such as file descriptors) associated with SCCP management.

SccpTraceControl

Sends a request to enable or disable tracing of SCCP protocol messages.

Trace control is not currently implemented. No trace messages are generated, regardless of the SccpTraceControl setting.


Statistics functions

Function

Description

SccpGetGenStats

Retrieves and optionally resets the general statistics for the SCCP task.

SccpGetNSapStats

Retrieves and optionally resets the SCCP network service access point (NSAP) statistics for a specified network service access point of the SCCP task.

SccpGetUSapStats

Retrieves and optionally resets the user service access point statistics for a particular user service access point of the SCCP task.


Status function

Function

Description

SccpGetUSapStatus

Retrieves the user service access point status for a specified user service access point ID.