DL_REPLY_STATUS_IND (dl_reply_status_ind_t) - this indication primitive is passed from the DLS Provider to the DLS User to indicate the success or failure of the previous associated acknowledged connectionless mode data unit exchange request.
Consists of one M_PROTO message block containing the structure shown below, followed by zero or more M_DATA blocks.
typedef struct { t_uscalar_t dl_primitive; t_uscalar_t dl_correlation; t_uscalar_t dl_status; } dl_reply_status_ind_t;
- dl_primitive
conveys DL_REPLY_STATUS_IND
- dl_correlation
conveys the unique identifier passed with the DL_REPLY_REQ primitive, to allow the DLS User correlate the status to the appropriate DL_REPLY_REQ.
- dl_status
Indicates the success or failure of the previous associated acknowledged connectionless-mode data unit exchange request.
- DL_CMD_OK
command accepted.
- DL_CMD_RS
unimplemented or inactivated service.
- DL_CMD_UE
LLC User Interface error
- DL_CMD_PE
protocol error
- DL_CMD_IP
permanentimplementation dependent error
- DL_CMD_UN
resources temporarily available.
- DL_CMD_IT
temporary implementation dependent error.
- DL_RSP_OK
response DLSDU present.
- DL_RSP_RS
unimplemented or inactivated service.
- DL_RSP_NE
response DLSDU never submitted.
- DL_RSP_NR
response DLSDU not requested.
- DL_RSP_UE
LLC User interface error.
- DL_RSP_IP
permanent implementation dependent error.
- DL_RSP_UN
resources temporarily unavailable.
- DL_RSP_IT
temporary implementation dependent error.
This primitive is valid in state DL_IDLE.
The resulting state is unchanged.
Contents | Next section | Index |