X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=ie.cpp;h=ddb6c1b745d51c3ff4ec94037603c939a7817bbe;hp=933287e6559a2c85096269aa0336d5f536f48b63;hb=1f29928588dec724dc5bf251fa306f0c5b9d260e;hpb=e9bfe48fc5254e79e59c6ffc1698912175edf4e3 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; }