Commit 00cab345 authored by Robert Schmidt's avatar Robert Schmidt

minor fix for do_RRCReconfiguration()

parent ad8527be
......@@ -716,7 +716,7 @@ int16_t do_RRCReconfiguration(const gNB_RRC_UE_t *UE,
ie->lateNonCriticalExtension = NULL;
// nonCriticalExtension
if (dedicatedNAS_MessageList) {
if (dedicatedNAS_MessageList || cellGroupConfig != NULL) {
ie->nonCriticalExtension = calloc(1, sizeof(NR_RRCReconfiguration_v1530_IEs_t));
if (dedicatedNAS_MessageList)
ie->nonCriticalExtension->dedicatedNAS_MessageList = dedicatedNAS_MessageList;
......
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