Skip to content

Minor bug fix in sib1 scheduling info

Sakthivel Velumani requested to merge NR_UE_fix_sib1_config into develop

After copying the new SIB1 config from ASN1, the functions continued to use the memory from ASN1 leading to segfault as they are freed immediately. This commit fixes that.

Merge request reports