aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gb_proxy_peer.c
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2014-09-19 13:30:14 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-10-09 17:43:53 +0200
commit9a7b0d564107cb0d78a1596f595d096579562a48 (patch)
tree52c2fe80b3d683bfb512076746837e9e71f75587 /openbsc/src/gprs/gb_proxy_peer.c
parent9a6b7635071d7956a65c86ba9566eabd82865c55 (diff)
gbproxy: Rename functions related to tlli_info
This patch replaces 'tlli' by 'tlli_info' within the following function identifiers: - gbproxy_delete_tlli - gbproxy_delete_tllis - gbproxy_remove_stale_tllis - gbproxy_touch_tlli - gbproxy_unregister_tlli - gbproxy_remove_matching_tllis - gbproxy_find_tlli -> gbproxy_tlli_info_by_tlli - gbproxy_find_tlli_by_* -> gbproxy_tlli_info_by_* These functions refer to the whole logical link info rather than to a certain TLLI. So they are renamed to be named consistently with gbproxy_attach_tlli_info and others. Sponsored-by: On-Waves ehf
Diffstat (limited to 'openbsc/src/gprs/gb_proxy_peer.c')
-rw-r--r--openbsc/src/gprs/gb_proxy_peer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/gb_proxy_peer.c b/openbsc/src/gprs/gb_proxy_peer.c
index 820d8df87..335b46f16 100644
--- a/openbsc/src/gprs/gb_proxy_peer.c
+++ b/openbsc/src/gprs/gb_proxy_peer.c
@@ -172,7 +172,7 @@ void gbproxy_peer_free(struct gbproxy_peer *peer)
{
llist_del(&peer->list);
- gbproxy_delete_tllis(peer);
+ gbproxy_delete_tlli_infos(peer);
rate_ctr_group_free(peer->ctrg);
peer->ctrg = NULL;