aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-12-10 03:53:28 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-12-10 13:22:46 +0100
commitc21cfaa023686c0c4ff041199ed6a04e48f79d15 (patch)
tree2ffbf5e5d29723238b26aa8a173db967b294e72f /contrib
parent03ba4f485bdbf79b9efce862940fd871e7b3dc72 (diff)
isup: Start parsing the ISUP messages
Introduce a ISUP debug category, parse the reset circuit message, add a test case for this easy parsing.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/TestSender.st5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/TestSender.st b/contrib/TestSender.st
index d32348f..4913416 100644
--- a/contrib/TestSender.st
+++ b/contrib/TestSender.st
@@ -34,9 +34,4 @@ Eval [
msg := #(2 0 0 1 0 0 0 0 0 0 0 6 192 232 197 7 0 23) asByteArray.
datagram data: msg.
socket nextPut: datagram.
-
- "ISUP GSR"
- msg := #(2 0 0 1 0 0 0 0 0 0 0 11 197 8 197 7 224 3 0 23 1 1 28) asByteArray.
- datagram data: msg.
- socket nextPut: datagram.
]