aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-04-27 14:22:58 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2022-04-28 16:04:04 +0200
commit26d55777fa4e046c07cde75296e9620f35602fcd (patch)
treef0ae9a1e094afc3b91f784ebb47aaf31abec70b5 /include
parent98ff9bbb2ae40b43389a0eb90302b05de06dd8a1 (diff)
paging: Increase T3113 based on paging group load in BSC queue
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/paging.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/bsc/paging.h b/include/osmocom/bsc/paging.h
index 8d5c9ac19..9b632258c 100644
--- a/include/osmocom/bsc/paging.h
+++ b/include/osmocom/bsc/paging.h
@@ -76,6 +76,8 @@ struct gsm_paging_request {
struct gsm_bts *bts;
/* what kind of channel type do we ask the MS to establish */
int chan_type;
+ /* paging group of the subscriber: */
+ uint8_t pgroup;
/* Timer 3113: how long do we try to page? */
struct osmo_timer_list T3113;