TUP management function summary

NMS TUP consists of the following management functions:

Configuration functions

Function

Description

TUPGetCircCfg

Gets circuit configuration from the TX board.

TUPGetGenCfg

Retrieves the basic configuration from the TX board.

TUPGetGrpCfg

Retrieves the current, pre-defined circuit group configuration.

TUPGetNSapCfg

Retrieves the basic network service access point configuration from the TX board.

TUPGetUSapCfg

Retrieves the basic user service access point configuration from the TX board.

TUPInitCircCfg

Initializes a buffer that can be passed to TUPSetCircCfg.

TUPInitGenCfg

Builds a basic configuration buffer that can be passed to TUPSetGenCfg.

TUPInitGrpCfg

Initializes a group configuration structure.

TUPInitNSapCfg

Builds a basic configuration buffer that can be passed to TUPSetNSapCfg.

TUPInitUSapCfg

Builds a basic configuration buffer that can be passed to TUPSetUSapCfg.

TUPSetCircCfg

Sets circuit configurations to the TX board.

TUPSetGenCfg

Sends a basic configuration buffer to the TX board.

TUPSetNSapCfg

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

TUPSetUSapCfg

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


Control functions

Function

Description

TUPAlarmControl

Sends a request to control alarms.

TUPBlockCircuit

Sends a request to block the given circuit.

TUPBlockGroup

Sends a request to block the given group of circuits.

TUPDeleteCircuit

Sends a request to delete the given circuit.

TUPDeleteGroup

Sends a request to delete the given group of circuits.

TUPInitMgmtAPI

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

TUPQuietReset

Sends a request to the board to reset all circuits without generating TUP traffic.

TUPResetCircuit

Sends a request to reset the given, pre-defined circuit.

TUPResetGroup

Sends a request to reset the given group of circuits.

TUPTermMgmtAPI

Closes TUP management and the channel to the TX board.

TUPTraceControl

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

TUPUnblockCircuit

Sends a request to unblock the given circuit.

TUPUnblockGroup

Sends a request to unblock the given group of circuits.


Statistics functions

Function

Description

TUPGetCircStats

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

TUPGetGrpStats

Sends a request to retrieve the statistics for a given, pre-defined circuit group.

TUPGetNSapStats

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


Status functions

Function

Description

TUPGetCircStatus

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

TUPGetGrpStatus

Sends a request to retrieve the status for a given, pre-defined circuit group.