0% found this document useful (0 votes)
32 views3 pages

PRB DL

This document contains configuration settings for an MME (Mobility Management Entity) including log filtering settings, network addresses and ports, PLMN and MME identifiers, supported features, PDN configuration, and other parameters. Key settings include log levels and maximum sizes for various layers, IP addresses and ports for GTP-U and S1AP interfaces, PLMN and MME codes, supported IMS and emergency call functionality, network names, PDN types and addresses, and QoS parameters for EPS bearers.

Uploaded by

luana nastasi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views3 pages

PRB DL

This document contains configuration settings for an MME (Mobility Management Entity) including log filtering settings, network addresses and ports, PLMN and MME identifiers, supported features, PDN configuration, and other parameters. Key settings include log levels and maximum sizes for various layers, IP addresses and ports for GTP-U and S1AP interfaces, PLMN and MME codes, supported IMS and emergency call functionality, network names, PDN types and addresses, and QoS parameters for EPS bearers.

Uploaded by

luana nastasi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

/* Log filter: syntax: layer.field=value[,...

Possible layers are nas, ip, s1ap, gtpu and all. The 'all' layer
is used to address all the layers at the same time.

field values:

- 'level': the log level of each layer can be set to 'none',


'error', 'info' or 'debug'. Use 'debug' to log all the messages.

- 'max_size': set the maximum size of the hex dump. 0 means no


hex dump. -1 means no limit.
*/
//log_options: "all.level=debug,all.max_size=32",
log_options:
"all.level=error,all.max_size=0,nas.level=debug,nas.max_size=1,s1ap.level=debug,s1a
p.max_size=1,ngap.level=debug,ngap.max_size=1,rx.level=debug,rx.max_size=1,n5.level
=debug,n5.max_size=1,cx.level=debug,cx.max_size=1,ims.level=debug",
log_filename: "/tmp/mme.log",

/* Enable remote API and Web interface */


com_addr: "[::]:9000",

/* bind address for GTP-U. Normally = address of the PC, here bound
on local interface to be able to run ltemme on the same PC as
lteenb. By default, the S1AP SCTP connection is bound on the same
address. */
gtp_addr: "127.0.1.100",
#ifdef GTP_U_BUNDLING
gtp_use_packet_bundling: true,
#endif

plmn: "00101",
mme_group_id: 32769,
mme_code: 1,

ims_vops_eps: true, /* IMS supported */


ims_vops_5gs_3gpp: true, /* IMS supported */
ims_vops_5gs_n3gpp: true, /* IMS supported */
//emc_bs: true, /* emergency calls supported */
//emc: 3, /* NR/E-UTRA connected to 5GCN emergency calls supported */
//emc_n3gpp: true, /* non-3GPP emergency calls supported */
emergency_number_list: [
/* Category bits: (Table 10.5.135d/3GPP TS 24.008)
Bit 1 Police
Bit 2 Ambulance
Bit 3 Fire Brigade
Bit 4 Marine Guard
Bit 5 Mountain Rescue
*/
{ category: 0x1f, digits: "911" },
{ category: 0x1f, digits: "112" },
],

rx: {
bind_addr: "127.0.1.100",
qci: {audio: 1, video: 2},
},
/* network name and network short name sent in the EMM information
message to the UE */
network_name: "Amarisoft Network",
network_short_name: "Amarisoft",

/* Control Plane Cellular IoT EPS optimization support */


cp_ciot_opt: true,

/* DCNR support */
dcnr_support: true,

eps_5gs_interworking: "with_n26",

/* 15 bearers support */
fifteen_bearers: false,

ims_list: [{ims_addr: "127.0.0.1", bind_addr: "127.0.0.2"}],

/* AMF slices configuration */


/*nssai: [
{
sst: 1,
},
{
sst: 2,
},
{
sst: 3,
sd: 50,
}
],*/

/* ePDG configuration */
//epdg: {
// bind_addr: "127.0.1.100:500",
// esp_duration: 900,
// certificate: "epdg_cert.pem",
// private_key: "epdg_private_key.pem",
// /* required for some buggy Mediatek phones */
// //omit_auth_in_first_auth_rsp: true
//},

/* Public Data Networks. The first one is the default. */

/* PDN INTERNET */
pdn_list: [
{
pdn_type: "ipv4",
access_point_name: "default",
first_ip_addr: "192.168.5.2",
last_ip_addr: "192.168.5.254",
ip_addr_shift: 2, /* difference between allocated IP addresses is 4 */
dns_addr: "1.1.1.1",

erabs: [
{
qci: 6,
priority_level: 6,
pre_emption_capability: "shall_not_trigger_pre_emption",
pre_emption_vulnerability: "not_pre_emptable",
},
],
},
SDDSDS
/* PDN MCX */
{
pdn_type: "ipv4",
access_point_name: "mcx",
first_ip_addr: "192.168.3.2",
last_ip_addr: "192.168.3.254",
ip_addr_shift: 2, /* difference between allocated IP addresses is 4 */
dns_addr: "1.1.1.1",

erabs: [
{
qci: 69,
priority_level: 2,
pre_emption_capability: "shall_not_trigger_pre_emption",
pre_emption_vulnerability: "not_pre_emptable",
},
]
},

/* PDN NTN-INTERNET */
{
access_point_name: "ntn-internet",
pdn_type: "ipv4",
ip_addr_config: "default",
dns_addr: "1.1.1.1",

erabs: [
{

You might also like