Skip to content

Fix crash when sending RRCConnectionReestablishmentReject

0509 Crash in lte-softmodem upon receipt of RRCConnectionReestablishmentRequest

Create a temporary rrc_eNB_ue_context_t when it can't be obtained from current RRC state:

  • if UE was not attached to current eNB
  • when RRCConnectionReestablishmentRequest has a wrong encoding
  • in all other cases when ue_context_p can't be obtained.

Signed-off-by: Sergey Aranovskiy aranovskiy@mwnts.ru

Merge request reports