[HSS/PCF] Store IMEISV instead of IMEI (#1464)

This commit is contained in:
Sukchan Lee 2022-04-02 00:46:05 +09:00
parent 8f603e2049
commit 3121d183f0
10 changed files with 78 additions and 25 deletions

View file

@ -12,7 +12,7 @@ const Profile = new Schema({
title: { $type: String, required: true },
msisdn: [ String ],
imei: [ String ],
imeisv: [ String ],
security: {
k: String,

View file

@ -12,7 +12,7 @@ const Subscriber = new Schema({
imsi: { $type: String, unique: true, required: true },
msisdn: [ String ],
imei: [ String ],
imeisv: [ String ],
security: {
k: String,