• Robert Schmidt's avatar
    Avoid gigantic array · 9e5c5497
    Robert Schmidt authored
    If we do not make this change, with the next commit, we get the
    following error from gcc:
    
      openair2/E2AP/RAN_FUNCTION/O-RAN/ran_func_kpm.c:299:46: error: assignment of read-only location '*(arr_ue_id.ue_info_list + (sizetype)(arr_ue_id.sz * 2444864))'
      |         arr_ue_id.ue_info_list[arr_ue_id.sz] = *ue;
    9e5c5497
ran_func_kpm.c 18.6 KB