aboutsummaryrefslogtreecommitdiffstats
path: root/BSSMAP.st
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-20 01:20:00 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-20 01:34:41 +0100
commitda055c7469b8903255cfe486cb2a9389540198af (patch)
tree961dbc334affe01cd24c76d57494efe365f2c0c8 /BSSMAP.st
parent4cbfc1d0be8c201416d1db153094789597b0764b (diff)
Rename from storeOn: to writeOn: to unclash a system selector
Same change as in OsmoNetwork.
Diffstat (limited to 'BSSMAP.st')
-rw-r--r--BSSMAP.st4
1 files changed, 2 insertions, 2 deletions
diff --git a/BSSMAP.st b/BSSMAP.st
index b066de4..c8b4ae4 100644
--- a/BSSMAP.st
+++ b/BSSMAP.st
@@ -59,7 +59,7 @@ GSM0808IE subclass: GSMCellIdentifier [
ci := aCi.
]
- storeOn: aMsg [
+ writeOn: aMsg [
<category: 'creation'>
| lai |
lai := LAI generateLAI: mcc mnc: mnc.
@@ -90,7 +90,7 @@ GSM0808IE subclass: GSMLayer3Info [
data := aData
]
- storeOn: aMsg [
+ writeOn: aMsg [
<category: 'creation'>
aMsg putByte: self class elementId.
aMsg putByte: data size.