DL_REPLY_UPDATE_STATUS_IND (dl_reply_update_status_ind_t) - this primitive is the service confirmation primitive for the reply data unit preparation service. This primitive is sent to the DL User from the DLS Provider to indicate the success or failure of the previous associated data unit preparation request.
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_reply_update_req_t;
- dl_primitive
conveys DL_UPDATE_STATUS_IND
- dl_correlation
Indicates the context information passed with the DL_REPLY_UPDATE_REQ to allow the DLS User correlate the status with the appropriate previous request.
- dl_status
indicates the success or failure of the previous associated data unit preparation 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
temporaryimplementation dependent error.
This primitive is valid in state DL_IDLE.
The resulting state is unchanged.
Contents | Next section | Index |