Dependent function: M3uaNSapStatus
The following M3UANsapSta structure contains M3UA NSAP status information:
typedef struct _M3UANSapSta /* Upper SAP status */
{
S16 lclSapId; /* local SAP Id */
S16 remSapId; /* remote (MTP3/M3UA-User) SAP Id */
U8 hlSt; /* High level state */
U8 spare1; /* alignment */
U16 spare2; /* alignment */
The M3UANSapSta structure contains the following fields:
Field |
Type |
Description |
lclSapId |
S16 |
Local SAP identifier. |
remSapId |
S16 |
Remote SAP identifier. |
hlSt |
U8 |
High level state of this NSAP. Valid values are: BOUND = NSAP is bound. READY = NSAP is ready for use. UNBOUND = NSAP is unbound. WAIT_BIND = NSAP is waiting for bind confirmation. WAIT_OPEN = NSAP is waiting for open confirmation. UNKNOWN = NSAP state is unknown. |
spare1 |
U8 |
Alignment. |
spare2 |
U8 |
Alignment. |