aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-12-17 16:48:59 +0100
committerMax <msuraev@sysmocom.de>2018-12-18 17:57:27 +0000
commit4776b0526cb85e9ff67f4c54f04168a0591872ea (patch)
tree30653b2209a27939ca72cc1d66f5a02e76191503
parentc4e4fa762cf3415f6cc3bf5926f03f5dd9797ab7 (diff)
VLR: drop unused struct members
-rw-r--r--include/osmocom/msc/vlr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/osmocom/msc/vlr.h b/include/osmocom/msc/vlr.h
index 68e0759d6..2f31063a6 100644
--- a/include/osmocom/msc/vlr.h
+++ b/include/osmocom/msc/vlr.h
@@ -171,9 +171,6 @@ struct vlr_subscr {
/* PS (SGSN) specific parts */
struct {
struct llist_head pdp_list;
- uint8_t rac;
- uint8_t sac;
- struct gprs_mm_ctx *mmctx;
} ps;
/* CS (NITB/CSCN) specific parts */
struct {