From 252e7f3e91b22b23bb82102c5f955a28d86dc9d2 Mon Sep 17 00:00:00 2001 From: arehbein Date: Wed, 19 Jul 2023 00:07:10 +0200 Subject: bsc: Make socket queue max. length configurable Title refers to the maximum length of the osmo_wqueue used for the PCU socket connection. Related: OS#5774 Change-Id: Ic5f19f4613bccaf582997a4d02b689adee083a0b --- include/osmocom/bsc/gsm_data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h index 275e4f104..bd51a42a6 100644 --- a/include/osmocom/bsc/gsm_data.h +++ b/include/osmocom/bsc/gsm_data.h @@ -1068,6 +1068,7 @@ struct gsm_network { /* PCU socket state */ char *pcu_sock_path; + unsigned int pcu_sock_wqueue_len_max; struct pcu_sock_state *pcu_state; }; -- cgit v1.2.3