How to check the UE information in Web Console

Hi,

I’ve been using free5gc v3.0.4 and stage 3

I have registered new UE information in Subscribers of Web Console.
When I clicked on “Modify” to check the registered values, the input form showed the default values.

For example, I newly registered “SUPI (IMSI):208930100001112”, and after a while, when I click “Modify”, “208930000000003” is displayed.

Is this registered correctly?

When I connect to mongodb and “.find()” some collections, the newly registered UE information “208930100001112” is hit properly.

Thanks

I think it’s a bug on web console. The web seems to not fetch data from DB when modify.

The information in DB is the final information and UDM will get the data from mongodb.

If it possible, maybe the community can help to resolve the bug and PR to web console. :smiley:

Hi calee,
Thank you for your reply.
I hope so too!