aboutsummaryrefslogtreecommitdiffstats
path: root/BSSMAP.st
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-12-13 05:25:25 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-12-13 05:25:25 +0100
commite35bac5357379b81ae13af7a9b5fe94659cfcfa1 (patch)
tree6d948782f14f1827913d45f4394d4f274e8f852e /BSSMAP.st
parentbb4e22695ce0b876ca6731f14838eadeb264c3f1 (diff)
GSMDriver: Send a clear request in case there is an exception
Diffstat (limited to 'BSSMAP.st')
-rw-r--r--BSSMAP.st1
1 files changed, 1 insertions, 0 deletions
diff --git a/BSSMAP.st b/BSSMAP.st
index 1d58547..d1359d1 100644
--- a/BSSMAP.st
+++ b/BSSMAP.st
@@ -13,6 +13,7 @@ Object subclass: GSM0808Helper [
GSM0808Helper class >> msgResetAck [ <category: 'spec'> ^ 16r31 ]
GSM0808Helper class >> msgClear [ <category: 'spec'> ^ 16r20 ]
GSM0808Helper class >> msgClearComp [ <category: 'spec'> ^ 16r21 ]
+ GSM0808Helper class >> msgClearReq [ <category: 'spec'> ^ 16r22 ]
GSM0808Helper class >> msgCipherModeCmd [ <category: 'spec'> ^ 16r53 ]
GSM0808Helper class >> msgCipherModeCmpl [ <category: 'spec'> ^ 16r55 ]
GSM0808Helper class >> msgAssRequest [ <category: 'spec'> ^ 16r1 ]