Commit Graph

9293 Commits

Author SHA1 Message Date
Marco Miozzo
8a093dff2d merge 2012-12-14 09:48:02 +01:00
Marco Miozzo
b540d0e815 Bug-fix LteEnbMac and LteUeMac on HARQ packets buffer in managing several LCs 2012-12-14 09:33:46 +01:00
Manuel Requena
6f55741bf7 Fix name of the testcase 2012-12-13 19:44:50 +01:00
Manuel Requena
2fa9d9a22c Process txedBuffer as the retxBuffer if retxBuffer is empty 2012-12-13 19:44:33 +01:00
mmiozzo
6ed1582bed merge 2012-12-13 18:46:05 +01:00
mmiozzo
db39e9df6f Update PF and RR schedulers for working with RRC attachment procedures 2012-12-13 18:45:27 +01:00
mmiozzo
5d1c0bf64f Bug-fix LteUeMac:DoReceiveLteControlMessage erroneous NotifyTxOpportunity 2012-12-13 18:44:34 +01:00
Lluis Parcerisa
a059f89a8b Add OFF state for Ue (switched to this state upon connection reject). Remove assert against connection failed. 2012-12-13 18:27:24 +01:00
Lluis Parcerisa
ac1081f276 Add implementation of RRC Connection Reject in Ue Recv. 2012-12-13 16:52:15 +01:00
Marco Miozzo
b8cf3ebefa merge 2012-12-13 15:07:02 +01:00
Marco Miozzo
874a1d2a4c Bug-fix TB information erroneus order of initializion in LteSpectrumPhy::AddExpectedTb 2012-12-13 15:06:22 +01:00
Nicola Baldo
cca38b6b18 increased SRS start time to 20ms to cope with RRC message delays 2012-12-13 14:31:36 +01:00
Nicola Baldo
c7a3efd93e enable traces correctly in lena-simple 2012-12-13 13:19:57 +01:00
Nicola Baldo
82e2613d41 LteEnbRrc: start only bearers in previous RRC connection setup/reconfiguration msg 2012-12-13 12:50:50 +01:00
Marco Miozzo
2fb9b625a4 merge 2012-12-13 12:23:50 +01:00
Marco Miozzo
aa7f2b22ef merge 2012-12-13 12:22:43 +01:00
Nicola Baldo
6f1dca9a6a minor update to lte-design doc 2012-12-13 12:11:35 +01:00
Marco Miozzo
4af4de9b5e Add Phy Traces documentation in lte-user doc 2012-12-13 12:10:31 +01:00
Marco Miozzo
2fe903ea7b Add DL and UL PHY traces on transmission and reception statistics 2012-12-13 11:45:59 +01:00
Nicola Baldo
401ce63113 updated and reorganized LTE design docs 2012-12-13 03:16:10 +01:00
Nicola Baldo
940f18c6ac reorganized design doc 2012-12-12 20:08:28 +01:00
Manuel Requena
beb48e14c6 Merge 2012-12-12 20:18:29 +01:00
Manuel Requena
96acc58160 Send RBS in the PollRetransmit Timer 2012-12-12 20:16:39 +01:00
Lluis Parcerisa
fbc7386719 Add functions in SAP's to send/receive ConnRej msg. 2012-12-12 18:48:24 +01:00
Lluis Parcerisa
8109e25f97 Add structure and rrc headers for RrcConnectionReject. 2012-12-12 18:17:10 +01:00
Manuel Requena
1ae09e8998 Merge 2012-12-12 17:30:55 +01:00
Lluis Parcerisa
29af8761f1 Add default cases in serializating RlcConfig.choice and SoundingRsUlConfigCommon.type 2012-12-12 17:24:54 +01:00
Manuel Requena
833e74f87d merge 2012-12-12 16:45:34 +01:00
Lluis Parcerisa
b0e4d03781 Fix bug in UE phy with m_srsPeriodicity == 0 2012-12-12 16:43:05 +01:00
mmiozzo
188befaa56 Bug-fix in UpdateDlRlcBufferInfo of RR and PF schedulers: the 2 bytes of RLC overhead affects only new tx queue and not status and retx ones 2012-12-12 14:00:23 +01:00
mmiozzo
633f099ac0 Split Tx Opportunities in LteUeMac for status, retx and tx buffers 2012-12-12 13:47:53 +01:00
Manuel Requena
d6ae2a3e6f Reset statusPduRequested flag 2012-12-12 10:45:49 +01:00
mmiozzo
d70da38592 Bug-fix UpdateDlRlcBufferInfo of PF and RR schedulers mutual exclusivity of the status and retx queues 2012-12-11 18:32:51 +01:00
Nicola Baldo
8719871e90 fixed compilation error in lte-rrc-header.cc on 32 bit systems 2012-12-11 13:28:25 +01:00
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