fixed bug in handling of RrcConnectionReject msg
authorNicola Baldo <nbaldo@cttc.es>
Mon, 04 Feb 2013 15:42:10 +0100
changeset 9659 7f636a10e527
parent 9652 5a3e8a974064
child 9660 82b2691be894
child 9983 0091ab7a897c
fixed bug in handling of RrcConnectionReject msg
src/lte/model/lte-rrc-protocol-real.cc
--- 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: