From f8562e362b2cafe15a9b10be0f3b0d8be831c1ee Mon Sep 17 00:00:00 2001 From: Jacob Erlbeck Date: Fri, 19 Sep 2014 16:03:07 +0200 Subject: gbproxy: Rename the field 'enabled_tllis' to 'logical_links' This field in struct gbproxy_patch_state has involved and holds a list of all tracked logical links now. Thus the name is modified accordingly. Sponsored-by: On-Waves ehf --- openbsc/src/gprs/gb_proxy_peer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/gprs/gb_proxy_peer.c') diff --git a/openbsc/src/gprs/gb_proxy_peer.c b/openbsc/src/gprs/gb_proxy_peer.c index 8f9066567..ce6690e5b 100644 --- a/openbsc/src/gprs/gb_proxy_peer.c +++ b/openbsc/src/gprs/gb_proxy_peer.c @@ -163,7 +163,7 @@ struct gbproxy_peer *gbproxy_peer_alloc(struct gbproxy_config *cfg, uint16_t bvc llist_add(&peer->list, &cfg->bts_peers); - INIT_LLIST_HEAD(&peer->patch_state.enabled_tllis); + INIT_LLIST_HEAD(&peer->patch_state.logical_links); return peer; } -- cgit v1.2.3