@linuxmaniac commented on this pull request.
In utils/kamctl/mysql/ims_usrloc_pcscf-create.sql:
> + `protocol` INT(10) DEFAULT NULL, + `mode` VARCHAR(10) DEFAULT NULL, + `ck` VARCHAR(100) DEFAULT NULL, + `ik` VARCHAR(100) DEFAULT NULL, + `ealg` VARCHAR(20) DEFAULT NULL, + `ialg` VARCHAR(20) DEFAULT NULL, + `port_pc` INT(11) UNSIGNED DEFAULT NULL, + `port_ps` INT(11) UNSIGNED DEFAULT NULL, + `port_uc` INT(11) UNSIGNED DEFAULT NULL, + `port_us` INT(11) UNSIGNED DEFAULT NULL, + `spi_pc` INT(11) UNSIGNED DEFAULT NULL, + `spi_ps` INT(11) UNSIGNED DEFAULT NULL, + `spi_uc` INT(11) UNSIGNED DEFAULT NULL, + `spi_us` INT(11) UNSIGNED DEFAULT NULL, + `t_security_type` INT(11) DEFAULT NULL, + `t_protocol` INT(10) DEFAULT NULL,
yes, copy paste error from my side. Thanks!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.