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 5ee3f64921 misc: Add makefile to help with converting the code to Pharo
Work on automatically porting to Pharo.
2013-02-23 19:00:01 +01:00
contrib ipa: Make the IPADispatcher automatically initialize the object 2012-07-28 19:04:39 +02:00
isup isup: Begin to align the MessageStructure and the TLV description 2012-12-11 11:48:13 +01:00
.gitignore misc: Ignore vi files 2012-07-30 17:00:47 +02:00
Extensions.st ipa: Move GST only code to a new file and do not convert it 2013-02-23 18:59:25 +01:00
IPAConstants.st ipa: Move GST only code to a new file and do not convert it 2013-02-23 18:59:25 +01:00
IPAConstantsGST.st ipa: Move GST only code to a new file and do not convert it 2013-02-23 18:59:25 +01:00
IPADispatcher.st ipa: Make the IPADispatcher work on BlockClosures and add new API 2012-07-28 20:45:21 +02:00
IPAMsg.st ipa: Add a simple TL(V) parser for the IPA Protocol data 2012-07-30 17:00:47 +02:00
IPAMuxer.st misc: Add categories to a lot of class methods 2012-02-20 19:41:05 +01:00
IPAProtoHandler.st misc: Remove the debug code in the form of ``@object printNl. 2013-02-23 18:54:13 +01:00
IPATests.st ipa: Move GST only code to a new file and do not convert it 2013-02-23 18:59:25 +01:00
ISUP.st isup: Move the comments into the methods 2013-02-23 18:59:24 +01:00
ISUPExtensions.st isup: Begin with adding manual extension to the ISUP Code 2012-02-02 19:55:27 +01:00
ISUPTests.st isup: FIx shadowing of the class variable 2013-02-23 18:59:24 +01:00
LogAreas.st misc: Add categories to a lot of class methods 2012-02-20 19:41:05 +01:00
M2UA.st m2ua: Move the comments into the comment pragma, fix parse issue 2013-02-23 18:59:24 +01:00
Makefile misc: Add makefile to help with converting the code to Pharo 2013-02-23 19:00:01 +01:00
MessageBuffer.st misc: Add categories to a lot of class methods 2012-02-20 19:41:05 +01:00
MessageStructure.st compat: Use the >>expandMacrosWith: instead of the bindWith: 2013-02-23 18:55:41 +01:00
OsmoAppConnection.st misc: Avoid the namespace access for the current namespace 2013-02-23 18:59:25 +01:00
OsmoCtrlGrammar.st category: Categorize the classes correctly for the OsmoNetwork package 2013-02-23 18:59:24 +01:00
OsmoCtrlGrammarTest.st category: Categorize the classes correctly for the OsmoNetwork package 2013-02-23 18:59:24 +01:00
OsmoCtrlLogging.st category: Categorize the classes correctly for the OsmoNetwork package 2013-02-23 18:59:24 +01:00
README Add a README with the 'goal' of this sub-project. 2010-09-27 01:42:42 +08:00
SCCP.st compat: Use >>substrings: String and (Sring withAll: Array) 2013-02-23 18:56:56 +01:00
SocketBase.st category: Categorize the classes correctly for the OsmoNetwork package 2013-02-23 18:59:24 +01:00
TLV.st compat: Use the >>expandMacrosWith: instead of the bindWith: 2013-02-23 18:55:41 +01:00
TLVTests.st category: Categorize the classes correctly for the OsmoNetwork package 2013-02-23 18:59:24 +01:00
Tests.st category: Categorize the classes correctly for the OsmoNetwork package 2013-02-23 18:59:24 +01:00
compat_for_pharo.st misc: Add makefile to help with converting the code to Pharo 2013-02-23 19:00:01 +01:00
isup_generated.st isup: Begin to align the MessageStructure and the TLV description 2012-12-11 11:48:13 +01:00
package.xml ipa: Move GST only code to a new file and do not convert it 2013-02-23 18:59:25 +01:00

README

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