aboutsummaryrefslogtreecommitdiffstats
path: root/TestPhone.st
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-28 21:14:25 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-28 21:27:58 +0100
commit300f9f470e087d095513220bd83a5bf8548418de (patch)
tree4f1d23867aacc50e76bc9864610bfe92a410030e /TestPhone.st
parent360e5269b0b78802b95cbdfaa4d724ee1d032edb (diff)
SCCP: Work on dispatching the SCCP messages..
Diffstat (limited to 'TestPhone.st')
-rw-r--r--TestPhone.st1
1 files changed, 1 insertions, 0 deletions
diff --git a/TestPhone.st b/TestPhone.st
index 432efd5..a67a40f 100644
--- a/TestPhone.st
+++ b/TestPhone.st
@@ -25,6 +25,7 @@ Object subclass: IPAConnection [
sccp := SCCPHandler new.
sccp registerOn: dispatcher.
+ sccp connection: self.
ipa := Osmo.IPAProtoHandler new.
ipa registerOn: dispatcher.