aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-29 09:40:22 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-29 10:31:07 +0100
commit49b83d8f67183276e616a2c081497bc06a55716d (patch)
treecd6fc8d4364d6366cb87e255091f09e29f2a14df
parenta7313dd886306bed59df5aedb029a5c671f199a7 (diff)
minor comment
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_filter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_filter.c b/openbsc/src/osmo-bsc/osmo_bsc_filter.c
index f58034702..389a124fd 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_filter.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_filter.c
@@ -354,6 +354,7 @@ int bsc_scan_msc_msg(struct gsm_subscriber_connection *conn, struct msgb *msg)
if (mtype == GSM48_MT_MM_LOC_UPD_ACCEPT) {
if (has_core_identity(msc)) {
if (msgb_l3len(msg) >= sizeof(*gh) + sizeof(*lai)) {
+ /* overwrite LAI in the message */
lai = (struct gsm48_loc_area_id *) &gh->data[0];
gsm48_generate_lai(lai, net->country_code,
net->network_code,