smalltalk
/
osmo-st-gsm
Archived
1
0
Fork 0

gsm0808: Add the Classmark Update message type

This commit is contained in:
Holger Hans Peter Freyther 2012-04-13 15:35:26 +02:00
parent 7510f4ad01
commit d3963c06be
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ Object subclass: GSM0808Helper [
GSM0808Helper class >> msgAssRequest [ <category: 'spec'> ^ 16r1 ]
GSM0808Helper class >> msgAssComplete [ <category: 'spec'> ^ 16r2 ]
GSM0808Helper class >> msgAssFailure [ <category: 'spec'> ^ 16r3 ]
GSM0808Helper class >> msgCMUpdate [ <category: 'spec'> ^ 2r01010100 ]
]
Object subclass: LAI [