Skip to content
  • Cédric Roux's avatar
    fix: do NR only if at least one gNB is connected to the eNB · 46c1aff4
    Cédric Roux authored
    We used to set 'does_nr' of an UE if we detect ENDC supported in the
    UE capabilities.
    
    Then we activate NR measurements if 'does_nr' is true.
    
    The problem is that if the eNB is not connected to a gNB but the UE
    reports some NR measurements (because a gNB is running somewhere near)
    then the eNB will crash when starting the switch to NR.
    
    A (quick) solution is to set 'does_nr' only if there is a gNB connected to
    the eNB.
    
    Maybe not the best solution. To be changed if needed.
    46c1aff4