We confirmed Static IP support on the 5G Core side.
WebUI does not have the process to register Static IP in MongoDB.
I confirmed this by setting a Static IP directly on MongoDB.
Do you know the WebUI support schedule and details?
We confirmed Static IP support on the 5G Core side.
WebUI does not have the process to register Static IP in MongoDB.
I confirmed this by setting a Static IP directly on MongoDB.
Do you know the WebUI support schedule and details?
solved it by myself.
diff --git a/frontend/src/metadata/index.js b/frontend/src/metadata/index.js
index 52b2a0c…32bbce3 100644
— a/frontend/src/metadata/index.js
+++ b/frontend/src/metadata/index.js
@@ -191,6 +191,10 @@ let subModalSchema = {
maximum: 255,
title: “Default 5QI”
},
staticIP: {
type: "string",
title: "Static IP Address",
},
flowRules: {
type: "array",
items: { $ref: "#/definitions/FlowInformation" },