aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-19 09:33:00 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-20 11:49:39 +0100
commit69e71e0670b7cf215077047d8157c744fc239ff3 (patch)
treedda2e9b4098d0e4a6dea8514784d284ff36fef64 /include
parent8f6eb5e6886b552aefb53a41472d65b5a62ae932 (diff)
isup: Attempt a short cut in the link bring up by sending a unblock
Attempt to unblock all circuits after the Gateway has blocked them. In the ISUP spec we would need to go through the continuity test and such.
Diffstat (limited to 'include')
-rw-r--r--include/isup_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/isup_types.h b/include/isup_types.h
index b28d73f..9ded619 100644
--- a/include/isup_types.h
+++ b/include/isup_types.h
@@ -34,6 +34,8 @@ struct mtp_link_set;
#define ISUP_MSG_CGBA 0x1A
#define ISUP_MSG_RLC 0x10
#define ISUP_MSG_RSC 0x12
+#define ISUP_MSG_CGU 0x19
+#define ISUP_MSG_CGUA 0x1B
struct isup_msg_hdr {