mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 03:19:31 +00:00
[HSS/PCF] Store IMEISV instead of IMEI (#1464)
This commit is contained in:
parent
8f603e2049
commit
3121d183f0
10 changed files with 78 additions and 25 deletions
|
|
@ -12,7 +12,7 @@ const Profile = new Schema({
|
|||
title: { $type: String, required: true },
|
||||
|
||||
msisdn: [ String ],
|
||||
imei: [ String ],
|
||||
imeisv: [ String ],
|
||||
|
||||
security: {
|
||||
k: String,
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ const Subscriber = new Schema({
|
|||
imsi: { $type: String, unique: true, required: true },
|
||||
|
||||
msisdn: [ String ],
|
||||
imei: [ String ],
|
||||
imeisv: [ String ],
|
||||
|
||||
security: {
|
||||
k: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue