aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-03-02 18:50:40 +0100
committerlaforge <laforge@osmocom.org>2021-03-04 09:09:13 +0000
commit04647e169ea7c2561fc6ec87b42258efcb1330b1 (patch)
tree92d72e500a9b6fc846d868c413cf199f0b1da8d7
parent3255668afb8c0f3bcf028a711176b00540d97eb2 (diff)
cosmetic: ssn: some more comments
-rw-r--r--src/gb/gprs_ns2_sns.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gb/gprs_ns2_sns.c b/src/gb/gprs_ns2_sns.c
index a82da953..698f60ac 100644
--- a/src/gb/gprs_ns2_sns.c
+++ b/src/gb/gprs_ns2_sns.c
@@ -79,10 +79,10 @@ enum gprs_sns_event {
GPRS_SNS_EV_RX_ADD,
GPRS_SNS_EV_RX_DELETE,
GPRS_SNS_EV_RX_CHANGE_WEIGHT,
- GPRS_SNS_EV_REQ_NO_NSVC,
+ GPRS_SNS_EV_REQ_NO_NSVC, /*!< no more NS-VC remaining (all dead) */
GPRS_SNS_EV_REQ_NSVC_ALIVE, /*!< a NS-VC became alive */
- GPRS_SNS_EV_REQ_ADD_BIND,
- GPRS_SNS_EV_REQ_DELETE_BIND,
+ GPRS_SNS_EV_REQ_ADD_BIND, /*!< add a new local bind to this NSE */
+ GPRS_SNS_EV_REQ_DELETE_BIND, /*!< remove a local bind from this NSE */
};
static const struct value_string gprs_sns_event_names[] = {