smalltalk
/
osmo-st-gsm
Archived
1
0
Fork 0

BSSMAP: The isTV is not used and might not be used. Remove it

This commit is contained in:
Holger Hans Peter Freyther 2010-11-27 13:51:04 +01:00
parent 78f8718004
commit 6389190fb6
1 changed files with 0 additions and 5 deletions

View File

@ -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 [