smalltalk
/
osmo-st-msc
Archived
1
0
Fork 0

BSC: Hold a IPAProtoHandler as well to handle some requests.

This commit is contained in:
Holger Hans Peter Freyther 2011-01-05 14:50:17 +01:00
parent d53640f69d
commit 8d184ac782
1 changed files with 6 additions and 1 deletions

View File

@ -128,7 +128,12 @@ Object subclass: BSCIPAConnection [
dispatcher := Osmo.IPADispatcher new.
dispatcher initialize.
sccp := BSCSCCPHandler initWith: self.
ipa := Osmo.IPAProtoHandler new.
ipa registerOn: dispatcher.
ipa muxer: muxer.
ipa token: 'abc'.
sccp := BSCSCCPHandler initWith: self msc: msc.
sccp registerOn: dispatcher.
sccp connection: self.