aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2021-02-15 02:10:57 +0100
committerlaforge <laforge@osmocom.org>2021-02-15 10:40:54 +0000
commite052c411e2761389290f16bf069267d6d6f1e7c4 (patch)
treedee311070fd82334207219814f614f5a7f88d53d /src
parent094226866b0ddc57cd6dd30504d85943a03758d5 (diff)
gprs_ns2: fix comment of alive NS-VC
There is no active NS-VCs only alive or dead. Change-Id: Idb5d2ae4a99a472e38601ff841b8046ecf89d1bc
Diffstat (limited to 'src')
-rw-r--r--src/gb/gprs_ns2_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gb/gprs_ns2_internal.h b/src/gb/gprs_ns2_internal.h
index 88e352a1..d4764f65 100644
--- a/src/gb/gprs_ns2_internal.h
+++ b/src/gb/gprs_ns2_internal.h
@@ -174,10 +174,10 @@ struct gprs_ns2_nse {
struct osmo_fsm_inst *bss_sns_fi;
- /*! sum of all the data weight of _active_ NS-VCs */
+ /*! sum of all the data weight of _alive_ NS-VCs */
uint32_t sum_data_weight;
- /*! sum of all the signalling weight of _active_ NS-VCs */
+ /*! sum of all the signalling weight of _alive_ NS-VCs */
uint32_t sum_sig_weight;
};