diff --git a/local/param/udm_param_config.yaml b/local/param/udm_param_config.yaml index 75dfc3eb..d041b4b6 100644 --- a/local/param/udm_param_config.yaml +++ b/local/param/udm_param_config.yaml @@ -24,20 +24,6 @@ udm: filter: "" display: "NRF URI" comment: "" - - name: "ausfIP" - type: "ipv4" - value: "172.16.5.130" - access: "read-write" - filter: "" - display: "AUSF IP" - comment: "" - - name: "fqdn" - type: "string" - value: "omc.com" - access: "read-write" - filter: "" - display: "FQDN" - comment: "" - name: "priority" type: "int" value: "1" @@ -122,6 +108,20 @@ udm: filter: "" display: "Redis Address" comment: "" + - name: "nzEnable" + type: "bool" + value: "false" + access: "read-write" + filter: '{"0":"false", "1":"true"}' + display: "Nz Enable" + comment: "" + - name: "nzListenSync" + type: "string" + value: "192.168.101.94:9905" + access: "read-write" + filter: "" + display: "Nz Listen Sync" + comment: "" subsUEAmbr: display: "Subs UE AMBR" sort: 3 @@ -890,3 +890,46 @@ udm: filter: "^.{1,127}$" display: "Realm" comment: "" + ausfCfg: + display: "AUSF Config" + sort: 29 + list: + - name: "enable" + type: "bool" + value: "false" + access: "read-write" + filter: '{"0":"false", "1":"true"}' + display: "Enable" + comment: "" + - name: "eapAkaSupiImsiPrefix" + type: "bool" + value: "false" + access: "read-write" + filter: '{"0":"false", "1":"true"}' + display: "EapAkaSupiImsiPrefix" + comment: "" + - name: "ausfFqdn" + type: "string" + value: "ausf.5gc.com" + access: "read-write" + filter: '' + display: "AUSF Fqdn" + comment: "" + nzSyncList: + display: "NzSyncList" + sort: 31 + array: + - name: "index" + type: "int" + value: "1" + access: "read-only" + filter: "1~16" + display: "Index" + comment: "" + - name: "ip" + type: "string" + value: "" + access: "read-write" + filter: "1~64" + display: "IP" + comment: "" \ No newline at end of file