1
0
Fork 0
Commit Graph

12 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther fc6e258ac0 sccp: Implement connection refused parsing and handling
The code can not parse the optional elements yet.
2014-07-09 13:37:17 +02:00
Holger Hans Peter Freyther 6ddaa3cd5b sccp: GTI means global title indication but we work with GTs
Rename some methods as we work with global titles and not the
global title indication.
2013-11-12 16:09:31 +01:00
Holger Hans Peter Freyther 13eff3cdf9 sccp: Add SSN for the SGSN 2013-11-09 16:11:51 +01:00
Holger Hans Peter Freyther c729a99672 sccp: Kill the encoding and encode the extra 4 bits as 16r0 and not 16rF 2013-10-14 15:04:43 +02:00
Holger Hans Peter Freyther 00826da5db sccp: Merge SCCPAddress>>#createForSSN: from norbert, create a test 2013-07-16 08:13:51 +02:00
Holger Hans Peter Freyther 4f0b583d1c sccp: Move the SCCPGlobalTitle and SCCPGlobalTitleTranslation to new files
Split out the SCCPGlobalTitle and SCCPGlobalTitleTranslation to new
files and update the Makefile and package.xml for the new file.
2013-04-30 18:39:13 +02:00
Holger Hans Peter Freyther 099d03f1cd sccp: Rename SCCPGTI to SCCPGlobalTitle
Rename it to SCCPGlobalTitle and drop the "indicator" as it is
not an indicator at all.
2013-04-30 18:35:35 +02:00
Holger Hans Peter Freyther e46ebff237 sccp: Rename poi to pointCode and update selectors 2013-04-30 14:40:48 +02:00
Holger Hans Peter Freyther 7ccefaa16e sccp: Do not use abbreviation for variable names
It can help users to understand what we are talking about. This
request was expressed by noha.
2013-04-02 16:59:35 +02:00
Holger Hans Peter Freyther 247205d803 sccp: Move the SCCPAddress to a separate file
Begin with the one class one file pattern and move the SCCPAddress
to a shiny new file.
2013-04-02 16:12:45 +02:00
Holger Hans Peter Freyther 3423039406 sccp: Fix the SCCPHelper>>#createRLSD.. invocation
This was spotted by the code critics of Pharo. Use the right class
selector to create a Connection Released message.
2013-04-01 15:01:05 +02:00
Holger Hans Peter Freyther 1a0b690eaa Huge internal restructuring of the in sub-directories 2013-03-26 14:53:13 +01:00