view doc/app_sip_SL.sql @ 1535:00278a2c5b90

dict_dcca_3gpp: update rules per Rel-15 updates Update rules per 3GPP TS 29.212 V15.9.0 (2019-12): - QoS-Information Update rules per 3GPP TS 32.299 V15.7.0 (2019-06): - Application-Server-Information - IMS-Information - MMS-Information - PS-Information - Service-Information - SMS-Information
author Luke Mewburn <luke@mewburn.net>
date Mon, 20 Apr 2020 13:40:25 +1000
parents 533188d2e6cc
children
line wrap: on
line source



SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- SUBSCRIBER LOCATOR DATABASE
--

-- --------------------------------------------------------

--
-- Table structure for table `ds_sip_aor_map`
--

CREATE TABLE IF NOT EXISTS `ds_sip_aor_map` (
  `id_map` int(11) NOT NULL AUTO_INCREMENT,
  `sip_aor` varchar(255) NOT NULL,
  `diameter_uri` varchar(255) NOT NULL,
  PRIMARY KEY (`id_map`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

"Welcome to our mercurial repository"