25 #ifndef INCLUDED_GSM_DECRYPTION_H 26 #define INCLUDED_GSM_DECRYPTION_H 29 #include <gnuradio/block.h> 43 typedef boost::shared_ptr<decryption>
sptr;
53 static sptr make(
const std::vector<uint8_t> & k_c,
unsigned int a5_version);
54 virtual void set_k_c(
const std::vector<uint8_t> & k_c) = 0;
55 virtual void set_a5_version(
unsigned int a5_version) = 0;
#define GRGSM_API
Definition: api.h:31
<+description of block+>
Definition: decryption.h:40
Definition: constants.h:29
boost::shared_ptr< decryption > sptr
Definition: decryption.h:43