• Cedric Roux's avatar
    fix: let ue_ip.ko compile · f9aac56e
    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.
    f9aac56e
constant.h 1.98 KB