1
0
Fork 0

Commit Graph

  • 9cf469c261 misc: Increase portability and initialize at most once master Holger Hans Peter Freyther 2014-07-24 15:40:10 +0200
  • 9279ed70c1 osmo: Add >>#isConnected to see if the socket is connected right now Holger Hans Peter Freyther 2014-07-21 12:48:05 +0200
  • 847c578869 mtp3: Change categories to match Pharo code a bit Holger Hans Peter Freyther 2014-07-15 15:26:52 +0200
  • fc6e258ac0 sccp: Implement connection refused parsing and handling Holger Hans Peter Freyther 2014-07-09 13:37:17 +0200
  • cb55eb5dcf osmo: Allow to have a CtrlTrap filter on the message sent as well Holger Hans Peter Freyther 2014-06-01 20:11:46 +0200
  • 11bb698a0b tlv: Write the tag for conditional elements too Holger Hans Peter Freyther 2014-04-19 09:55:19 +0200
  • abbad4a7af tlv: Only write a tag if it was forced or the type is optional Holger Hans Peter Freyther 2014-02-09 22:04:04 +0100
  • 564087a32d tlv: Introduce a LV type as well. Holger Hans Peter Freyther 2014-02-09 14:01:53 +0100
  • 6ddaa3cd5b sccp: GTI means global title indication but we work with GTs Holger Hans Peter Freyther 2013-11-12 16:09:31 +0100
  • 13eff3cdf9 sccp: Add SSN for the SGSN Holger Hans Peter Freyther 2013-11-09 16:11:51 +0100
  • c729a99672 sccp: Kill the encoding and encode the extra 4 bits as 16r0 and not 16rF Holger Hans Peter Freyther 2013-10-14 15:04:43 +0200
  • 92add56e05 osmo: Add hostname/port to the error messages Holger Hans Peter Freyther 2013-08-19 13:23:36 +0200
  • 108ff0b0b1 isup: Fill out the category encodings from Q.763 Holger Hans Peter Freyther 2013-08-13 16:27:35 +0200
  • 00826da5db sccp: Merge SCCPAddress>>#createForSSN: from norbert, create a test Holger Hans Peter Freyther 2013-07-16 08:13:51 +0200
  • a1b4166cb7 m2ua: Avoid using the the system >>#copyFrom: message Holger Hans Peter Freyther 2013-06-17 15:37:41 +0200
  • 9278fb997c socket: Add methods to access the hostname and port Holger Hans Peter Freyther 2013-06-17 15:23:54 +0200
  • 4ce74bd5eb socket: Make sure the socket is set to nil at the end of the block Holger Hans Peter Freyther 2013-06-17 15:21:07 +0200
  • 6f7e0bcf8d m2ua: Merge the ASP changes from Pharo to GST Holger Hans Peter Freyther 2013-06-17 15:15:35 +0200
  • 372c2e0f0b m2ua: Move the code to separate directory to prepare merging with Pharo Holger Hans Peter Freyther 2013-06-17 14:19:26 +0200
  • a0eb175b26 m2ua: Add some documentation about the states from Pharo Holger Hans Peter Freyther 2013-05-14 17:18:17 +0200
  • f91e5c96aa net: Introduce the OsmoStreamSocketBase connection Holger Hans Peter Freyther 2013-05-14 17:00:32 +0200
  • b9d70c018f misc: Improve the test coverage of the OsmoNetwork Holger Hans Peter Freyther 2013-05-14 14:18:33 +0200
  • 43c5a43e80 pharo: Turn the socket into binary mode Holger Hans Peter Freyther 2013-05-13 09:32:52 +0200
  • 4f0b583d1c sccp: Move the SCCPGlobalTitle and SCCPGlobalTitleTranslation to new files Holger Hans Peter Freyther 2013-04-30 18:39:13 +0200
  • 099d03f1cd sccp: Rename SCCPGTI to SCCPGlobalTitle Holger Hans Peter Freyther 2013-04-30 18:35:35 +0200
  • e46ebff237 sccp: Rename poi to pointCode and update selectors Holger Hans Peter Freyther 2013-04-30 14:26:26 +0200
  • c6f896f645 ipa: Create initializeHandlers for the init Holger Hans Peter Freyther 2013-04-29 15:59:30 +0200
  • 529b082c10 ipa: Add a space between the string and the stream id Holger Hans Peter Freyther 2013-04-29 15:42:16 +0200
  • 6df7f5e488 ipa: Initialize the handlers if they are null Holger Hans Peter Freyther 2013-04-29 15:39:33 +0200
  • 6c8b36319b osmo: Fix the creation of the OsmoAppConnection Holger Hans Peter Freyther 2013-04-29 12:45:32 +0200
  • 189471a586 osmo: Allow a subclass to change the dispatcher/ipa handler Holger Hans Peter Freyther 2013-04-29 10:36:21 +0200
  • 3e8d588e9b ipa: Make the handler a variable on the class side Holger Hans Peter Freyther 2013-04-29 09:53:29 +0200
  • 12bdaf75f6 m2ua: Begin with a M2UA AS and ASP state machine and support code Holger Hans Peter Freyther 2013-04-08 08:40:20 +0200
  • 009957dffc mtp3: Introduce some basic structures for MTP3 decoding Holger Hans Peter Freyther 2013-04-06 11:36:41 +0200
  • 7ccefaa16e sccp: Do not use abbreviation for variable names Holger Hans Peter Freyther 2013-04-02 16:59:35 +0200
  • 247205d803 sccp: Move the SCCPAddress to a separate file Holger Hans Peter Freyther 2013-04-02 16:07:42 +0200
  • 0dd9a2287c ua: Add a testcase for M2UAMSG>>#findTag:ifAbsent:, fix the code Holger Hans Peter Freyther 2013-04-01 15:08:07 +0200
  • 94498315cb m2ua: Rename to M2UAMSGTest as it tests M2UAMSG Holger Hans Peter Freyther 2013-04-01 15:03:13 +0200
  • 3423039406 sccp: Fix the SCCPHelper>>#createRLSD.. invocation Holger Hans Peter Freyther 2013-04-01 15:00:25 +0200
  • a0257331f3 misc: Fix warnings reported by the code critics of Pharo Holger Hans Peter Freyther 2013-04-01 09:51:02 +0200
  • 5af90bdfd8 isup: Use a different category name for the extensions Holger Hans Peter Freyther 2013-04-01 09:55:59 +0200
  • 776dda4070 isup: Do not generate the the MessageType field as it doesn't make sense Holger Hans Peter Freyther 2013-04-01 08:51:50 +0200
  • 412124646f gst: Fix linting for the category name of the class Holger Hans Peter Freyther 2013-03-30 16:40:31 +0100
  • 3746f7ad98 osmo: Make it possible to register on the OsmoAppConnection IPADispatcher Holger Hans Peter Freyther 2013-03-27 19:12:46 +0100
  • db413d1d0f osmo: Improve the connection class for re-connect and process handling Holger Hans Peter Freyther 2013-03-27 11:31:13 +0100
  • 75587966d3 osmo: Create a new LogArea for the osmo area. Holger Hans Peter Freyther 2013-03-27 11:10:23 +0100
  • dd54429310 osmo: Add a way to set the token on the connection Holger Hans Peter Freyther 2013-03-27 08:42:50 +0100
  • a47c76fc1b osmo: Introduce a subclass for the CTRL handling Holger Hans Peter Freyther 2013-03-27 08:27:13 +0100
  • 3ae32dfb73 osmo: Move the OsmoAppConnection into the same category as OsmoUDPSocket Holger Hans Peter Freyther 2013-03-27 07:46:37 +0100
  • b33d07309a ipa: Use String>>#expandMacrosWith: in the IPADispatcher Holger Hans Peter Freyther 2013-03-27 11:09:23 +0100
  • 131d2465f9 pharo: Rename the StreamSocket to SocketStream for pharo Holger Hans Peter Freyther 2013-03-27 07:42:53 +0100
  • d228bfd818 osmo: Move the socket creation to a new method for the OsmoAppConnection Holger Hans Peter Freyther 2013-03-26 16:44:08 +0100
  • 1a0b690eaa Huge internal restructuring of the in sub-directories Holger Hans Peter Freyther 2013-03-26 14:53:13 +0100
  • 1deae5d4cc socket: Make the UDP socket code work on Pharo Holger Hans Peter Freyther 2013-03-26 13:51:46 +0100
  • aa692f65c9 pharo: Use >>basicSize and allow to use different sockets with overrides Holger Hans Peter Freyther 2013-03-26 11:07:11 +0100
  • 5ee3f64921 misc: Add makefile to help with converting the code to Pharo Holger Hans Peter Freyther 2013-02-15 23:17:59 +0100
  • 854ab4b14b misc: Avoid the namespace access for the current namespace Holger Hans Peter Freyther 2013-02-23 18:58:55 +0100
  • 2c6925aded ipa: Move GST only code to a new file and do not convert it Holger Hans Peter Freyther 2013-02-18 21:13:27 +0100
  • 8115187fd7 isup: FIx shadowing of the class variable Holger Hans Peter Freyther 2013-02-18 21:26:36 +0100
  • 6d62146696 isup: Move the comments into the methods Holger Hans Peter Freyther 2013-02-17 16:31:48 +0100
  • 5a061d9bef m2ua: Move the comments into the comment pragma, fix parse issue Holger Hans Peter Freyther 2013-02-17 13:41:30 +0100
  • c24ccc9db6 cobject: Remove the ByteArray>>#castTo: extension Holger Hans Peter Freyther 2013-02-17 11:26:39 +0100
  • f66abe8824 category: Categorize the classes correctly for the OsmoNetwork package Holger Hans Peter Freyther 2013-02-23 14:00:54 +0100
  • cf820ff25b compat: Use >>substrings: String and (Sring withAll: Array) Holger Hans Peter Freyther 2013-02-23 12:14:58 +0100
  • 6c4d821861 compat: Use the >>expandMacrosWith: instead of the bindWith: Holger Hans Peter Freyther 2013-02-23 11:52:38 +0100
  • 32e5b01e97 misc: Remove the debug code in the form of ``@object printNl. Holger Hans Peter Freyther 2013-02-23 14:27:50 +0100
  • f410c60d8a misc: Remove out of method comments as they break the conversion Holger Hans Peter Freyther 2013-02-18 21:07:46 +0100
  • c8a8293564 misc: Remove PackageLoader fileInPackage from the code Holger Hans Peter Freyther 2013-02-16 23:44:36 +0100
  • 45392894da control: Add code that makes it more easy to deal interact with OpenBSC Holger Hans Peter Freyther 2013-01-03 23:58:04 +0100
  • 22e3039b8a isup: Call the MessageStructure TLVDescriptionContainer Holger Hans Peter Freyther 2012-12-11 13:21:46 +0100
  • 5fa3bb680f isup: Begin to align the MessageStructure and the TLV description Holger Hans Peter Freyther 2012-12-11 11:48:13 +0100
  • 17ee24015f tlv: Introduce another attribute to allow using it for GSM04.08 Holger Hans Peter Freyther 2012-08-23 20:47:53 +0200
  • e7f79e2621 tlv: Move the TLV from the FakeBTS code to here to be used and improved Holger Hans Peter Freyther 2012-08-23 16:23:32 +0200
  • 52a0026d32 misc: Simplify the package description Holger Hans Peter Freyther 2012-08-09 02:05:16 +0200
  • 00c7acdc12 core: Introduce a Socket/UDP base class helper for multiple sockets Holger Hans Peter Freyther 2012-08-09 02:03:49 +0200
  • 0b18355039 typo: Fix the word mandatory.. a common typo of mine Holger Hans Peter Freyther 2012-08-03 10:58:23 +0200
  • 3e5902a617 ipa: Add a simple TL(V) parser for the IPA Protocol data Holger Hans Peter Freyther 2012-07-29 10:44:17 +0200
  • 9939be4ff3 ipa: Move the IPATests to a new file Holger Hans Peter Freyther 2012-07-29 09:57:46 +0200
  • 02ad06bad6 misc: Ignore vi files Holger Hans Peter Freyther 2012-07-29 09:58:33 +0200
  • 6b701f3421 ipa: Make the IPADispatcher work on BlockClosures and add new API Holger Hans Peter Freyther 2012-07-28 20:45:21 +0200
  • 66900c7fe7 ipa: Make the IPADispatcher automatically initialize the object Holger Hans Peter Freyther 2012-07-28 19:04:39 +0200
  • c69c20f9dc log: Make it clear from the log message that this is the ipa disp. Holger Hans Peter Freyther 2012-03-07 23:44:48 +0100
  • 886a7c10aa misc: Add categories to a lot of class methods Holger Hans Peter Freyther 2012-02-20 19:20:38 +0100
  • cdad29f032 misc: Add categories for all selectors in this nanespace. Holger Hans Peter Freyther 2012-02-20 14:47:02 +0100
  • 023d7a78d4 misc: Add a comment all classes in the Osmo namespace Holger Hans Peter Freyther 2012-02-20 13:41:51 +0100
  • 572906b5e5 ipa: Code style changes and documentation of IPAProtoHandler Holger Hans Peter Freyther 2012-02-20 11:42:45 +0100
  • b6abb13625 ipa: Add categories to methods of the IPA Proto Handler Holger Hans Peter Freyther 2012-02-20 10:37:14 +0100
  • fc5778fa3c isup: Attempt to make the code more readable Holger Hans Peter Freyther 2012-02-02 20:06:15 +0100
  • f4a72bab38 isup: Generate properly formatted ISUP messages. Holger Hans Peter Freyther 2012-02-02 19:16:45 +0100
  • adc964df90 isup: Begin with adding manual extension to the ISUP Code Holger Hans Peter Freyther 2012-01-20 19:32:47 +0100
  • dd1d0f384b isup: Fix the indention of the generated code Holger Hans Peter Freyther 2012-01-20 16:59:16 +0100
  • 0a604c3e9b net: Inject the extension into the StreamSocket as well Holger Hans Peter Freyther 2012-01-20 16:43:28 +0100
  • ca50ffe022 misc: Clean up the categories of the network module Holger Hans Peter Freyther 2011-09-27 16:27:34 +0200
  • d7b2323602 ipa: Convert the two elements so we have two integers Holger Hans Peter Freyther 2011-07-24 11:38:05 +0200
  • 5fd2eb9b11 ipa: Use displayString as it works on arrays and such as well Holger Hans Peter Freyther 2011-07-24 11:37:45 +0200
  • 619df3f302 ipa: Make it easy to deal with the osmo extension header Holger Hans Peter Freyther 2011-07-22 16:44:49 +0200
  • 209c205ac6 non working, work in progress ISUP patches wip/isup Holger Hans Peter Freyther 2011-07-22 15:04:02 +0200
  • 15a382c883 sccp: Implement SCCInactivityTest creation and test it Holger Hans Peter Freyther 2011-06-22 18:11:34 +0200
  • d77a361ba5 sccp: Use the String>>% anArray way to format error messages Holger Hans Peter Freyther 2011-04-01 20:00:49 +0200
  • 6b40cc6866 msg: Work on a very generic parsing routine and test it on ISUP Holger Hans Peter Freyther 2011-03-23 17:56:47 +0100