From 03ba4f485bdbf79b9efce862940fd871e7b3dc72 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 9 Dec 2010 17:08:06 +0100 Subject: isup: Start with isup support in the cellmgr. Start parsing the ISUP messages. This just adds what we need to handle now and will not grow it a lot. --- contrib/TestSender.st | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'contrib/TestSender.st') diff --git a/contrib/TestSender.st b/contrib/TestSender.st index 4913416..d32348f 100644 --- a/contrib/TestSender.st +++ b/contrib/TestSender.st @@ -34,4 +34,9 @@ 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. ] -- cgit v1.2.3