icscf.sql File Reference


Detailed Description

Interrogating-CSCF Database dump.

Author:
Dragos Vingarzan vingarzan -at- fokus dot fraunhofer dot de

Definition in file icscf.sql.

Go to the source code of this file.

Functions

CREATE TABLE nds_trusted_domains (`id`int(11) NOT NULL auto_increment,`trusted_domain`varchar(83) NOT NULL default '', PRIMARY KEY(`id`)) ENGINE
CREATE TABLE s_cscf (`id`int(11) NOT NULL auto_increment,`name`varchar(83) NOT NULL default '',`s_cscf_uri`varchar(83) NOT NULL default '', PRIMARY KEY(`id`)) ENGINE
CREATE TABLE s_cscf_capabilities (`id`int(11) NOT NULL auto_increment,`id_s_cscf`int(11) NOT NULL default '0',`capability`int(11) NOT NULL default '0', PRIMARY KEY(`id`), KEY`idx_capability`(`capability`), KEY`idx_id_s_cscf`(`id_s_cscf`)) ENGINE
INSERT INTO nds_trusted_domains VALUES (1,'open-ims.test')
INSERT INTO s_cscf VALUES (1,'First and only S-CSCF','sip:scscf.open-ims.test:6060')
INSERT INTO s_cscf_capabilities VALUES (1, 1, 0)

Variables

MySQL dump Host
Current Database
CREATE DATABASE icscf
USE icscf
Table structure for table
nds_trusted_domains DROP TABLE
IF EXISTS 
nds_trusted_domains
Table structure for table
s_cscf DROP TABLE IF EXISTS 
s_cscf
Table structure for table
s_cscf_capabilities DROP TABLE
IF EXISTS 
s_cscf_capabilities
MySQL dump Host
Current Database
USE icscf
Dumping data for table nds_trusted_domains
LOCK TABLES nds_trusted_domains WRITE
UNLOCK TABLES
Dumping data for table s_cscf
LOCK TABLES s_cscf WRITE
UNLOCK TABLES
Dumping data for table s_cscf_capabilities
LOCK TABLES s_cscf_capabilities WRITE
INSERT INTO s_cscf_capabilities
UNLOCK 
TABLES
grant delete
grant insert
grant select
grant update on icscf *to
icscf localhost identified
by 
heslo
grant delete
grant insert
grant select
grant update on icscf *to
provisioning localhost identified
by 
provi


Function Documentation

CREATE TABLE nds_trusted_domains ( `id`int(11) NOT NULL  auto_increment,
`trusted_domain`varchar(83) NOT NULL default ''  ,
PRIMARY   KEY(`id`) 
)

CREATE TABLE s_cscf ( `id`int(11) NOT NULL  auto_increment,
`name`varchar(83) NOT NULL default ''  ,
`s_cscf_uri`varchar(83) NOT NULL default ''  ,
PRIMARY   KEY(`id`) 
)

CREATE TABLE s_cscf_capabilities ( `id`int(11) NOT NULL  auto_increment,
`id_s_cscf`int(11) NOT NULL default '0'  ,
`capability`int(11) NOT NULL default '0'  ,
PRIMARY   KEY(`id`),
KEY`idx_capability`  (`capability`),
KEY`idx_id_s_cscf`  (`id_s_cscf`) 
)

INSERT INTO nds_trusted_domains VALUES ( ,
'open-ims.test'   
)

INSERT INTO s_cscf VALUES ( ,
'First and only S-CSCF'  ,
'sip:scscf.open-ims.test:6060'   
)

INSERT INTO s_cscf_capabilities VALUES ( ,
,
 
)


Variable Documentation

MySQL dump Host

Definition at line 7 of file icscf.sql.

Current Database

40111 SET =@SQL_NOTES, SQL_NOTES=0

Definition at line 8 of file icscf.sql.

CREATE DATABASE icscf

40100 DEFAULT CHARACTER SET utf8

Definition at line 22 of file icscf.sql.

USE icscf

Definition at line 24 of file icscf.sql.

Table structure for table nds_trusted_domains DROP TABLE IF EXISTS nds_trusted_domains

Definition at line 30 of file icscf.sql.

Table structure for table s_cscf DROP TABLE IF EXISTS s_cscf

Definition at line 41 of file icscf.sql.

Table structure for table s_cscf_capabilities DROP TABLE IF EXISTS s_cscf_capabilities

Definition at line 53 of file icscf.sql.

MySQL dump Host

40111 SET SQL_NOTES=

Definition at line 63 of file icscf.sql.

Current Database

40111 SET =@SQL_NOTES, SQL_NOTES=0

Definition at line 78 of file icscf.sql.

USE icscf

Definition at line 92 of file icscf.sql.

Dumping data for table nds_trusted_domains

40000 ALTER TABLE `nds_trusted_domains` DISABLE KEYS

Definition at line 99 of file icscf.sql.

LOCK TABLES nds_trusted_domains WRITE

Definition at line 100 of file icscf.sql.

UNLOCK TABLES

Definition at line 102 of file icscf.sql.

Dumping data for table s_cscf

40000 ALTER TABLE `s_cscf` DISABLE KEYS

Definition at line 103 of file icscf.sql.

LOCK TABLES s_cscf WRITE

Definition at line 111 of file icscf.sql.

UNLOCK TABLES

Definition at line 113 of file icscf.sql.

Dumping data for table s_cscf_capabilities

40000 ALTER TABLE `s_cscf_capabilities` DISABLE KEYS

Definition at line 114 of file icscf.sql.

LOCK TABLES s_cscf_capabilities WRITE

Definition at line 122 of file icscf.sql.

INSERT INTO s_cscf_capabilities UNLOCK TABLES

Definition at line 123 of file icscf.sql.

grant delete

40111 SET SQL_NOTES=

Definition at line 125 of file icscf.sql.

grant insert

Definition at line 125 of file icscf.sql.

grant select

Definition at line 125 of file icscf.sql.

Referenced by accept_loop(), and select_recv().

grant update on icscf* to icscf localhost identified by heslo

Definition at line 125 of file icscf.sql.

grant delete

Definition at line 137 of file icscf.sql.

grant insert

Definition at line 137 of file icscf.sql.

grant select

Definition at line 137 of file icscf.sql.

grant update on icscf* to provisioning localhost identified by provi

Definition at line 137 of file icscf.sql.


Generated on Tue Oct 14 04:11:25 2008 for Open IMS Core CSCFs by  doxygen 1.5.2