src/lte/model/lte-ue-phy.h
changeset 8670 8f63d16fb2e8
parent 8664 ab4c821fc251
child 8726 f6f0e2531457
equal deleted inserted replaced
8669:7f1d62565d04 8670:8f63d16fb2e8
   100    * \return the noise figure in dB
   100    * \return the noise figure in dB
   101    */
   101    */
   102   double GetNoiseFigure () const;
   102   double GetNoiseFigure () const;
   103 
   103 
   104   /**
   104   /**
       
   105    * \param delay the TTI delay between MAC and channel
       
   106    */
       
   107   void SetMacChDelay (uint8_t delay);
       
   108 
       
   109   /**
       
   110    * \returns the TTI delay between MAC and channel
       
   111    */
       
   112   uint8_t GetMacChDelay (void) const;
       
   113 
       
   114   /**
   105    * \brief Queue the MAC PDU to be sent
   115    * \brief Queue the MAC PDU to be sent
   106    * \param p the MAC PDU to sent
   116    * \param p the MAC PDU to sent
   107    */
   117    */
   108   virtual void DoSendMacPdu (Ptr<Packet> p);
   118   virtual void DoSendMacPdu (Ptr<Packet> p);
   109 
   119