aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/bts.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-06-15 14:14:21 +0200
committerpespin <pespin@sysmocom.de>2021-06-17 14:05:40 +0000
commitb9a62638230b65d3620adb949ad1a55e1130d8f9 (patch)
tree417740935d0a142cb8b494b25c1b72e325a2d8fd /include/osmocom/bsc/bts.h
parent35b6b25433b4bc1c1f20cc9d0fa477591cb0e0e7 (diff)
Introduce VTY command to disable srvcc fast-return on target BTS
Diffstat (limited to 'include/osmocom/bsc/bts.h')
-rw-r--r--include/osmocom/bsc/bts.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/bsc/bts.h b/include/osmocom/bsc/bts.h
index 72f83ebef..4436ed024 100644
--- a/include/osmocom/bsc/bts.h
+++ b/include/osmocom/bsc/bts.h
@@ -539,6 +539,9 @@ struct gsm_bts {
/* We will ignore CHAN RQD with access delay greater than rach_max_delay */
uint8_t rach_max_delay;
+
+ /* Is Fast return to LTE allowed during Chan Release in this BTS? */
+ bool srvcc_fast_return_allowed;
};
#define GSM_BTS_SI2Q(bts, i) (struct gsm48_system_information_type_2quater *)((bts)->si_buf[SYSINFO_TYPE_2quater][i])