1
0
Fork 0

sccp: Add SSN for the SGSN

This commit is contained in:
Holger Hans Peter Freyther 2013-11-09 16:11:51 +01:00
parent c729a99672
commit 13eff3cdf9
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ Object subclass: SCCPAddress [
SCCPAddress class >> ssnReserved [ <category: 'constants'> ^ 12 ]
SCCPAddress class >> ssnBroadISDN[ <category: 'constants'> ^ 13 ]
SCCPAddress class >> ssnTCTest [ <category: 'constants'> ^ 14 ]
SCCPAddress class >> ssnSGSN [ <category: 'constants'> ^149 ]
SCCPAddress class >> createWith: ssn [
<category: 'creation'>