aboutsummaryrefslogtreecommitdiffstats
path: root/include/isup_types.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-18 23:34:19 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-20 11:49:39 +0100
commit6e11bee8cf97487d29502dc1a9ef3b7837b48628 (patch)
tree8378a3231e48180a959d27a1b04987a0ea73b8a2 /include/isup_types.h
parentd8a73e24d280338e7f2e57e1f137ef8fbaa7a255 (diff)
isup: Attempt to handle a RSC on the exchange
Diffstat (limited to 'include/isup_types.h')
-rw-r--r--include/isup_types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/isup_types.h b/include/isup_types.h
index 6048ce3..622f320 100644
--- a/include/isup_types.h
+++ b/include/isup_types.h
@@ -30,6 +30,11 @@ struct mtp_link_set;
/* This is from Table 4/Q.763 */
#define ISUP_MSG_GRS 0x17
#define ISUP_MSG_GRA 0x29
+#define ISUP_MSG_CGB 0x18
+#define ISUP_MSG_CGBA 0x1A
+#define ISUP_MSG_RLC 0x10
+#define ISUP_MSG_RSC 0x12
+
struct isup_msg_hdr {
uint16_t cic;