host/trxcon/scheduler: confirm successful RACH requests

Change-Id: I079ecebbeeb3843288118fbb55fa520af22859bb
This commit is contained in:
Vadim Yanitskiy 2017-07-14 01:47:40 +07:00
parent b91cdc6a4a
commit d28f65917f
1 changed files with 3 additions and 0 deletions

View File

@ -281,6 +281,9 @@ int tx_rach_fn(struct trx_instance *trx, struct trx_ts *ts,
return rc;
}
/* Confirm RACH request */
l1ctl_tx_rach_conf(trx->l1l);
/* Remove primitive from queue and free memory */
llist_del(&prim->list);
talloc_free(prim);