aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-07-24misc: Increase portability and initialize at most onceHEADmasterHolger Hans Peter Freyther7-20/+7
2014-07-21osmo: Add >>#isConnected to see if the socket is connected right nowHolger Hans Peter Freyther1-0/+4
2014-07-15mtp3: Change categories to match Pharo code a bitHolger Hans Peter Freyther2-54/+54
2014-07-09sccp: Implement connection refused parsing and handlingHolger Hans Peter Freyther2-0/+70
2014-06-01osmo: Allow to have a CtrlTrap filter on the message sent as wellHolger Hans Peter Freyther1-1/+5
2014-04-19tlv: Write the tag for conditional elements tooHolger Hans Peter Freyther2-1/+12
2014-02-09tlv: Only write a tag if it was forced or the type is optionalHolger Hans Peter Freyther2-5/+27
2014-02-09tlv: Introduce a LV type as well.Holger Hans Peter Freyther2-3/+18
2013-11-12sccp: GTI means global title indication but we work with GTsHolger Hans Peter Freyther2-2/+17
2013-11-09sccp: Add SSN for the SGSNHolger Hans Peter Freyther1-0/+1
2013-10-14sccp: Kill the encoding and encode the extra 4 bits as 16r0 and not 16rFHolger Hans Peter Freyther3-16/+23
2013-08-19osmo: Add hostname/port to the error messagesHolger Hans Peter Freyther1-10/+26
2013-08-13isup: Fill out the category encodings from Q.763Holger Hans Peter Freyther1-0/+67
2013-07-16sccp: Merge SCCPAddress>>#createForSSN: from norbert, create a testHolger Hans Peter Freyther2-4/+15
2013-06-17m2ua: Avoid using the the system >>#copyFrom: messageHolger Hans Peter Freyther1-2/+2
2013-06-17socket: Add methods to access the hostname and portHolger Hans Peter Freyther1-0/+10
2013-06-17socket: Make sure the socket is set to nil at the end of the blockHolger Hans Peter Freyther1-1/+2
2013-06-17m2ua: Merge the ASP changes from Pharo to GSTHolger Hans Peter Freyther12-33/+1474
2013-06-17m2ua: Move the code to separate directory to prepare merging with PharoHolger Hans Peter Freyther8-424/+484
2013-05-14m2ua: Add some documentation about the states from PharoHolger Hans Peter Freyther1-2/+2
2013-05-14net: Introduce the OsmoStreamSocketBase connectionHolger Hans Peter Freyther5-100/+146
2013-05-14misc: Improve the test coverage of the OsmoNetworkHolger Hans Peter Freyther2-0/+32
2013-05-13pharo: Turn the socket into binary modeHolger Hans Peter Freyther1-0/+1
2013-04-30sccp: Move the SCCPGlobalTitle and SCCPGlobalTitleTranslation to new filesHolger Hans Peter Freyther5-202/+240
2013-04-30sccp: Rename SCCPGTI to SCCPGlobalTitleHolger Hans Peter Freyther3-39/+39
2013-04-30sccp: Rename poi to pointCode and update selectorsHolger Hans Peter Freyther2-36/+54
2013-04-29ipa: Create initializeHandlers for the initHolger Hans Peter Freyther1-1/+6
2013-04-29ipa: Add a space between the string and the stream idHolger Hans Peter Freyther1-1/+1
2013-04-29ipa: Initialize the handlers if they are nullHolger Hans Peter Freyther1-1/+1
2013-04-29osmo: Fix the creation of the OsmoAppConnectionHolger Hans Peter Freyther1-1/+1
2013-04-29osmo: Allow a subclass to change the dispatcher/ipa handlerHolger Hans Peter Freyther1-7/+7
2013-04-29ipa: Make the handler a variable on the class sideHolger Hans Peter Freyther1-2/+8
2013-04-08m2ua: Begin with a M2UA AS and ASP state machine and support codeHolger Hans Peter Freyther3-1/+263
2013-04-06mtp3: Introduce some basic structures for MTP3 decodingHolger Hans Peter Freyther4-2/+1549
2013-04-02sccp: Do not use abbreviation for variable namesHolger Hans Peter Freyther1-16/+36
2013-04-02sccp: Move the SCCPAddress to a separate fileHolger Hans Peter Freyther4-183/+202
2013-04-01ua: Add a testcase for M2UAMSG>>#findTag:ifAbsent:, fix the codeHolger Hans Peter Freyther2-0/+17
2013-04-01m2ua: Rename to M2UAMSGTest as it tests M2UAMSGHolger Hans Peter Freyther2-3/+3
2013-04-01sccp: Fix the SCCPHelper>>#createRLSD.. invocationHolger Hans Peter Freyther2-1/+8
2013-04-01misc: Fix warnings reported by the code critics of PharoHolger Hans Peter Freyther3-2/+6
2013-04-01isup: Use a different category name for the extensionsHolger Hans Peter Freyther1-10/+10
2013-04-01isup: Do not generate the the MessageType field as it doesn't make senseHolger Hans Peter Freyther2-10/+3
2013-03-30gst: Fix linting for the category name of the classHolger Hans Peter Freyther1-1/+1
2013-03-27osmo: Make it possible to register on the OsmoAppConnection IPADispatcherHolger Hans Peter Freyther2-2/+15
2013-03-27osmo: Improve the connection class for re-connect and process handlingHolger Hans Peter Freyther3-22/+140
2013-03-27osmo: Create a new LogArea for the osmo area.Holger Hans Peter Freyther3-0/+40
2013-03-27osmo: Add a way to set the token on the connectionHolger Hans Peter Freyther1-5/+12
2013-03-27osmo: Introduce a subclass for the CTRL handlingHolger Hans Peter Freyther4-17/+49
2013-03-27osmo: Move the OsmoAppConnection into the same category as OsmoUDPSocketHolger Hans Peter Freyther1-1/+1
2013-03-27ipa: Use String>>#expandMacrosWith: in the IPADispatcherHolger Hans Peter Freyther1-1/+2