aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorarehbein <arehbein@sysmocom.de>2023-07-19 00:07:10 +0200
committerdaniel <dwillmann@sysmocom.de>2023-11-24 10:46:08 +0000
commit252e7f3e91b22b23bb82102c5f955a28d86dc9d2 (patch)
treea7c83d0a8fde1fb6d676dd0a3fa31f4154868531 /include
parente24e8a33893b49aba09285d346ce485a84d1d7a3 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
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;
};