GNU Radio's GSM Package
|
A block that does preprocessing tasks before sending bursts to modulator. More...
#include <preprocess_tx_burst.h>
Public Types | |
typedef std::shared_ptr< preprocess_tx_burst > | sptr |
Static Public Member Functions | |
static sptr | make () |
Return a shared_ptr to a new instance of gsm::preprocess_tx_burst. | |
A block that does preprocessing tasks before sending bursts to modulator.
Currently it removes GSMTAP header from a burst and puts it in first part of PDU pair and removes tailing zeros from Access Bursts coming from TRX interface.
typedef std::shared_ptr<preprocess_tx_burst> gr::gsm::preprocess_tx_burst::sptr |
|
static |
Return a shared_ptr to a new instance of gsm::preprocess_tx_burst.
To avoid accidental use of raw pointers, gsm::preprocess_tx_burst's constructor is in a private implementation class. gsm::preprocess_tx_burst::make is the public interface for creating new instances.