• Robert Schmidt's avatar
    Do not free inside gnb_du_configuration_update_f1ap() · bcba876f
    Robert Schmidt authored
    The consumer of this function just passes a pointer to something to be
    sent. This function should not free this memory, it's simply not it's
    task. This is the same bug as above in
    "CU_handle_gNB_DU_CONFIGURATION_UPDATE(): don't free the message of RRC"
    bcba876f
mac_rrc_ul_f1ap.c 10.9 KB