aboutsummaryrefslogtreecommitdiffstats
path: root/isup
diff options
context:
space:
mode:
Diffstat (limited to 'isup')
-rw-r--r--isup/create_structs.st4
1 files changed, 4 insertions, 0 deletions
diff --git a/isup/create_structs.st b/isup/create_structs.st
index 9dec307..28a7cea 100644
--- a/isup/create_structs.st
+++ b/isup/create_structs.st
@@ -191,6 +191,7 @@ Object subclass: StructCreator [
type :=
'MSGFixedField subclass: %1 [
<category: ''OsmoNetwork-ISUP''>
+ <comment: ''I am an auto generated ISUP fixed field.''>
%1 class >> parameterName [ ^ ''%2'' ]
%1 class >> parameterValue [ ^ ISUPConstants par%3 ]
@@ -216,6 +217,7 @@ Object subclass: StructCreator [
type :=
'MSGVariableField subclass: %1 [
<category: ''OsmoNetwork-ISUP''>
+ <comment: ''I am an auto generated ISUP variable.''>
%1 class >> parameterName [ ^ ''%2'' ]
%1 class >> parameterValue [ ^ ISUPConstants par%3 ]
@@ -233,6 +235,7 @@ Object subclass: StructCreator [
struct add: '
ISUPMessage subclass: ISUP%1 [
<category: ''OsmoNetwork-ISUP''>
+ <comment: ''I am auto-generated ISUP message.''>
ISUP%1 class >> structure [
^ (self initWith: ISUPConstants msg%1)' % {structName. }.
@@ -275,6 +278,7 @@ message type.'>
self structs add: '
ISUP%1 subclass: ISUP%2 [
<category: ''OsmoNetwork-ISUP''>
+ <comment: ''I am an auto generated ISUP message.''>
ISUP%2 class >> structure [
^ (super structure)