• Robert Schmidt's avatar
    Use correct RRC UE ID for NSA UEs · 3d2bf72e
    Robert Schmidt authored
    The RRC UE context has the RRC UE ID. Use that instead of hardcoding
    something that might be wrong (because the RRC UE ID can be reused,
    whereas the counter just blindly increases).
    
    The next commit will use that RRC UE ID to free the PDCP context for the
    UE. It might be wrong on reattach otherwise, because the RRC UE ID could
    again be 1.
    3d2bf72e
rrc_gNB_nsa.c 21.3 KB