aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2020-12-21 18:53:55 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2020-12-29 16:41:29 +0100
commit8d382c5337b6166b8799c6c14dcade1a5376bd89 (patch)
tree712846be85baea5f605cf1c5b6b32c84c33c6370 /include
parentef3c9af0f990f0825d5122a1430697f53542eccc (diff)
gbproxy: Add SGSN pooling support
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/sgsn/gb_proxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/sgsn/gb_proxy.h b/include/osmocom/sgsn/gb_proxy.h
index 46decc0ec..8654d1096 100644
--- a/include/osmocom/sgsn/gb_proxy.h
+++ b/include/osmocom/sgsn/gb_proxy.h
@@ -229,5 +229,7 @@ void gbproxy_sgsn_free(struct gbproxy_sgsn *sgsn);
struct gbproxy_sgsn *gbproxy_sgsn_by_nsei(struct gbproxy_config *cfg, uint16_t nsei);
struct gbproxy_sgsn *gbproxy_sgsn_by_nsei_or_new(struct gbproxy_config *cfg, uint16_t nsei);
struct gbproxy_sgsn *gbproxy_sgsn_by_nri(struct gbproxy_config *cfg, uint16_t nri, bool *null_nri);
+struct gbproxy_sgsn *gbproxy_sgsn_by_tlli(struct gbproxy_config *cfg, struct gbproxy_sgsn *sgsn_avoid,
+ uint32_t tlli);
#endif