• Cedric Roux's avatar
    fix: let ue_ip.ko compile · 954654cf
    Cedric Roux authored
    MAX_MOBILES_PER_ENB cannot be used to compile ue_ip
    because it is defined in platform_constants.h and this
    cannot be included to compile a kernel module.
    
    Let's use NUMBER_OF_UE_MAX as it was before instead.
    954654cf
constant.h 1.98 KB