GNU Radio's GSM Package
|
#include <decryption_impl.h>
Public Member Functions | |
decryption_impl (const std::vector< uint8_t > &k_c, unsigned int a5_version) | |
~decryption_impl () | |
virtual void | set_k_c (const std::vector< uint8_t > &k_c) |
virtual void | set_a5_version (unsigned int a5_version) |
Additional Inherited Members | |
![]() | |
typedef boost::shared_ptr < decryption > | sptr |
![]() | |
static sptr | make (const std::vector< uint8_t > &k_c, unsigned int a5_version) |
Return a shared_ptr to a new instance of gsm::decryption. More... | |
gr::gsm::decryption_impl::decryption_impl | ( | const std::vector< uint8_t > & | k_c, |
unsigned int | a5_version | ||
) |
gr::gsm::decryption_impl::~decryption_impl | ( | ) |
|
virtual |
Implements gr::gsm::decryption.
|
virtual |
Implements gr::gsm::decryption.