l2tpd_fsm/l2tp_conf: sent TC_RQ on L2CONF_E_TX_TCRQ event

This commit is contained in:
Alexander Couzens 2016-10-30 20:12:41 +01:00
parent 7e3f5b6cfc
commit 86e5a57ce5
1 changed files with 3 additions and 0 deletions

View File

@ -107,8 +107,11 @@ struct osmo_fsm l2tp_cc_fsm = {
static void l2tp_conf_s_init(struct osmo_fsm_inst *fi, uint32_t event, void *data)
{
struct l2tpd_connection *l2c = fi->priv;
switch (event) {
case L2CONF_E_TX_TCRQ:
l2tp_tx_tc_rq(l2c);
break;
}
}