/*M!999999\- enable the sandbox mode */ -- MariaDB dump 10.19 Distrib 10.6.21-MariaDB, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: OBJ_394 -- ------------------------------------------------------ -- Server version 10.6.21-MariaDB-0ubuntu0.22.04.2 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Current Database: `OBJ_394` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `OBJ_394` /*!40100 DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci */; USE `OBJ_394`; -- -- Table structure for table `paramConf` -- DROP TABLE IF EXISTS `paramConf`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `paramConf` ( `name_1` varchar(64) NOT NULL, `name_2` varchar(64) NOT NULL, `desc_1` varchar(255) NOT NULL DEFAULT '', `desc_2` varchar(255) NOT NULL DEFAULT '', `maxAccess` tinyint(1) NOT NULL DEFAULT 0, `operType` tinyint(1) NOT NULL DEFAULT 0, `valueType` smallint(6) NOT NULL DEFAULT 0, `initValue` varchar(255) NOT NULL DEFAULT '', `minValue` varchar(255) NOT NULL DEFAULT '', `maxValue` varchar(255) NOT NULL DEFAULT '', `setTemplate_1` text DEFAULT NULL, `setTemplate_2` text DEFAULT NULL, `note_1` text DEFAULT NULL, `note_2` text DEFAULT NULL, `level_1` int(5) NOT NULL DEFAULT 0, `level_2` int(5) NOT NULL DEFAULT 0, `level_3` int(5) NOT NULL DEFAULT 0, `level_4` int(5) NOT NULL DEFAULT 0, `level_5` int(5) NOT NULL DEFAULT 0, `level_6` int(5) NOT NULL DEFAULT 0, `level_7` int(5) NOT NULL DEFAULT 0, `level_8` int(5) NOT NULL DEFAULT 0, `level_9` int(5) NOT NULL DEFAULT 0, `level_10` int(5) NOT NULL DEFAULT 0, KEY `level_1` (`level_1`), KEY `level_2` (`level_2`), KEY `level_3` (`level_3`), KEY `level_4` (`level_4`), KEY `level_5` (`level_5`), KEY `level_6` (`level_6`), KEY `level_7` (`level_7`), KEY `level_8` (`level_8`), KEY `level_9` (`level_9`), KEY `level_10` (`level_10`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `paramConf` -- LOCK TABLES `paramConf` WRITE; /*!40000 ALTER TABLE `paramConf` DISABLE KEYS */; INSERT INTO `paramConf` VALUES ('parameter','parameter','','',0,2,0,'','','',NULL,NULL,NULL,NULL,2,0,0,0,0,0,0,0,0,0); INSERT INTO `paramConf` VALUES ('mMSCenterIP','mMSCenterIP','','',0,2,0,'','','',NULL,NULL,NULL,NULL,2,2,0,0,0,0,0,0,0,0); INSERT INTO `paramConf` VALUES ('mMSCenterIPTable','mMSCenterIPTable','','',21,0,0,'','','',NULL,NULL,NULL,NULL,2,2,1,0,0,0,0,0,0,0); INSERT INTO `paramConf` VALUES ('mMSCenterIPEntry','mMSCenterIPEntry','Table Parameter, level:1','Table Parameter, level:1',21,0,22050,'','','','mciIndex','mciIndex',NULL,NULL,2,2,1,1,0,0,0,0,0,0); INSERT INTO `paramConf` VALUES ('mciRowStatus','mciRowStatus','Key Parameter;','Key Parameter;',19,1,3,'','','','active=1;notInService=2;notReady=3;createAndGo=4;createAndWait=5;destroy=6','active=1;notInService=2;notReady=3;createAndGo=4;createAndWait=5;destroy=6',NULL,NULL,2,2,1,1,4,0,0,0,0,0); INSERT INTO `paramConf` VALUES ('mciAllowIP','mciAllowIP','Key Parameter;Name:MMSC IP;','Key Parameter;Name:MMSC IP;',19,2,5,'','','',NULL,NULL,'IP address of the specific MMS center.','IP address of the specific MMS center.',2,2,1,1,3,0,0,0,0,0); INSERT INTO `paramConf` VALUES ('mciFlag','mciFlag','Key Parameter;Name:Flag;','Key Parameter;Name:Flag;',19,1,3,'','','','disable=0;enable=1','disable=0;enable=1','Enable or disable the connection to the specific MMS center.','Enable or disable the connection to the specific MMS center.',2,2,1,1,2,0,0,0,0,0); INSERT INTO `paramConf` VALUES ('mciIndex','mciIndex','Key Parameter;Name:Index;','Key Parameter;Name:Index;',48,2,3,'','0','7',NULL,NULL,'MMSC (MMS Center) index number ranges from 0 to 7.','MMSC (MMS Center) index number ranges from 0 to 7.',2,2,1,1,1,0,0,0,0,0); INSERT INTO `paramConf` VALUES ('system','system','','',0,2,0,'','','',NULL,NULL,NULL,NULL,2,1,0,0,0,0,0,0,0,0); INSERT INTO `paramConf` VALUES ('nasPassword1','nasPassword1','Name:NAS 1 Password;','Name:NAS 1 Password;',19,2,2,'','0','127',NULL,NULL,'Password used between MCA and PPS-1. It corresponds with the setting in PPS > Service Control > RADIUS GGSN.','Password used between MCA and PPS-1. It corresponds with the setting in PPS > Service Control > RADIUS GGSN.',2,1,7,0,0,0,0,0,0,0); INSERT INTO `paramConf` VALUES ('nasKey1','nasKey1','Name:NAS 1 Key;','Name:NAS 1 Key;',19,2,2,'','0','127',NULL,NULL,'Cryptographic key used between MCA and PPS-1. It corresponds with the setting in PPS > Service Control > RADIUS GGSN.','Cryptographic key used between MCA and PPS-1. It corresponds with the setting in PPS > Service Control > RADIUS GGSN.',2,1,6,0,0,0,0,0,0,0); INSERT INTO `paramConf` VALUES ('nasIP1','nasIP1','Name:NAS 1 IP;','Name:NAS 1 IP;',19,2,5,'','','',NULL,NULL,'IP address of PPS-1. Set 0.0.0.0 to ignore NAS 1.','IP address of PPS-1. Set 0.0.0.0 to ignore NAS 1.',2,1,5,0,0,0,0,0,0,0); INSERT INTO `paramConf` VALUES ('nasPassword0','nasPassword0','Name:NAS 0 Password;','Name:NAS 0 Password;',19,2,2,'','0','127',NULL,NULL,'Password used between MCA and PPS-0. It corresponds with the setting in PPS > Service Control > RADIUS GGSN.','Password used between MCA and PPS-0. It corresponds with the setting in PPS > Service Control > RADIUS GGSN.',2,1,4,0,0,0,0,0,0,0); INSERT INTO `paramConf` VALUES ('nasKey0','nasKey0','Name:NAS 0 Key;','Name:NAS 0 Key;',19,2,2,'','0','127',NULL,NULL,'Cryptographic key used between MCA and PPS-0. It corresponds with the setting in PPS > Service Control > RADIUS GGSN.','Cryptographic key used between MCA and PPS-0. It corresponds with the setting in PPS > Service Control > RADIUS GGSN.',2,1,3,0,0,0,0,0,0,0); INSERT INTO `paramConf` VALUES ('nasIP0','nasIP0','Name:NAS 0 IP;','Name:NAS 0 IP;',19,2,5,'','','',NULL,NULL,'IP address of the PPS-0.','IP address of the PPS-0.',2,1,2,0,0,0,0,0,0,0); INSERT INTO `paramConf` VALUES ('localIP','localIP','Name:MCA IP;','Name:MCA IP;',19,2,5,'','','',NULL,NULL,'IP address of the MCA (MMS Charging Agent).','IP address of the MCA (MMS Charging Agent).',2,1,1,0,0,0,0,0,0,0); INSERT INTO `paramConf` VALUES ('heartbeat','heartbeat','','',18,3,2,'','0','255',NULL,NULL,NULL,NULL,1,0,0,0,0,0,0,0,0,0); /*!40000 ALTER TABLE `paramConf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `param_0` -- DROP TABLE IF EXISTS `param_0`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `param_0` ( `level_1` int(5) unsigned NOT NULL DEFAULT 0, `level_2` int(5) unsigned NOT NULL DEFAULT 0, `level_3` int(5) unsigned NOT NULL DEFAULT 0, `level_4` int(5) unsigned NOT NULL DEFAULT 0, `level_5` int(5) unsigned NOT NULL DEFAULT 0, `level_6` int(5) unsigned NOT NULL DEFAULT 0, `level_7` int(5) unsigned NOT NULL DEFAULT 0, `level_8` int(5) unsigned NOT NULL DEFAULT 0, `level_9` int(5) unsigned NOT NULL DEFAULT 0, `level_10` int(5) unsigned NOT NULL DEFAULT 0, `instanceNo` varchar(32) NOT NULL DEFAULT '0', `initValue` varchar(255) NOT NULL, `readValue` varchar(255) NOT NULL, UNIQUE KEY `keyList` (`level_1`,`level_2`,`level_3`,`level_4`,`level_5`,`level_6`,`level_7`,`level_8`,`level_9`,`level_10`,`instanceNo`), KEY `level_1` (`level_1`), KEY `level_2` (`level_2`), KEY `level_3` (`level_3`), KEY `level_4` (`level_4`), KEY `level_5` (`level_5`), KEY `level_6` (`level_6`), KEY `level_7` (`level_7`), KEY `level_8` (`level_8`), KEY `level_9` (`level_9`), KEY `level_10` (`level_10`), KEY `instanceNo` (`instanceNo`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `param_0` -- LOCK TABLES `param_0` WRITE; /*!40000 ALTER TABLE `param_0` DISABLE KEYS */; /*!40000 ALTER TABLE `param_0` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `param_1` -- DROP TABLE IF EXISTS `param_1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `param_1` ( `level_1` int(5) unsigned NOT NULL DEFAULT 0, `level_2` int(5) unsigned NOT NULL DEFAULT 0, `level_3` int(5) unsigned NOT NULL DEFAULT 0, `level_4` int(5) unsigned NOT NULL DEFAULT 0, `level_5` int(5) unsigned NOT NULL DEFAULT 0, `level_6` int(5) unsigned NOT NULL DEFAULT 0, `level_7` int(5) unsigned NOT NULL DEFAULT 0, `level_8` int(5) unsigned NOT NULL DEFAULT 0, `level_9` int(5) unsigned NOT NULL DEFAULT 0, `level_10` int(5) unsigned NOT NULL DEFAULT 0, `instanceNo` varchar(32) NOT NULL DEFAULT '0', `initValue` varchar(255) NOT NULL, `readValue` varchar(255) NOT NULL, UNIQUE KEY `keyList` (`level_1`,`level_2`,`level_3`,`level_4`,`level_5`,`level_6`,`level_7`,`level_8`,`level_9`,`level_10`,`instanceNo`), KEY `level_1` (`level_1`), KEY `level_2` (`level_2`), KEY `level_3` (`level_3`), KEY `level_4` (`level_4`), KEY `level_5` (`level_5`), KEY `level_6` (`level_6`), KEY `level_7` (`level_7`), KEY `level_8` (`level_8`), KEY `level_9` (`level_9`), KEY `level_10` (`level_10`), KEY `instanceNo` (`instanceNo`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `param_1` -- LOCK TABLES `param_1` WRITE; /*!40000 ALTER TABLE `param_1` DISABLE KEYS */; /*!40000 ALTER TABLE `param_1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `param_99` -- DROP TABLE IF EXISTS `param_99`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `param_99` ( `level_1` int(5) unsigned NOT NULL DEFAULT 0, `level_2` int(5) unsigned NOT NULL DEFAULT 0, `level_3` int(5) unsigned NOT NULL DEFAULT 0, `level_4` int(5) unsigned NOT NULL DEFAULT 0, `level_5` int(5) unsigned NOT NULL DEFAULT 0, `level_6` int(5) unsigned NOT NULL DEFAULT 0, `level_7` int(5) unsigned NOT NULL DEFAULT 0, `level_8` int(5) unsigned NOT NULL DEFAULT 0, `level_9` int(5) unsigned NOT NULL DEFAULT 0, `level_10` int(5) unsigned NOT NULL DEFAULT 0, `instanceNo` varchar(32) NOT NULL DEFAULT '0', `initValue` varchar(255) NOT NULL, `readValue` varchar(255) NOT NULL, UNIQUE KEY `keyList` (`level_1`,`level_2`,`level_3`,`level_4`,`level_5`,`level_6`,`level_7`,`level_8`,`level_9`,`level_10`,`instanceNo`), KEY `level_1` (`level_1`), KEY `level_2` (`level_2`), KEY `level_3` (`level_3`), KEY `level_4` (`level_4`), KEY `level_5` (`level_5`), KEY `level_6` (`level_6`), KEY `level_7` (`level_7`), KEY `level_8` (`level_8`), KEY `level_9` (`level_9`), KEY `level_10` (`level_10`), KEY `instanceNo` (`instanceNo`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `param_99` -- LOCK TABLES `param_99` WRITE; /*!40000 ALTER TABLE `param_99` DISABLE KEYS */; INSERT INTO `param_99` VALUES (2,1,1,0,0,0,0,0,0,0,'0000','172.25.196.100','172.25.196.100'); INSERT INTO `param_99` VALUES (2,1,2,0,0,0,0,0,0,0,'0000','155.226.202.10','155.226.202.10'); INSERT INTO `param_99` VALUES (2,1,3,0,0,0,0,0,0,0,'0000','nowsms','nowsms'); INSERT INTO `param_99` VALUES (2,1,4,0,0,0,0,0,0,0,'0000','nowsms','nowsms'); INSERT INTO `param_99` VALUES (2,1,5,0,0,0,0,0,0,0,'0000','0.0.0.0','0.0.0.0'); INSERT INTO `param_99` VALUES (2,1,6,0,0,0,0,0,0,0,'0000','nowsms','nowsms'); INSERT INTO `param_99` VALUES (2,1,7,0,0,0,0,0,0,0,'0000','nowsms','nowsms'); INSERT INTO `param_99` VALUES (2,2,1,1,4,0,0,0,0,0,'0004','1','1'); INSERT INTO `param_99` VALUES (2,2,1,1,3,0,0,0,0,0,'0004','172.25.196.90','172.25.196.90'); INSERT INTO `param_99` VALUES (2,2,1,1,2,0,0,0,0,0,'0004','1','1'); INSERT INTO `param_99` VALUES (2,2,1,1,1,0,0,0,0,0,'0004','4','4'); INSERT INTO `param_99` VALUES (2,2,1,1,4,0,0,0,0,0,'0002','1','1'); INSERT INTO `param_99` VALUES (2,2,1,1,3,0,0,0,0,0,'0002','155.226.201.35','155.226.201.35'); INSERT INTO `param_99` VALUES (2,2,1,1,2,0,0,0,0,0,'0002','1','1'); INSERT INTO `param_99` VALUES (2,2,1,1,1,0,0,0,0,0,'0002','2','2'); INSERT INTO `param_99` VALUES (2,2,1,1,4,0,0,0,0,0,'0001','1','1'); INSERT INTO `param_99` VALUES (2,2,1,1,3,0,0,0,0,0,'0001','172.25.201.213','172.25.201.213'); INSERT INTO `param_99` VALUES (2,2,1,1,2,0,0,0,0,0,'0001','1','1'); INSERT INTO `param_99` VALUES (2,2,1,1,1,0,0,0,0,0,'0001','1','1'); INSERT INTO `param_99` VALUES (2,2,1,1,4,0,0,0,0,0,'0000','1','1'); INSERT INTO `param_99` VALUES (2,2,1,1,3,0,0,0,0,0,'0000','155.226.202.9','155.226.202.9'); INSERT INTO `param_99` VALUES (2,2,1,1,2,0,0,0,0,0,'0000','1','1'); INSERT INTO `param_99` VALUES (2,2,1,1,1,0,0,0,0,0,'0000','0','0'); /*!40000 ALTER TABLE `param_99` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2025-06-17 17:20:21