--- a/src/lte/model/lte-rrc-protocol-real.cc Fri Feb 01 17:31:38 2013 +0100
+++ b/src/lte/model/lte-rrc-protocol-real.cc Mon Feb 04 15:42:10 2013 +0100
@@ -306,8 +306,8 @@
break;
case 2:
// RrcConnectionReject
- p->RemoveHeader (rrcConnectionReestablishmentRejectHeader);
- rrcConnectionReestablishmentRejectMsg = rrcConnectionReestablishmentRejectHeader.GetMessage ();
+ p->RemoveHeader (rrcConnectionRejectHeader);
+ rrcConnectionRejectMsg = rrcConnectionRejectHeader.GetMessage ();
m_ueRrcSapProvider->RecvRrcConnectionReject (rrcConnectionRejectMsg);
break;
case 3: