aboutsummaryrefslogtreecommitdiffstats
path: root/BSSMAP.st
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-06-24 22:47:35 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-06-24 22:47:35 +0200
commitc56107b5e2eb6b02cd0b5af4450c312492472b15 (patch)
treecac0b0af3b81bcb97c7a7b9791f7023236e106fc /BSSMAP.st
parentbb35a0b1a6ccb9c68541f5499e23d55ad7e4cfaa (diff)
bssmap: Introduce the assignment failure part
Diffstat (limited to 'BSSMAP.st')
-rw-r--r--BSSMAP.st3
1 files changed, 2 insertions, 1 deletions
diff --git a/BSSMAP.st b/BSSMAP.st
index e89da2c..36b0817 100644
--- a/BSSMAP.st
+++ b/BSSMAP.st
@@ -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 [