aboutsummaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-05-05 21:03:03 +0200
committerHarald Welte <laforge@gnumonks.org>2016-05-05 21:03:03 +0200
commitb18f0e04f3294821a4ef57a926a3ba07c5e5103c (patch)
tree04b347ae67c43c6fe1b9a3975903d89f4a248dfc /sql
parent999092790caa2c41803a447389a717ac2b9ef745 (diff)
implement PURGE-MS from VLR/SGSN to HLR
Using this procedure, the VLR/SGSN can set the cs/ps purged flag for the subscriber. We might not even need to store this persistent in the database according to spec, but let's do it anyway, at least until it turns out to be a performance issue.
Diffstat (limited to 'sql')
-rw-r--r--sql/hlr.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/hlr.sql b/sql/hlr.sql
index 9b8156e..041b42b 100644
--- a/sql/hlr.sql
+++ b/sql/hlr.sql
@@ -32,6 +32,8 @@ CREATE TABLE subscriber (
-- Chapter 2.1.8
lmsi INTEGER,
+ -- The below purged flags might not even be stored non-volatile,
+ -- refer to TS 23.012 Chapter 3.6.1.4
-- Chapter 2.7.5
ms_purged_cs BOOLEAN NOT NULL DEFAULT 0,
-- Chapter 2.7.6