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

bssmap: Introduce the assignment failure part

This commit is contained in:
Holger Hans Peter Freyther 2011-06-24 22:47:35 +02:00
parent bb35a0b1a6
commit c56107b5e2
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
"
(C) 2010 by Holger Hans Peter Freyther
(C) 2010-2011 by Holger Hans Peter Freyther
All Rights Reserved
This program is free software: you can redistribute it and/or modify
@ -36,6 +36,7 @@ Object subclass: GSM0808Helper [
GSM0808Helper class >> msgCipherModeCmpl [ <category: 'spec'> ^ 16r55 ]
GSM0808Helper class >> msgAssRequest [ <category: 'spec'> ^ 16r1 ]
GSM0808Helper class >> msgAssComplete [ <category: 'spec'> ^ 16r2 ]
GSM0808Helper class >> msgAssFailure [ <category: 'spec'> ^ 16r3 ]
]
Object subclass: LAI [