Commit 327baf29 authored by Roberto Magueta's avatar Roberto Magueta Committed by Robert Schmidt

Bugfix: an A3 configuration is for a specific PCI

Co-authored-by: default avatarLuis Pereira <lpereira@allbesmart.pt>
parent b01810a8
......@@ -1262,7 +1262,7 @@ NR_MeasConfig_t *get_MeasConfig(const NR_MeasTiming_t *mt,
if (!neighbourCell->isIntraFrequencyNeighbour)
continue;
const nr_a3_event_t *a3Event = get_a3_configuration(neighbourCell->nrcell_id);
const nr_a3_event_t *a3Event = get_a3_configuration(neighbourCell->physicalCellId);
if (!a3Event || is_default_a3_added)
continue;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment