Dependent function: M3uaPspRkIdStatus
The following M3UAPspRkIdSta structure contains information about the routing keys associated with the specified peer signaling process:
typedef struct _M3UAPspRkIdSta /* PSP's RK-Ids awaiting response */
{
U16 pspId; /* PSP Id */
S16 sctSuId; /* SCT SAP SU Id */
U32 nmbRkReqPend; /* nmb of RKs req pending */
U32 lclRkId[M3UA_MAX_RK_IN_DRKM]; /* RK-ids */
} M3UAPspRkIdSta;
The M3UAPspRkIdSta structure contains the following fields:
Field |
Type |
Description |
pspId |
U16 |
Identifier of the peer signaling process. |
sctSuId |
S16 |
SCT SAP service user identifier. |
nmbRkReqPend |
U32 |
Number of pending routing key requests. These are routing key requests to the other peer for which no response has been received. |
lclRkId[M3UA_RK_IN_DRKM] |
U32 |
List of routing key identifiers. |