• Robert Schmidt's avatar
    Use char * for DU/CU IP address · bacf7132
    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.
    Co-authored-by: default avatarGuido Casati <hello@guidocasati.com>
    bacf7132
sctp_eNB_task.c 36.8 KB