d
This commit is contained in:
114
config/param/ims_param_config.yaml
Normal file
114
config/param/ims_param_config.yaml
Normal file
@@ -0,0 +1,114 @@
|
||||
ims:
|
||||
system:
|
||||
display: "System"
|
||||
list:
|
||||
- name: "label"
|
||||
type: "string"
|
||||
value: "ims-core"
|
||||
access: "read-write"
|
||||
filter: ''
|
||||
display: "label"
|
||||
comment: ""
|
||||
- name: "hplmnMCC"
|
||||
type: "string"
|
||||
value: "460"
|
||||
access: "read-write"
|
||||
filter: ''
|
||||
display: "HPLMN MCC"
|
||||
comment: ""
|
||||
- name: "hplmnMNC"
|
||||
type: "string"
|
||||
value: "00"
|
||||
access: "read-write"
|
||||
filter: ''
|
||||
display: "HPLMN MNC"
|
||||
comment: ""
|
||||
- name: "serviceIP"
|
||||
type: "ipv4"
|
||||
value: "172.16.5.110"
|
||||
access: "read-write"
|
||||
filter: ''
|
||||
display: "Service IP"
|
||||
comment: ""
|
||||
- name: "serviceIPv6"
|
||||
type: "ipv6"
|
||||
value: ""
|
||||
access: "read-write"
|
||||
filter: ''
|
||||
display: "Service IPv6"
|
||||
comment: ""
|
||||
- name: "domainName1"
|
||||
type: "string"
|
||||
value: "ims.mnc000.mcc460.3gppnetwork.org"
|
||||
access: "read-write"
|
||||
filter: ''
|
||||
display: "Domain Name 1"
|
||||
comment: ""
|
||||
- name: "domainName2"
|
||||
type: "string"
|
||||
value: ""
|
||||
access: "read-write"
|
||||
filter: ''
|
||||
display: "Domain Name 2"
|
||||
comment: ""
|
||||
- name: "domainName3"
|
||||
type: "string"
|
||||
value: ""
|
||||
access: "read-write"
|
||||
filter: ''
|
||||
display: "Domain Name 3"
|
||||
comment: ""
|
||||
- name: "domainName4"
|
||||
type: "string"
|
||||
value: ""
|
||||
access: "read-write"
|
||||
filter: ''
|
||||
display: "Domain Name 4"
|
||||
comment: ""
|
||||
- name: "multiDomainInd"
|
||||
type: "bool"
|
||||
value: 'false'
|
||||
access: "read-write"
|
||||
filter: 'false;true;'
|
||||
display: "MultiDomain Indicator"
|
||||
comment: ""
|
||||
- name: "transcodeInd"
|
||||
type: "bool"
|
||||
value: 'false'
|
||||
access: "read-write"
|
||||
filter: 'false;true;'
|
||||
display: "Transcode Indicator"
|
||||
comment: ""
|
||||
- name: "multiIPStackInd"
|
||||
type: "bool"
|
||||
value: 'false'
|
||||
access: "read-write"
|
||||
filter: 'false;true;'
|
||||
display: "MultiIPStack Indicator"
|
||||
comment: ""
|
||||
- name: "registerTimer"
|
||||
type: "int"
|
||||
value: "7200"
|
||||
access: "read-only"
|
||||
filter: '120-1000000'
|
||||
display: "Register Timer"
|
||||
comment: "1~8"
|
||||
- name: "dispatchSystemInd"
|
||||
type: "bool"
|
||||
value: 'false'
|
||||
access: "read-write"
|
||||
filter: 'false;true;'
|
||||
display: "Dispatch System Indicator"
|
||||
comment: ""
|
||||
- name: "dispatchSystemIP"
|
||||
type: "ipv4"
|
||||
value: ""
|
||||
access: "read-write"
|
||||
filter: ''
|
||||
display: "Dispatch System IP"
|
||||
comment: ""
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -72,4 +72,7 @@ ALTER TABLE `omc_db`.`u_auth_user` ENGINE = InnoDB;
|
||||
ALTER TABLE `omc_db`.`u_sub_user` ENGINE = InnoDB;
|
||||
|
||||
INSERT IGNORE INTO `omc_db`.`config` (`module_name`, `config_tag`, `title_json`, `value`, `value_json`, `comment`)
|
||||
VALUES ('System', 'logo', '{\"cn\":\"系统LOGO\",\"en\":\"System LOGO\"}', 'logo30.png', '', '');
|
||||
VALUES ('System', 'logo', '{\"cn\":\"系统LOGO\",\"en\":\"System LOGO\"}', 'logo30.png', '', '');
|
||||
|
||||
ALTER TABLE `omc_db`.`security_log`
|
||||
MODIFY COLUMN `id` int(10) NOT NULL AUTO_INCREMENT FIRST;
|
||||
Reference in New Issue
Block a user