Implementation of NMT (Nordic Mobile Telephoe) network

This commit is contained in:
Andreas Eversberg
2016-02-21 18:13:30 +01:00
parent cbfc818cce
commit 57caa536cf
19 changed files with 10866 additions and 3 deletions

7
src/nmt/dsp.h Normal file
View File

@@ -0,0 +1,7 @@
void dsp_init(void);
int dsp_init_sender(nmt_t *nmt);
void dsp_cleanup_sender(nmt_t *nmt);
void nmt_set_dsp_mode(nmt_t *nmt, enum dsp_mode mode);
void super_reset(nmt_t *nmt);