aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-01-08 12:19:26 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-01-08 14:26:59 +0100
commitf80e61f59610bb9c05cb9b96ad53db2ec8bd365c (patch)
tree18f2c1c97e8e838baa8ff153ba1dcbaf62b3098e
parente86cfabb08e6f51f3a4320baa5d3d8290ea02384 (diff)
bssmap: Add the paging command to the message type
-rw-r--r--BSSMAP.st2
1 files changed, 2 insertions, 0 deletions
diff --git a/BSSMAP.st b/BSSMAP.st
index 5632aae..c1b8590 100644
--- a/BSSMAP.st
+++ b/BSSMAP.st
@@ -35,6 +35,8 @@ Object subclass: GSM0808Helper [
GSM0808Helper class >> msgClear [ <category: 'spec'> ^ 16r20 ]
GSM0808Helper class >> msgClearComp [ <category: 'spec'> ^ 16r21 ]
GSM0808Helper class >> msgClearReq [ <category: 'spec'> ^ 16r22 ]
+
+ GSM0808Helper class >> msgPaging [ <category: 'spec'> ^ 2r01010010 ]
GSM0808Helper class >> msgCipherModeCmd [ <category: 'spec'> ^ 16r53 ]
GSM0808Helper class >> msgCipherModeCmpl [ <category: 'spec'> ^ 16r55 ]
GSM0808Helper class >> msgAssRequest [ <category: 'spec'> ^ 16r1 ]