This is a bit vague again...
I have found across our sites several entries with a value of Inf for
IMSI on a create-on-demand subscriber:
For example:
sqlite> select * from Subscriber where id=284054;
284054|2017-03-08 21:19:40|2017-03-08 21:19:40|Inf||20649|0||0|
I also have some Inf values for IMEI in Equipment:
sqlite> select id,created,imei from Equipment where id = 95108;
95108|2014-03-13 03:18:06|Inf
Not a big deal for operations, just thought I'd mention it as I noticed
while restoring backups, (sqlite3 doesn't like to reimport the Inf value
it writes itself with .dump)
Show replies by date