aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-12-04 23:58:20 +0100
committerHarald Welte <laforge@osmocom.org>2020-12-05 12:08:10 +0100
commit0e1b791c818181f5b95aa55d71d6b2469fb95475 (patch)
treec0e1deac820be8d7c22820f20d24e9936cf84cda /tests
parent8cd74407ab4269736296d1cc9bbbf68940d343a7 (diff)
gbproxy: Rename gbproxy_cfg.nses to gbproxy_cfg.bss_nses
We will soon also have a list of sgsn-side NSEs, and we need to differentiate those. Change-Id: If5accec0c70c01b88927ea07beba6f6488bd9d5a Related: OS#4472
Diffstat (limited to 'tests')
-rw-r--r--tests/gbproxy/gbproxy_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gbproxy/gbproxy_test.c b/tests/gbproxy/gbproxy_test.c
index 873319ba5..553808964 100644
--- a/tests/gbproxy/gbproxy_test.c
+++ b/tests/gbproxy/gbproxy_test.c
@@ -129,7 +129,7 @@ static int dump_peers(FILE *stream, int indent, time_t now,
return rc;
- llist_for_each_entry(nse, &cfg->nses, list) {
+ llist_for_each_entry(nse, &cfg->bss_nses, list) {
struct gbproxy_bvc *peer;
llist_for_each_entry(peer, &nse->bvcs, list) {
struct gbproxy_link_info *link_info;