From 323cbc387b1a068f8e2bcfd1034666406ba18c93 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sat, 26 Sep 2009 13:20:29 +0200 Subject: Added support for signalling system no. 5. More infos will follow on the isdn4linux mailing list. modified: Makefile.am modified: Makefile.in modified: README modified: apppbx.cpp modified: configure modified: configure.ac modified: default/options.conf modified: dss1.cpp modified: ie.cpp modified: interface.c modified: interface.h modified: lcradmin.c modified: lcrsocket.h modified: mISDN.cpp modified: mISDN.h modified: main.c modified: main.h modified: port.h modified: socket_server.c new file: ss5.cpp new file: ss5.h new file: ss5_decode.c new file: ss5_decode.h new file: ss5_encode.c new file: ss5_encode.h --- ss5_decode.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ss5_decode.h (limited to 'ss5_decode.h') diff --git a/ss5_decode.h b/ss5_decode.h new file mode 100644 index 0000000..4acaecb --- /dev/null +++ b/ss5_decode.h @@ -0,0 +1,10 @@ +/* + * SS5 signal decoder header file + * + */ + +#define SS5_DECODER_NPOINTS 80 /* size of goertzel window */ + +char ss5_decode(unsigned char *data, int len); +void ss5_test_decode(void); + -- cgit v1.2.3-55-g7522