update at 2023/08/14
This commit is contained in:
96
config/backup/udm_param_subsSmfSelection_config.json
Normal file
96
config/backup/udm_param_subsSmfSelection_config.json
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"array": [
|
||||
{
|
||||
"name": "index",
|
||||
"type": "int",
|
||||
"value": "0",
|
||||
"access": "read-write",
|
||||
"filter": "0~15",
|
||||
"display": "Index",
|
||||
"comment": "0~15"
|
||||
},
|
||||
{
|
||||
"name": "name",
|
||||
"type": "string",
|
||||
"value": "def_ambr",
|
||||
"access": "read-write",
|
||||
"filter": "^.{1,32}$",
|
||||
"display": "Name",
|
||||
"comment": "0~32"
|
||||
},
|
||||
{
|
||||
"name": "snssai",
|
||||
"type": "string",
|
||||
"value": "1-000001",
|
||||
"access": "read-write",
|
||||
"filter": "^\\d{1,3}[A-Fa-f0-9]{6}$",
|
||||
"display": "Snssai",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"name": "dnnList",
|
||||
"type": "int",
|
||||
"value": "0",
|
||||
"access": "read-write",
|
||||
"filter": "0~3",
|
||||
"display": "Dnn List",
|
||||
"comment": "",
|
||||
"array": [
|
||||
{
|
||||
"name": "index",
|
||||
"type": "int",
|
||||
"value": "0",
|
||||
"access": "read-write",
|
||||
"filter": "0~15",
|
||||
"display": "index",
|
||||
"comment": "0~15"
|
||||
},
|
||||
{
|
||||
"name": "dnn",
|
||||
"type": "string",
|
||||
"value": "cmnet",
|
||||
"access": "read-write",
|
||||
"filter": "^.{1,32}$",
|
||||
"display": "Dnn",
|
||||
"comment": "0~32"
|
||||
},
|
||||
{
|
||||
"name": "defaultDnnInd",
|
||||
"type": "bool",
|
||||
"value": "true",
|
||||
"access": "read-write",
|
||||
"filter": "false;true;",
|
||||
"display": "default Dnn Indicator",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"name": "lboRoamingAllowed",
|
||||
"type": "bool",
|
||||
"value": "false",
|
||||
"access": "read-write",
|
||||
"filter": "{0\": \"false\", \"1\": \"true\"}",
|
||||
"display": "LBO Roaming Allowed",
|
||||
"comment": "LBO Roaming Allowed"
|
||||
},
|
||||
{
|
||||
"name": "iwkEpsInd",
|
||||
"type": "bool",
|
||||
"value": "false",
|
||||
"access": "read-write",
|
||||
"filter": "{\"0\": \"false\", \"1\": \"true\"}",
|
||||
"display": "Iwk EPS Ind",
|
||||
"comment": "Iwk EPS Ind"
|
||||
},
|
||||
{
|
||||
"name": "ladnIndicator",
|
||||
"type": "bool",
|
||||
"value": "false",
|
||||
"access": "read-write",
|
||||
"filter": "{\"0\": \"false\", \"1\": \"true\"}",
|
||||
"display": "LADN Indicator",
|
||||
"comment": "LADN Indicator"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user