mirror of https://github.com/pvnis/srsRAN_4G.git
nas: do not abort attach procedure if RRC is already connected
this is an attempt to fix issue #2237 that cause the UE to fail to attach because the attach request wasn't resent after T3410+T3411 expired. this was only because RRC wasn't idle at that stage and the attach request generation was aborted. The patch fixes this by passing the NAS PDU directly to RRC in connected state. The patch also converts the blocking PDU alloc to a non-blocking one.master
parent
c18e35bc93
commit
2576ada9e1
Loading…
Reference in New Issue