Skip to content

harmonize mac_CellGroupConfig RRC configuration

Francesco Mani requested to merge NR_harmonize_mac_cellgroup into develop

This should also fix PHR (#564 (closed)) and SR not working in NSA. Issue found by @AlSamman.

In fill_default_secondaryCellGroup it was not working because:

NR_MAC_CellGroupConfig_t *mac_CellGroupConfig = secondaryCellGroup->mac_CellGroupConfig;
mac_CellGroupConfig=calloc(1,sizeof(*mac_CellGroupConfig));
Edited by Francesco Mani

Merge request reports