diff options
Diffstat (limited to 'include/osmocom/bsc/gsm_data.h')
-rw-r--r-- | include/osmocom/bsc/gsm_data.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h index de31e37a9..8ec08ecb0 100644 --- a/include/osmocom/bsc/gsm_data.h +++ b/include/osmocom/bsc/gsm_data.h @@ -263,6 +263,10 @@ struct gsm_network { /* control interface */ struct ctrl_handle *ctrl; + + /* congestion check timer */ + int ho_congest_timeout; + struct osmo_timer_list ho_congest_timer; }; struct osmo_esme; |