DL_DATA_ACK_STATUS_IND (dl_data_ack_status_ind_t) - conveys the results of the previous associated DL_DATA_ACK_REQ from the DLS Provider to the DLS User.
Consists of one M_PROTO message block containing the structure shown below.
typedef struct { t_uscalar_t dl_primitive; t_uscalar_t dl_correlation; t_uscalar_t dl_status; } dl_data_ack_status_ind_t;
- dl_primitive
conveys DL_DATA_ACK_STATUS_IND
- dl_correlation
conveys the unique identifier passed with the DL_DATA_ACK_REQ primitive, to allow the DLS User correlate the status to the appropriate DL_DATA_ACK_REQ.
- dl_status
indicates the success or failure of the previous associated acknowledged connectionless-mode data unit transmission 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
permanent implementation dependent error
- DL_CMD_UN
resources temporarily unavailable.
- DL_CMD_IT
temporary implementation dependent error.
This message is valid in state DL_IDLE.
The resulting state is unchanged.
Contents | Next section | Index |