aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_ns2.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-03-05 08:09:08 +0100
committerHarald Welte <laforge@osmocom.org>2021-03-24 00:30:23 +0100
commitc962a2efc3ab30f9efc4219bebbae4a662ed0ec4 (patch)
tree696915daef2a8ef4aa47593d8cf7fe263097aa96 /src/gb/gprs_ns2.c
parentd164ef80f93eb36ba35c20015148188a7b4cf1b3 (diff)
gprs_ns2: Add comments explaining the nsvc->sns_only field
Diffstat (limited to 'src/gb/gprs_ns2.c')
-rw-r--r--src/gb/gprs_ns2.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gb/gprs_ns2.c b/src/gb/gprs_ns2.c
index 4d27333a..3574f28c 100644
--- a/src/gb/gprs_ns2.c
+++ b/src/gb/gprs_ns2.c
@@ -1422,6 +1422,9 @@ void gprs_ns2_start_alive_all_nsvcs(struct gprs_ns2_nse *nse)
OSMO_ASSERT(nse);
llist_for_each_entry(nsvc, &nse->nsvc, list) {
+ /* A pre-configured endpoint shall not be used for NSE data or signalling traffic
+ * (with the exception of Size and Configuration procedures) unless it is
+ * configured by the SGSN using the auto-configuration procedures */
if (nsvc->sns_only)
continue;