The released message is used by the application to request clearing of an existing connection (SCCPReleaseRqst) or is received by the application to indicate the far end cleared an existing connection (SCCPRELIND).
This message is also used to refuse an incoming connection request.
typedef struct sccpReleased
{
U8 relOrig; /* originator of release */
SccpCauseVal relCause; /* release cause (M) */
U16 spare1; /* spare for alignment */
SccpAddr rspPty; /* Release indication only-
* addr of responding party when outgoing
* connection refused (O) */
SccpImportance importance; /* reserved for ITU-96 importance (O) */
SccpData data; /* data (O) */
} SccpReleased;