From 812b8d6a614c4da8054382dd69c9c45465838008 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 26 Dec 2012 02:27:39 +0100 Subject: [PATCH] gsm: Use the right cause type for the handover complete --- GSM48.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GSM48.st b/GSM48.st index db9dd9e..a1aed29 100644 --- a/GSM48.st +++ b/GSM48.st @@ -2818,7 +2818,7 @@ GSM48RRMessage subclass: GSM48RRHandoverComplete [ GSM48RRHandoverComplete class >> tlvDescription [ ^ OrderedCollection new - add: GSM48Cause asTLVDescription; + add: GSMRRCause asTLVDescription; add: (GSM48TimingDifference asTLVDescription beOptional; yourself); yourself ]