(Page 1 of 30 in this chapter)
Chapter 5
SCCP Management API
5.1 Files
SccpAlarmControl 85
SccpAsciiMaskToBcd 87
SccpAsciiNumToBcd 88
SccpBcdMaskToAscii 89
SccpBcdNumToAscii 90
SccpDelAddrCfg 91
SccpDelRteCfg 92
SccpGetAddrCfg 93
SccpGetGenCfg 95
SccpGetGenStats 96
SccpGetNSapCfg 99
SccpGetNSapStats 101
SccpGetRteCfg 103
SccpGetUSapCfg 104
SccpGetUSapStats 106
SccpGetUSapStatus 108
SccpInitAddrCfg 110
SccpInitGenCfg 116
SccpInitNSapCfg 121
SccpInitRteCfg 124
SccpInitUSapCfg 127
SccpMgmtInit 130
SccpMgmtTerm 131
SccpSetAddrCfg 132
SccpSetGenCfg 134
SccpSetNSapCfg 136
SccpSetRteCfg 138
SccpSetUSapCfg 140
SccpTraceControl 142
This chapter provides a detailed description of the primitives (requests and responses) that comprise the SCCP Management API.
Unlike the SCCP transaction API, which sends and receives messages asynchronously, each management API call generates a request followed immediately by a response from the TX Series board. This API blocks the calling application waiting for this response (for maximum of 5 seconds, but typically a few hundred milliseconds) and will return an indication as to whether or not an action was completed successfully. For this reason it is expected that the management API will typically be employed by one or more management applications, separate from the applications utilizing the transaction API. The management API is packaged as a separate library with its own interface header files.
5.1 Files
The following management API files are provided with the SCCP distribution disk.
File
Description
ss7type.h
Basic data types employed by the SCCP Management API.
sccpdefs.h
#defines used by both the transaction API and the management API.
sccpmapi.h
Structures, constants, and function prototypes described in this section.
libsccpm.a
Static library to link with user application (UnixWare and Solaris only).
sccpmapi.lib
Import library to link with user application (Windows NT only).
sccpmapi.dll
Dynamic link library automatically linked to application (Windows NT only).
(Page 1 of 30 in this chapter)
tech_support@nmss.com
Copyright © 1999, Natural MicroSystems, Inc. All rights reserved.