summaryrefslogtreecommitdiffstats
path: root/dss1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dss1.cpp')
-rw-r--r--dss1.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/dss1.cpp b/dss1.cpp
index cd6a41e..18eb511 100644
--- a/dss1.cpp
+++ b/dss1.cpp
@@ -3188,6 +3188,9 @@ int stack2manager_nt(void *dat, void *arg)
case CC_RELEASE_COMPLETE | INDICATION:
break;
+ case CC_FACILITY | INDICATION:
+ break;
+
default:
PERROR("unhandled message: prim(0x%x) dinfo(0x%x) msg->len(%d)\n", hh->prim, hh->dinfo, msg->len);
port = port_first;