Table of Contents Index NMS Glossary Previous Page Next Page (Page 4 of 13 in this chapter) Version


TCAPGenStatus

Description

Retrieves the TCAP general status structure.

Prototype

S16 TCAPGenStatus (U8 board, TcapGenStatus *status)

board TX board number.

status Pointer to TcapGenStatus structure.

Return Values

Details

The TcapGenStatus structure appears as follows:

/* TCAP General statistics structure */
typedef struct TCAP_Gen_Stats
{
   U8    haSt;       /* high availability state */
   U8    mcSt;       /* mate connection state   */
} TcapGenStatus;

/* High Availability State definitions */
#define ST_HAST_STARTING    0
#define ST_HAST_STANDALONE  1
#define ST_HAST_PRIMARY     2
#define ST_HAST_BACKUP      3

/* Mate Connection State definitions */
#define ST_MCST_ISOLATED    0
#define ST_MCST_CONNECTED   1



Table of Contents Index NMS Glossary Previous Page Next Page (Page 4 of 13 in this chapter) Version


Want to send us feedback on our documentation? Email: Tech_Pubs@nmss.com
Copyright © 2002, NMS Communications Corporation. All rights reserved.