From 7c68e9048f1e6d12faad9f79a61bbeaa07907924 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 24 May 2018 18:40:23 +0200 Subject: store subscriber identity on paging Another small step towards being aware of the subscriber identity. Any connection initiated by paging will subsequently log the subscriber's identity -- of course not necessarily the IMSI, if paging was done by TMSI. This is only for Paging, not the Paging Response; for that see, L3 Complete. Related: OS#2969 Change-Id: I0ab7bedfe693bb4e42a04fb0585b94a730ff2d9b --- src/osmo-bsc/paging.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osmo-bsc/paging.c b/src/osmo-bsc/paging.c index d6bff2a42..886d28b8b 100644 --- a/src/osmo-bsc/paging.c +++ b/src/osmo-bsc/paging.c @@ -391,6 +391,7 @@ void paging_request_stop(struct llist_head *bts_list, struct gsm_bts *bts; log_set_context(LOG_CTX_BSC_SUBSCR, bsub); + conn->bsub = bsc_subscr_get(bsub); /* Stop this first and dispatch the request */ if (_bts) { -- cgit v1.2.3