summaryrefslogtreecommitdiffstats
path: root/ie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ie.cpp')
-rw-r--r--ie.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}