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.
This commit is contained in:
Harald Welte
2016-05-05 21:03:03 +02:00
parent 999092790c
commit b18f0e04f3
4 changed files with 92 additions and 0 deletions

View File

@@ -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