cbsp: Store content of received Cell Id from Failed List

Change-Id: I10d2627cb5ef327fd57c22480a4e7d9a464930f0
This commit is contained in:
Pau Espin 2022-08-04 14:17:48 +02:00
parent 40a6158e41
commit 13152304f7
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ static void cci_from_cbsp_fail_ent(struct cbc_message_peer *mp,
return;
llist_add_tail(&cci->list, &mp->fail_list);
}
cci->id_discr = cci_discr_from_cell_id(fe->id_discr);
cci_from_cbsp(cci, fe->id_discr, &fe->cell_id);
cci->fail.cause = fe->cause;
LOGPFSML(mp->fi, LOGL_DEBUG, "Appending CellId %s (cause: %u) to Failed list\n",
cbc_cell_id2str(cci), cci->fail.cause);