• Robert Schmidt's avatar
    Use char * for DU/CU IP address · 76ea8181
    Robert Schmidt authored
    The previously used net_ip_address_t type is limited to some bytes, but
    the CU name might be longer. Use char * to allow longer DNS names.
    
    Also, this type separates IPv4/v6, which is not necessary, as it is now
    handled by the same C API (getaddrinfo()), since !2635.
    76ea8181
mac_rrc_ul_f1ap.c 11.9 KB