ISUP management function summary

NaturalAccess™ ISUP provides the following types of management functions:

All of these functions are synchronous functions, so they block the calling application while waiting for a response.

Configuration functions

Function

Description

isupCircCfg

Sends a circuit configuration buffer to the TX board.

isupGenCfg

Sends a general configuration buffer to the TX board.

isupGetCircCfg

Sends a get circuit configuration request to the TX board.

isupGetGenCfg

Sends a get general configuration request to the TX board.

isupGetNSapCfg

Sends a get network service access point configuration request to the TX board.

isupGetUSapCfg

Sends a get configuration request to the TX board.

isupInitCircCfg

Builds a circuit configuration buffer that can be passed to isupCircCfg.

isupInitGenCfg

Builds a general configuration buffer that can be passed to isupGenCfg.

isupInitNSapCfg

Builds a network service access point configuration buffer that can be passed to isupNSapCfg.

isupInitUSapCfg

Builds a user service access point configuration buffer that can be passed to isupUSapCfg.

isupNSapCfg

Sends a network service access point configuration buffer to the TX board.

isupUSapCfg

Sends a user service access point configuration buffer to the TX board.


Control functions

Function

Description

isupBlockCircuit

Sends a request to block the given circuit.

isupDeleteCircuit

Sends a request to delete the given circuit.

isupInitMgmtAPI

Initializes ISUP management and opens a channel to the TX board.

isupResetCircuit

Sends a request to reset the given circuit.

isupTermMgmtAPI

Closes ISUP management and the channel to the TX board.

isupTraceControl

Sends a request to control what is saved to the trace log.

isupUnblockCircuit

Sends a request to unblock the given circuit.

isupValidateCircuit

Sends a request to validate the given circuit .


Statistics and status functions

Function

Description

isupCircuitStats

Sends a request to retrieve the statistics for a given circuit.

isupCircuitStatsEx

Sends a request to retrieve the statistics for a given circuit and lets you control whether the statistics counters are reset.

isupCircuitStatus

Sends a request to retrieve the status for a given circuit.

isupNSapStats

Sends a request to retrieve the statistics for a given network service access point.

isupNSapStatsEx

Sends a request to retrieve the statistics for a given network service access point and gives you control whether the statistics counters are reset.