gsm: Verify the MNCC_VERSION of the BSC/MS and close the socket on mismatch
[lcr.git] / ss5_encode.h
1 /*
2  * SS5 signal coder header file
3  */
4
5 void ss5_sine_generate(void);
6 unsigned char *ss5_encode(unsigned char *buffer, int len, char digit, int sample_nr);
7