• Robert Schmidt's avatar
    Refactor fill_default_reconfig(): return reconfig · c1668cd7
    Robert Schmidt authored
    Simplify code by returning an allocated object to an RRCReconfiguration.
    It leads to less code and is easier to reason about, because each call
    will return a new RRCReconfiguration, which can be freed, irrespective
    of other calls to fill_default_reconfig().
    c1668cd7
rrc_gNB_reconfig.c 4.47 KB