M3UAPspSta

Dependent function: M3uaPspStatus

The following M3UAPspSta structure contains M3UA peer signaling process status information:

typedef struct _M3UAPspSta              /* Peer Signalling Process status */
{
    U16         pspId;                  /* PSP Id */
    U16         spare1;                 /* alignment */
    AssocSta    assocSta[M3UA_MAX_SEP]; /*status of PSP's all associations*/
} M3UAPspSta;

The M3UAPspSta structure contains the following fields:

Field

Type

Description

pspId

U16

Peer signaling process identifier.

spare1

U16

Alignment.

assocSta[M3UA_MAX_SEP]

Structure

Status of each of the associations associated with this peer signaling process, defined by the AssocSta structure. For information, see AssocSta.