aboutsummaryrefslogtreecommitdiffstats
path: root/GSM48.st
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-10-26 21:10:32 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-10-26 21:10:32 +0200
commitd184d1354687c361e9d87faef3ab55fc04237c69 (patch)
tree3cdef77ab793b12df98460b4b5b18128db1d4371 /GSM48.st
parent396233cc5486b6d1658f0259d760349195834805 (diff)
gsm: Add the messgae types for the two TMSI operations
Diffstat (limited to 'GSM48.st')
-rw-r--r--GSM48.st2
1 files changed, 2 insertions, 0 deletions
diff --git a/GSM48.st b/GSM48.st
index d35a9b1..b059b34 100644
--- a/GSM48.st
+++ b/GSM48.st
@@ -1800,6 +1800,8 @@ GSM48MSG subclass: GSM48MMMessage [
GSM48MMMessage class >> msgCMReject [ ^ 16r22 ]
GSM48MMMessage class >> msgCMReq [ ^ 16r24 ]
GSM48MMMessage class >> msgIMSIDetach [ ^ 16r01 ]
+ GSM48MMMessage class >> msgTMSIReallocationCommand [ ^ 2r11010 ]
+ GSM48MMMessage class >> msgTMSIReallocationComplete [ ^ 2r11011 ]
]
GSM48MSG subclass: GSM48CCMessage [