1
0
Fork 0

isup: Do not generate the the MessageType field as it doesn't make sense

There is no ISUPConstants>>#parMessageType so do not generate such
a class.
This commit is contained in:
Holger Hans Peter Freyther 2013-04-01 08:51:50 +02:00
parent 412124646f
commit 776dda4070
2 changed files with 3 additions and 10 deletions

View File

@ -188,6 +188,9 @@ Object subclass: StructCreator [
' % {aDef className}.
].
aDef className = 'ISUPMessageType'
ifTrue: [^self].
type :=
'MSGFixedField subclass: %1 [
<category: ''OsmoNetwork-ISUP''>

View File

@ -421,16 +421,6 @@ MSGVariableField subclass: ISUPForwardGVNS [
ISUPForwardGVNS class >> spec [ <category: 'field'> ^ '3.66' ]
]
MSGFixedField subclass: ISUPMessageType [
<category: 'OsmoNetwork-ISUP'>
<comment: 'I am an auto generated ISUP fixed field.'>
ISUPMessageType class >> parameterName [ <category: 'field'> ^ 'Message type' ]
ISUPMessageType class >> parameterValue [ <category: 'field'> ^ ISUPConstants parMessageType ]
ISUPMessageType class >> octalLength [ <category: 'field'> ^ 1 ]
ISUPMessageType class >> spec [ <category: 'field'> ^ '2.1' ]
]
MSGVariableField subclass: ISUPTransitNetworkSelection [
<category: 'OsmoNetwork-ISUP'>
<comment: 'I am an auto generated ISUP variable.'>