The reset message is used by the application to request resetting of an existing connection (SCCPResetRqst) or is received by the application to indicate the far end requested a reset of an existing connection (SCCPRESETIND). This message is not used in SCCPResetResp and the SCCPRESETCFM event.
typedef struct sccpResetRqst
{
SccpCauseVal resCause; /* release cause (M-Rqst & Indication only) */
U8 resOrig; /* origin of reset */
U16 spare1; /* spare for alignment */
} SccpResetRqst;
The resOrig field is coded as follows:
#define ORIGNETWORK 0x00 /* network originated */
#define ORIGENDUSER 0x01 /* user originated */