aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-12-08 01:28:35 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-12-08 01:38:58 +0100
commit1db9a0bc5de21d36cc42b5fd5f26f11a3e1d1329 (patch)
treea115ada18f2322c41a5834fd58d04a748bf44592
parent3dd83022d87d57cb61b4088023acb9cd624b2ee8 (diff)
comment fix in vlr_subscriber
-rw-r--r--openbsc/include/openbsc/vlr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/vlr.h b/openbsc/include/openbsc/vlr.h
index 3aded6dc8..c63b67a98 100644
--- a/openbsc/include/openbsc/vlr.h
+++ b/openbsc/include/openbsc/vlr.h
@@ -133,7 +133,7 @@ struct vlr_subscriber {
uint8_t sac;
struct gprs_mm_ctx *mmctx;
} ps;
- /* VLR specific parts */
+ /* CS (NITB/CSCN) specific parts */
struct {
/* pending requests */
int is_paging;