From d4d36f22eed10b27e515e522bf10f4e9c90fba79 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 4 Aug 2014 11:14:54 +0200 Subject: gbproxy: Correct the method name. We work on TLLIs Done with Jacob --- openbsc/include/openbsc/gb_proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/include/openbsc/gb_proxy.h') diff --git a/openbsc/include/openbsc/gb_proxy.h b/openbsc/include/openbsc/gb_proxy.h index 4305d137d..5e44e13ad 100644 --- a/openbsc/include/openbsc/gb_proxy.h +++ b/openbsc/include/openbsc/gb_proxy.h @@ -109,7 +109,7 @@ int gbprox_set_patch_filter(const char *filter, const char **err_msg); void gbprox_delete_tlli(struct gbprox_peer *peer, struct gbprox_tlli_info *tlli_info); -int gbprox_remove_stale_ttlis(struct gbprox_peer *peer, time_t now); +int gbprox_remove_stale_tllis(struct gbprox_peer *peer, time_t now); int gbprox_cleanup_peers(uint16_t nsei, uint16_t bvci); /* tmp */ -- cgit v1.2.3