Positively acknowledges a previous DL_RESET_REQ primitive. This primitive is sent upstream when a UA frame arrives to ack a previously sent SABME frame.
This message consists of one M_PROTO message block containing the following structure:
typedef struct {
t_uscalar_t dl_primitive; /* DL_RESET_CON */
} dl_reset_con_t;
The members of the dl_reset_con_t structure are:
Table 11-28 Members of the dl_reset_con_t structure|
Member |
Description |
|---|---|
|
dl_primitive |
Should be set to the name of this primitive. |