aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/osmo_bsc_grace.h
diff options
context:
space:
mode:
authorStefan Sperling <ssperling@sysmocom.de>2018-01-09 17:50:56 +0100
committerStefan Sperling <ssperling@sysmocom.de>2018-01-15 10:46:43 +0000
commit090550f5f812245aa3e66fea3f48b78efeccaaa9 (patch)
tree568aab1a9e3060da17b5e73758d4bdcab7c99bc3 /include/osmocom/bsc/osmo_bsc_grace.h
parent6b103e14ba8895cd58968c1eee90f43e0f4b85c9 (diff)
Implement support for paging based on CI (cell identifier).
This builds upon https://gerrit.osmocom.org/#/c/5698/ which implements support for paging by LAI. The ttcn3 test TC_paging_imsi_nochan_ci passes with this code when run in isolation. It does not pass if another paging test (such as TC_paging_imsi_nochan_lai) is executed beforehand. This problem looks similar to the scenario tested in TC_paging_imsi_a_reset. Change-Id: Ic7772e75c3d7fb0df6e17e118bb33b3248352d4d Depends: Ic3c62ff0fccea586794ea4b3c275a0685cc9326e Related: OS#2753
Diffstat (limited to 'include/osmocom/bsc/osmo_bsc_grace.h')
-rw-r--r--include/osmocom/bsc/osmo_bsc_grace.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osmocom/bsc/osmo_bsc_grace.h b/include/osmocom/bsc/osmo_bsc_grace.h
index b7950ce50..d78e41c82 100644
--- a/include/osmocom/bsc/osmo_bsc_grace.h
+++ b/include/osmocom/bsc/osmo_bsc_grace.h
@@ -30,6 +30,7 @@ int bsc_grace_allow_new_connection(struct gsm_network *net, struct gsm_bts *bts)
int bsc_grace_paging_request(enum signal_rf rf_policy,
struct bsc_subscr *subscr,
int chan_needed,
- struct bsc_msc_data *msc);
+ struct bsc_msc_data *msc,
+ struct gsm_bts *bts);
#endif