aboutsummaryrefslogtreecommitdiffstats
path: root/BSSMAP.st
diff options
context:
space:
mode:
Diffstat (limited to 'BSSMAP.st')
-rw-r--r--BSSMAP.st1
1 files changed, 1 insertions, 0 deletions
diff --git a/BSSMAP.st b/BSSMAP.st
index 2b8b134..0e9a8b3 100644
--- a/BSSMAP.st
+++ b/BSSMAP.st
@@ -454,6 +454,7 @@ GSM0808IE subclass: GSM0808CellIdentifierList [
aMsg putByte: 1 + (cells size * 2).
aMsg putByte: ident.
+ "TODO: assumes that cells are only lacs.."
cells do: [:lac |
aMsg putLen16: lac.
].