src/lte/model/lte-ue-phy.cc
Fri, 19 Apr 2013 22:39:55 +0200 Vedran Miletić Rename Start and DoStart methods to Initialize and DoInitialize
Tue, 09 Apr 2013 11:21:32 +0200 Nicola Baldo merge
Mon, 08 Apr 2013 16:30:55 +0200 Marco Miozzo Bug-fix: missing conversion from PSD to linear power of RS in RSRP PHY traces evaluation
Mon, 08 Apr 2013 16:27:42 +0200 Marco Miozzo Bug-fix: initialization missing for evaluating SINR in PHY Traces
Mon, 04 Feb 2013 18:47:25 +0100 Nicola Baldo merged lena-dev with ns-3-dev
Fri, 25 Jan 2013 15:32:33 +0100 Marco Miozzo Avoid generation of DL-CQI with RNTI = 0 when UEs are not connected
Wed, 23 Jan 2013 17:17:16 +0100 Nicola Baldo make Dl/UlSpectrumPhy attributes in LteUe/EnbPhy use getter instead of member variable to fix compilation issue with gcc 4.4.3
Tue, 18 Dec 2012 16:13:03 +0100 Nicola Baldo added method LteSpectrumPhy::Reset ()
Mon, 17 Dec 2012 20:03:07 +0100 Nicola Baldo zero SRS guard time since we use static SRS periodicity now
Mon, 17 Dec 2012 16:01:08 +0100 Nicola Baldo merge
Thu, 13 Dec 2012 14:31:36 +0100 Nicola Baldo increased SRS start time to 20ms to cope with RRC message delays
Thu, 13 Dec 2012 12:22:43 +0100 Marco Miozzo merge
Thu, 13 Dec 2012 11:45:59 +0100 Marco Miozzo Add DL and UL PHY traces on transmission and reception statistics
Wed, 05 Dec 2012 19:32:37 +0100 Nicola Baldo reset LteUePhy upon handover
Tue, 04 Dec 2012 19:22:26 +0100 Nicola Baldo removed spurious LteUePhy::m_enbCellId; fixed bug in LteEnbRrc::GetNewSrsConfigurationIndex ()
Mon, 03 Dec 2012 18:24:42 +0100 Marco Miozzo merge
Mon, 03 Dec 2012 18:18:12 +0100 Marco Miozzo Introduces RACH procedures in the schedulers and UL grant at PHY layer
Thu, 29 Nov 2012 12:00:06 +0100 Nicola Baldo added S1 path switch + S11 modify bearer for X2 handover
Thu, 22 Nov 2012 18:35:05 +0100 Nicola Baldo X2 handover working on the control plane
Thu, 22 Nov 2012 12:05:46 +0100 Nicola Baldo merged lena-dev and lena-epc
Tue, 20 Nov 2012 18:18:01 +0100 Nicola Baldo improved LTE Random Access model
Tue, 30 Oct 2012 16:02:07 +0100 Nicola Baldo new LTE RRC model
Tue, 27 Nov 2012 11:54:29 +0100 Marco Miozzo Change RSRQ stats for average SINR ones
Tue, 13 Nov 2012 17:54:50 +0100 Marco Miozzo Update RSRP and RSRQ evaluation (RSRQ as average SINR)
Mon, 12 Nov 2012 19:28:40 +0100 Nicola Baldo merge
Tue, 06 Nov 2012 15:13:36 +0100 Jaume Nin PhyStats calculator implementation. All code needed added to LteHelper. Prototype order changed in order to respect cellId,IMSI, rnti
Mon, 05 Nov 2012 17:05:30 +0100 mmiozzo Merge with lena-pem 9124:b4fcfc26791f (HARQ)
Thu, 25 Oct 2012 17:32:22 +0200 Marco Miozzo Add trace sources for DL RSRP/RSRQ (dummy values, TBD), UL SRS and interference power traces
Thu, 18 Oct 2012 13:58:10 +0200 Marco Miozzo Update LteMiErrorModel with BLER curves for HARQ retx ( MCS0 rv2 and rv3 still lacks)
Mon, 08 Oct 2012 17:18:22 +0200 mmiozzo HARQ first draft version: RR works, PF todo, LteMiErrorModel on-going
Tue, 31 Jul 2012 19:31:14 +0200 Nicola Baldo merge
Tue, 31 Jul 2012 19:18:23 +0200 Nicola Baldo merge lena-dev and lena-epc
Mon, 02 Jul 2012 18:25:11 +0200 Nicola Baldo revised LTE protocol stack for new RRC model
Tue, 09 Oct 2012 17:02:40 +0200 mmiozzo Bug-fix inhibit Error Model when receiving data frame with only control messages in LteSpectrumPhy::EndRxData
Wed, 03 Oct 2012 14:23:41 +0200 mmiozzo Change PUCCH fake signal in LteUePhy from full bandwidth to null bandwidth
Tue, 09 Oct 2012 17:02:40 +0200 mmiozzo Bug-fix inhibit Error Model when receiving data frame with only control messages in LteSpectrumPhy::EndRxData
Sat, 01 Sep 2012 20:57:21 +0200 Vedran Miletić Bug 1237 - code cleanups related to includes
Tue, 31 Jul 2012 12:57:55 +0200 Nicola Baldo added assert for correct scheduling of LteUePhy::SubframeIndication
Sun, 29 Jul 2012 20:32:28 +0200 Nicola Baldo subframe indication now triggered independently by LteUePhy
Mon, 23 Jul 2012 18:57:37 +0200 Nicola Baldo removed useless LtePhy::{Get,Set}{Up,down}linkSubChannels
Tue, 26 Jun 2012 16:35:04 +0200 Marco Miozzo Polish code according to codereview
Mon, 25 Jun 2012 13:41:13 +0200 Marco Miozzo Add SRS signaling
Fri, 15 Jun 2012 16:49:51 +0200 Marco Miozzo Update Phy Layer for managing different frames for different set of channels (data vs. ctrl and srs)
Thu, 03 May 2012 16:24:48 +0200 mmiozzo JIRA 235 Address typo in lte-ue-phy.cc (dBm instead of dB)
Wed, 25 Apr 2012 17:36:25 +0200 mmiozzo Update m_macChTtiDelay fixed to 4 in UL (standard) and make schedulers unaware of channel delays (tests updated according to new delay)
Wed, 25 Apr 2012 15:57:29 +0200 mmiozzo Bug-fix on m_macChTtiDelay management on UE-eNB PHY and consequently update RR-PF schedulers and tests
Mon, 23 Apr 2012 13:16:03 +0200 mmiozzo merge with ns-3-lena-pem changeset 8419:e8df5f68c35e (MIMO model)
Mon, 23 Apr 2012 11:01:43 +0200 Marco Miozzo Update SetTxModeXGain for reducing the copy-and-paste code
Tue, 17 Apr 2012 11:41:48 +0200 Marco Miozzo Update LteUePhy SetTxModeGains methods with new LteSpectrumPhy interface
Fri, 23 Mar 2012 11:36:49 +0100 Marco Miozzo Bug-fix tx mode gain exchange from LteUePhy and LteSpectrumPhy
Thu, 22 Mar 2012 18:16:01 +0100 Marco Miozzo Add MIMO model, test and documentation
Wed, 07 Mar 2012 16:42:46 +0100 Nicola Baldo fixed compilation error with g++-4.4
Mon, 05 Mar 2012 15:52:14 +0100 Nicola Baldo revision after Giuseppe's comments http://codereview.appspot.com/4626069/#msg1
Tue, 21 Feb 2012 18:06:15 +0100 Marco Miozzo Update LteUePhy for generating wideband and subband CQIs with LteAmc::MiErrorModel
Tue, 21 Feb 2012 17:43:38 +0100 Marco Miozzo Add new UE CQI Measurement and AMC module based on LteMiErrorModel
Fri, 13 Jan 2012 13:32:38 +0100 mmiozzo merge with PEM and solve merge errors
Wed, 21 Dec 2011 12:17:52 +0100 Marco Miozzo Change LteAmc* to Ptr<LteAmc> in LteUePhy
Thu, 15 Dec 2011 15:37:01 +0100 Marco Miozzo Update LteUePhy for working with new LteAmc object
Thu, 24 Nov 2011 12:30:32 +0100 Marco Miozzo commit debug stuff for merge with ns-3-lena-dev
Wed, 23 Nov 2011 17:45:54 +0100 Marco Miozzo Add info in LteSpectrumPhy on TB from DCI elaborated by LteEnbPhy and LteUePhy
less more (0) -60 tip