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 --- ie.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ie.cpp') diff --git a/ie.cpp b/ie.cpp index 933287e..ddb6c1b 100644 --- a/ie.cpp +++ b/ie.cpp @@ -616,7 +616,7 @@ void Pdss1::enc_ie_cause(struct l3_msg *l3m, int location, int cause) unsigned char p[256]; int l; - if (location<0 || location>7) { + if (location<0 || location>10) { PERROR("location(%d) is out of range.\n", location); return; } -- cgit v1.2.3-55-g7522