self.file.write(' <div class="well well-lg">End of Test Report -- Copyright <span class="glyphicon glyphicon-copyright-mark"></span> 2020 <a href="http://www.openairinterface.org/">OpenAirInterface</a>. All Rights Reserved.</div>\n')
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATETABLE`terminal-info`(
`imei`varchar(15)NOTNULL,
`sv`varchar(2)NOTNULL,
UNIQUEKEY`imei`(`imei`)
)ENGINE=InnoDBDEFAULTCHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `terminal-info`
--
LOCKTABLES`terminal-info`WRITE;
/*!40000 ALTER TABLE `terminal-info` DISABLE KEYS */;
/*!40000 ALTER TABLE `terminal-info` ENABLE KEYS */;
UNLOCKTABLES;
--
-- Table structure for table `users`
--
DROPTABLEIFEXISTS`users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATETABLE`users`(
`imsi`varchar(15)NOTNULLCOMMENT'IMSI is the main reference key.',
`msisdn`varchar(46)DEFAULTNULLCOMMENT'The basic MSISDN of the UE (Presence of MSISDN is optional).',
`imei`varchar(15)DEFAULTNULLCOMMENT'International Mobile Equipment Identity',
`imei_sv`varchar(2)DEFAULTNULLCOMMENT'International Mobile Equipment Identity Software Version Number',
`ms_ps_status`enum('PURGED','NOT_PURGED')DEFAULT'PURGED'COMMENT'Indicates that ESM and EMM status are purged from MME',
`rau_tau_timer`int(10)unsignedDEFAULT'120',
`ue_ambr_ul`bigint(20)unsignedDEFAULT'50000000'COMMENT'The Maximum Aggregated uplink MBRs to be shared across all Non-GBR bearers according to the subscription of the user.',
`ue_ambr_dl`bigint(20)unsignedDEFAULT'100000000'COMMENT'The Maximum Aggregated downlink MBRs to be shared across all Non-GBR bearers according to the subscription of the user.',
`access_restriction`int(10)unsignedDEFAULT'60'COMMENT'Indicates the access restriction subscription information. 3GPP TS.29272 #7.3.31',
`mme_cap`int(10)unsignedzerofillDEFAULTNULLCOMMENT'Indicates the capabilities of the MME with respect to core functionality e.g. regional access restrictions.',
`RFSP-Index`smallint(5)unsignedNOTNULLDEFAULT'1'COMMENT'An index to specific RRM configuration in the E-UTRAN. Possible values from 1 to 256',
`urrp_mme`tinyint(1)NOTNULLDEFAULT'0'COMMENT'UE Reachability Request Parameter indicating that UE activity notification from MME has been requested by the AUSF.',
`sqn`bigint(20)unsignedzerofillNOTNULL,
`rand`varbinary(16)NOTNULL,
`OPc`varbinary(16)DEFAULTNULLCOMMENT'Can be computed by AUSF',
API_VERSION = "v1"; # YOUR AMF API VERSION CONFIG HERE
API_VERSION = "v1"; # YOUR AMF API VERSION CONFIG HERE
SMF_INSTANCES_POOL = (
SMF_INSTANCES_POOL = (
{SMF_INSTANCE_ID = @SMF_INSTANCE_ID_0@; IPV4_ADDRESS = "@SMF_IPV4_ADDR_0@"; PORT = "80"; VERSION = "@SMF_HTTP_VERSION_0@"; SELECTED = "true"}, # YOUR SMF CONFIG HERE
{SMF_INSTANCE_ID = @SMF_INSTANCE_ID_0@; IPV4_ADDRESS = "@SMF_IPV4_ADDR_0@"; PORT = "80"; VERSION = "@SMF_HTTP_VERSION_0@"; FQDN = "@SMF_FQDN_0@", SELECTED = "true"},# YOUR SMF CONFIG HERE
{SMF_INSTANCE_ID = @SMF_INSTANCE_ID_1@; IPV4_ADDRESS = "@SMF_IPV4_ADDR_1@"; PORT = "80"; VERSION = "@SMF_HTTP_VERSION_1@"; SELECTED = "false"} # YOUR SMF CONFIG HERE
{SMF_INSTANCE_ID = @SMF_INSTANCE_ID_1@; IPV4_ADDRESS = "@SMF_IPV4_ADDR_1@"; PORT = "80"; VERSION = "@SMF_HTTP_VERSION_1@"; FQDN = "@SMF_FQDN_1@", SELECTED = "false"} # YOUR SMF CONFIG HERE
);
);
};
};
...
@@ -86,6 +85,7 @@ AMF =
...
@@ -86,6 +85,7 @@ AMF =
IPV4_ADDRESS = "@NRF_IPV4_ADDRESS@"; # YOUR NRF CONFIG HERE
IPV4_ADDRESS = "@NRF_IPV4_ADDRESS@"; # YOUR NRF CONFIG HERE
PORT = @NRF_PORT@; # YOUR NRF CONFIG HERE (default: 80)
PORT = @NRF_PORT@; # YOUR NRF CONFIG HERE (default: 80)
API_VERSION = "@NRF_API_VERSION@"; # YOUR NRF API VERSION FOR SBI CONFIG HERE
API_VERSION = "@NRF_API_VERSION@"; # YOUR NRF API VERSION FOR SBI CONFIG HERE
FQDN = "@NRF_FQDN@"
};
};
AUSF :
AUSF :
...
@@ -104,6 +104,7 @@ AMF =
...
@@ -104,6 +104,7 @@ AMF =
SMF_SELECTION = "@SMF_SELECTION@"; # Set to yes to enable SMF discovery and selection
SMF_SELECTION = "@SMF_SELECTION@"; # Set to yes to enable SMF discovery and selection
EXTERNAL_AUSF = "no"; # Set to yes if AMF works with an external AUSF
EXTERNAL_AUSF = "no"; # Set to yes if AMF works with an external AUSF
EXTERNAL_UDM = "no"; # Set to yes if AMF works with an external UDM
EXTERNAL_UDM = "no"; # Set to yes if AMF works with an external UDM
USE_FQDN_DNS = "@USE_FQDN_DNS@"; # Set to yes if AMF relies on a DNS to resolve NRF/SMF/UDM/AUSF's FQDN