aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/vlr.h
diff options
context:
space:
mode:
authorStefan Sperling <ssperling@sysmocom.de>2018-03-13 21:11:49 +0100
committerStefan Sperling <ssperling@sysmocom.de>2018-03-13 21:13:27 +0100
commit3a74128ccce5f044eca6a208476383082af90b0f (patch)
tree69202352d3de758bfb30dbc45b8627a23d2ea4ae /include/osmocom/msc/vlr.h
parent621c729d8d557c82d92b12fe1d1df872697bbd6e (diff)
restore sending of optional MM info messages
Since commit 2483f1b050496eda7f8707327204251c57212906 the function gsm48_tx_mm_info() was not called anymore. No MM info messages were transmitted to phones even if MM info messages were enabled via VTY. With this commit, we call gsm48_tx_mm_info() after successfully processing an IMSI ATTACH location update. Change-Id: Ice5963d84253eb8c803cd2dfa8b25a4db5382827 Related: OS#2850
Diffstat (limited to 'include/osmocom/msc/vlr.h')
-rw-r--r--include/osmocom/msc/vlr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/msc/vlr.h b/include/osmocom/msc/vlr.h
index 37702a9ee..96bfa2f29 100644
--- a/include/osmocom/msc/vlr.h
+++ b/include/osmocom/msc/vlr.h
@@ -217,6 +217,7 @@ struct vlr_ops {
/* UTRAN: send Common Id (when auth+ciph are complete) */
int (*tx_common_id)(void *msc_conn_ref);
+ int (*tx_mm_info)(void *msc_conn_ref);
/* notify MSC/SGSN that the subscriber data in VLR has been updated */
void (*subscr_update)(struct vlr_subscr *vsub);