aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/hlr/db.h
diff options
context:
space:
mode:
authorKeith <keith@rhizomatica.org>2020-08-31 16:38:32 +0200
committerKeith <keith@rhizomatica.org>2020-08-31 16:42:27 +0200
commitd118efb78918fa15963cf2207acae1a7cc2d6dd2 (patch)
tree464a14a155e7a48e6dbea61e2add96291a2cb8b2 /include/osmocom/hlr/db.h
parented18fa908c0614531c4e08d58377e20c54392dc9 (diff)
osmo-hlr-db-tool: Make import from osmo-nitb less "lossy"
Include the IMEI and the last seen time in an import from an osmo-nitb database. Change-Id: Ic47e549be3551ae43ab6a84228d47ae03e9652a6
Diffstat (limited to 'include/osmocom/hlr/db.h')
-rw-r--r--include/osmocom/hlr/db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/hlr/db.h b/include/osmocom/hlr/db.h
index ca336a0..176a097 100644
--- a/include/osmocom/hlr/db.h
+++ b/include/osmocom/hlr/db.h
@@ -33,6 +33,7 @@ enum stmt_idx {
DB_STMT_SET_LAST_LU_SEEN_PS,
DB_STMT_EXISTS_BY_IMSI,
DB_STMT_EXISTS_BY_MSISDN,
+ DB_STMT_SET_IMPLICIT_LU_BY_IMSI,
_NUM_DB_STMT
};