From 284314ab0a3ff64db0ebd42f9f05ae60c60bf6c0 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 19 Sep 2019 16:17:12 +0200 Subject: sgsn_libgtp.c: Drop use of deprecated libgtp APIs gtp_retrans*() Since osmo-ggsn.git c94837c6a401bf0f80791b619a9b4cfbe9160afd, those APIs are a no-op since timers are tracked internally through osmocom APIs (and at the same time, new implementation fixes some timing related bugs). As a result, osmo-sgsn depends now on at least that libgtp commit. Since it's not yet avaiable on latest libgtp release, let's track it down in TODO-RELESE to not forget to update libgtp requirements during osmo-sgsn release. Related: OS#4178 Change-Id: Ia9a93d4a6ed63cd0c736f9a99d81d730b958d82e --- include/osmocom/sgsn/sgsn.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/osmocom/sgsn/sgsn.h b/include/osmocom/sgsn/sgsn.h index e1c5c4aff..f5ff524da 100644 --- a/include/osmocom/sgsn/sgsn.h +++ b/include/osmocom/sgsn/sgsn.h @@ -130,8 +130,6 @@ struct sgsn_instance { struct osmo_fd gtp_fd0; struct osmo_fd gtp_fd1c; struct osmo_fd gtp_fd1u; - /* Timer for libGTP */ - struct osmo_timer_list gtp_timer; /* GSN instance for libgtp */ struct gsn_t *gsn; /* Subscriber */ -- cgit v1.2.3