1
0
Fork 0
Smalltalk version of IPA muxer, SCCP muxer, msgb class
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Holger Hans Peter Freyther 6df7f5e488 ipa: Initialize the handlers if they are null
This avoids classes calling >>#initialize on load to initialize
the instance variable. It is a bit sad. If we would just return
handlers GST could optimize the method better (e.g. avoid calling
it and just return the variable).

We should call it initialize handlers or such. This can be done
in a follow up method.
2013-04-29 15:39:33 +02:00
contrib ipa: Make the IPADispatcher automatically initialize the object 2012-07-28 19:04:39 +02:00
core misc: Fix warnings reported by the code critics of Pharo 2013-04-01 10:48:44 +02:00
ipa ipa: Initialize the handlers if they are null 2013-04-29 15:39:33 +02:00
isup isup: Use a different category name for the extensions 2013-04-01 10:48:44 +02:00
mtp3 mtp3: Introduce some basic structures for MTP3 decoding 2013-04-06 11:40:53 +02:00
osmo osmo: Fix the creation of the OsmoAppConnection 2013-04-29 12:45:32 +02:00
pharo-porting osmo: Improve the connection class for re-connect and process handling 2013-03-27 18:38:11 +01:00
sccp sccp: Do not use abbreviation for variable names 2013-04-02 16:59:35 +02:00
ua m2ua: Begin with a M2UA AS and ASP state machine and support code 2013-04-08 08:41:46 +02:00
.gitignore misc: Ignore vi files 2012-07-30 17:00:47 +02:00
Makefile m2ua: Begin with a M2UA AS and ASP state machine and support code 2013-04-08 08:41:46 +02:00
README Add a README with the 'goal' of this sub-project. 2010-09-27 01:42:42 +08:00
Tests.st ua: Add a testcase for M2UAMSG>>#findTag:ifAbsent:, fix the code 2013-04-01 15:08:07 +02:00
package.xml m2ua: Begin with a M2UA AS and ASP state machine and support code 2013-04-08 08:41:46 +02:00

README

osmo-network a module for networking (SCCP, M3UA, IPA) protocol handling