9
0
Fork 0

mtp: Send a simple ISUP message

This commit is contained in:
Holger Hans Peter Freyther 2010-12-08 11:32:29 +01:00
parent ae7418177e
commit 58d0c24f03
1 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,12 @@ Eval [
datagram data: msg.
socket nextPut: datagram.
"ISUP"
msg := #(2 0 0 1 0 0 0 0 0 0 0 11
197 232 197 7 224 3 0 23 1 1 28) asByteArray.
datagram data: msg.
socket nextPut: datagram.
"TRA"
msg := #(2 0 0 1 0 0 0 0 0 0 0 6 192 232 197 7 0 23) asByteArray.
datagram data: msg.