Commit Graph

7222 Commits

Author SHA1 Message Date
Manuel Requena
8d73a3c194 Fix header length of the HandoverRequestAck message 2012-12-10 18:19:51 +01:00
Nicola Baldo
51579f69d2 check admittedBearers upon handover 2012-12-10 11:42:07 +01:00
Nicola Baldo
b312048df0 LteEnbRrc send/recv X2 sn status transfer 2012-12-07 19:57:21 +01:00
Nicola Baldo
9348f7aa57 added lte-x2-handover test cases with real RRC 2012-12-07 15:47:15 +01:00
Nicola Baldo
95c0e1c605 merge 2012-12-07 15:06:48 +01:00
Lluis Parcerisa
384c2ca9b1 Implement RrcConnectionReestablishmentReject and RrcConnectionRelease in lte-rrc-header and lte-rrc-protocol-real. 2012-12-07 14:54:35 +01:00
Nicola Baldo
7829a4fb34 really defer DRB activation to rx of RRC connection setup/reconfiguration completed 2012-12-07 13:34:53 +01:00
Lluis Parcerisa
40c367e613 Ns3 formatting 2012-12-07 13:29:07 +01:00
Lluis Parcerisa
5962ee0c9e Create RealProtocolRlcSapUser to store RNTI as a member when constructing the object. 2012-12-07 13:25:32 +01:00
Lluis Parcerisa
277c47cd3f Remove RealHandoverCommandHeader and use RrcConnectionReconfigurationHeader instead. 2012-12-07 12:56:54 +01:00
Lluis Parcerisa
ef7397eee6 Remove RealHandoverPreparationInfoHeader and use HandoverPreparationInfoHeader instead 2012-12-07 12:41:12 +01:00
Lluis Parcerisa
52f2039d48 Merge 2012-12-07 12:09:09 +01:00
Lluis Parcerisa
28d3ba7507 Implementation of real RrcConnectionRequest and RrcConnectionReconfiguration 2012-12-07 12:08:26 +01:00
Manuel Requena
321f1489ed merge 2012-12-07 11:58:56 +01:00
Manuel Requena
2b27fb15df Add parameters and default values of the X2 links 2012-12-07 11:56:53 +01:00
Nicola Baldo
3a4b83030a merge 2012-12-05 19:41:34 +01:00
Lluis Parcerisa
7cfd221841 Fix Serialization when list size=0 in rrcConnectionSetup, check rb1 set before sending setup complete. 2012-12-05 19:32:56 +01:00
Nicola Baldo
40aefa653c reset LteUePhy upon handover 2012-12-05 19:32:37 +01:00
Nicola Baldo
983311d972 improvements to test-lte-x2-handover 2012-12-05 19:32:23 +01:00
Nicola Baldo
afcd6d74e5 initialize SRB0 saps at startup 2012-12-05 17:19:28 +01:00
Lluis Parcerisa
34ce8277e5 Implement real RrcConnectionSetup and RrcConnectionReestablishment. Also, associtate rrc header with their direction (UL/DL) and channel (CCCH / BCCH) used, so message type can be discriminated. 2012-12-05 16:50:14 +01:00
Lluis Parcerisa
d841a9b664 Real implementation of ReestablishmentRequest, ReconfigurationCompleteHeader and ReestablishmentComplete 2012-12-05 15:12:19 +01:00
Manuel Requena
9d174b6fa6 merge 2012-12-05 13:52:42 +01:00
Manuel Requena
9bf3316f0b Add support of SnStatusTransfer in RRC 2012-12-05 13:50:50 +01:00
Manuel Requena
55699e9154 Add SnStatusTransfer X2 message header 2012-12-05 13:50:22 +01:00
Manuel Requena
4fbbbb2750 Add SnStatusTransfer message 2012-12-05 13:49:49 +01:00
Manuel Requena
ce7b08f209 Add UeContextRelease primitive to X2 SAP 2012-12-05 13:48:57 +01:00
Nicola Baldo
4c352d887e reestablish DRBs at UE upon handover 2012-12-05 13:43:21 +01:00
Nicola Baldo
44a25859e1 defer DRB activation to rx of RRC connection setup completed 2012-12-05 13:29:38 +01:00
Nicola Baldo
3d1f13b075 reset MAC and reinitialize SRBs upon handover 2012-12-05 13:14:39 +01:00
Nicola Baldo
4db1640e60 merge 2012-12-04 19:52:04 +01:00
Lluis Parcerisa
0b1f06e91a Implement real DoSendRrcConnectionSetupCompleted 2012-12-04 19:37:58 +01:00
Nicola Baldo
f8b7a5b24c removed spurious LteUePhy::m_enbCellId; fixed bug in LteEnbRrc::GetNewSrsConfigurationIndex () 2012-12-04 19:22:26 +01:00
Manuel Requena
52bca77b0c Remove Start method with a RBS. This is only needed in the RlcSm 2012-12-04 19:18:35 +01:00
Marco Miozzo
e7740eb238 Bug fix release info on RR allocation memory and remove NS_FATAL_ERROR on HARQ when HO 2012-12-04 13:16:20 +01:00
Marco Miozzo
679e032516 merge and correct merge bug on test-lte-rrc 2012-12-04 13:15:27 +01:00
Marco Miozzo
e97639893e merge 2012-12-04 11:20:31 +01:00
Marco Miozzo
081da74f0f UeRelease support at LteEnbMac and schedulers (PF and RR) 2012-12-04 11:19:32 +01:00
Nicola Baldo
c4cdda1917 added LteEnbRrc::AdmitHandoverRequest attribute; implemented handling of X2 HO prep failure 2012-12-04 11:12:39 +01:00
Nicola Baldo
b2c617b0d9 fixed compilation error due to previous merge 2012-12-03 19:26:13 +01:00
Marco Miozzo
3ce181f277 merge 2012-12-03 18:48:23 +01:00
Nicola Baldo
97ac9478c0 added missing files 2012-12-03 18:44:17 +01:00
Marco Miozzo
e6638c76ac merge 2012-12-03 18:24:42 +01:00
Marco Miozzo
edf61b954e Introduces RACH procedures in the schedulers and UL grant at PHY layer 2012-12-03 18:18:12 +01:00
Nicola Baldo
ff88dd3a93 merge 2012-12-03 17:49:23 +01:00
Nicola Baldo
d71c34afdb dynamic connection of RadioBearerStatsCalculator so it works properly with handover 2012-12-03 17:48:23 +01:00
Nicola Baldo
ef2a1a7260 cancel pending events upon RLC disposal 2012-12-03 17:46:35 +01:00
Manuel Requena
4783d8a152 merge 2012-11-30 17:23:13 +01:00
Manuel Requena
6ee55e3435 Add support of HandoverPreparationFailure primitive in RRC 2012-11-30 17:18:36 +01:00
Manuel Requena
7f4ee87795 Add HandoverPreparationFailure X2 message header 2012-11-30 17:18:02 +01:00