Skip to content
Snippets Groups Projects
Commit 4219a567 authored by Pavlin Radoslavov's avatar Pavlin Radoslavov
Browse files

Remove MCB from mapping table when entry is released

Explicitly remove MCB entry from the LCB mapping table when
the entry is released.

Bug: 27334916
Change-Id: I14e3f1f5eeffa33e733c4a116d0a70cd7c06753f
parent 8de8705a
No related branches found
No related tags found
No related merge requests found
......@@ -206,6 +206,9 @@ void rfc_release_multiplexer_channel (tRFC_MCB *p_mcb)
{
void *p_buf;
/* Remove the MCB from the mapping table */
rfc_save_lcid_mcb(NULL, p_mcb->lcid);
rfc_timer_stop (p_mcb);
alarm_free(p_mcb->mcb_timer);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment