aboutsummaryrefslogtreecommitdiffstats
path: root/BSSMAP.st
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-23 20:55:31 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-24 00:13:03 +0100
commit8e68c2bc2016a202394fcbd31bca805789b2a861 (patch)
tree202a0c5e1dc17f82a73d369467e191dbd6ef3ce3 /BSSMAP.st
parent51574359cba1b9fb198ae52d22531b1f64d52de5 (diff)
IE: Implement finding the IE based on the type.
Diffstat (limited to 'BSSMAP.st')
-rw-r--r--BSSMAP.st5
1 files changed, 5 insertions, 0 deletions
diff --git a/BSSMAP.st b/BSSMAP.st
index d0b30df..a18d05d 100644
--- a/BSSMAP.st
+++ b/BSSMAP.st
@@ -1,6 +1,11 @@
Object subclass: GSM0808IE [
<category: 'osmo-message'>
<comment: 'Base class of IEs for GSM0808'>
+
+ type [
+ "Go through the elementId of the class"
+ ^ self class elementId
+ ]
]
Object subclass: GSM0808Helper [