aboutsummaryrefslogtreecommitdiffstats
path: root/BSSMAP.st
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-27 13:51:04 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-27 14:00:26 +0100
commit6389190fb64acba85bf92870c3b0162093d8d93e (patch)
treef1b6e8362017fdc77dd9a389d3111e70fa48f1f6 /BSSMAP.st
parent78f87180041e5963999b0431be682650c90e181a (diff)
BSSMAP: The isTV is not used and might not be used. Remove it
Diffstat (limited to 'BSSMAP.st')
-rw-r--r--BSSMAP.st5
1 files changed, 0 insertions, 5 deletions
diff --git a/BSSMAP.st b/BSSMAP.st
index 60f7fff..fa55c8c 100644
--- a/BSSMAP.st
+++ b/BSSMAP.st
@@ -1,11 +1,6 @@
IEBase subclass: GSM0808IE [
<category: 'osmo-message'>
<comment: 'Base class of IEs for GSM0808'>
-
- GSM0808IE class >> isTV [
- "Return if this IE is a TLV or a TV"
- ^ false
- ]
]
Object subclass: GSM0808Helper [