aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/ipaccess.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-04-23 16:37:58 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-04-26 09:35:31 +0200
commit2a9eeaa588a2a3b63fadd94d6760879b44b14af5 (patch)
tree01f17a3af3a045f8af2a67fc9537abf022ff92fd /openbsc/include/openbsc/ipaccess.h
parenta78b6026c95b7db80d71efa039eb3eecd626aec9 (diff)
bsc: Allow the NAT to query the list of LACs
Right now the code assumes that any request coming from the NAT is a query and the code responds to with a list of configured LACs.
Diffstat (limited to 'openbsc/include/openbsc/ipaccess.h')
-rw-r--r--openbsc/include/openbsc/ipaccess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/ipaccess.h b/openbsc/include/openbsc/ipaccess.h
index dc5172cc9..388ad643a 100644
--- a/openbsc/include/openbsc/ipaccess.h
+++ b/openbsc/include/openbsc/ipaccess.h
@@ -69,7 +69,7 @@ struct ipac_msgt_sccp_state {
} __attribute__((packed));
/*
- * @add_remove 0 for remove, 1 for add
+ * @add_remove 0 for remove, 1 for add, 3 to asK
* @nr_lacs Number of extra lacs inside this package
* @lac One lac entry
*/