aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
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 /include/osmocom
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 'include/osmocom')
-rw-r--r--include/osmocom/sgsn/gb_proxy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osmocom/sgsn/gb_proxy.h b/include/osmocom/sgsn/gb_proxy.h
index 818ab9de5..27b47cf8e 100644
--- a/include/osmocom/sgsn/gb_proxy.h
+++ b/include/osmocom/sgsn/gb_proxy.h
@@ -101,8 +101,8 @@ struct gbproxy_config {
/* NS instance of libosmogb */
struct gprs_ns2_inst *nsi;
- /* Linked list of all Gb peers (except SGSN) */
- struct llist_head nses;
+ /* Linked list of all BSS side Gb peers */
+ struct llist_head bss_nses;
/* Counter */
struct rate_ctr_group *ctrg;
@@ -175,7 +175,7 @@ struct gbproxy_bvc {
/* one NS Entity that we interact with (BSS/PCU) */
struct gbproxy_nse {
- /* linked to gbproxy_config.nses */
+ /* linked to gbproxy_config.bss_nses */
struct llist_head list;
/* point back to the config */