SIP: Extract IMSI from SIP URI
[lcr.git] / ss5_decode.h
1 /*
2  * SS5 signal decoder header file
3  *
4  */
5
6 #define SS5_DECODER_NPOINTS             80 /* size of goertzel window */
7
8 char ss5_decode(unsigned char *data, int len);
9 void ss5_test_decode(void);
10