Builds and Installation Procedure
Security feature framework will be added on this branch. The changes will include the following:
Nucleus is a grounds up implementation of the Mobility management Entity (MME). Its design is performance optimized for high speed mobility events over the S1-MME interface, while maintaining state coherent high transaction rate interactions over the S6a interface to the HSS and the S11 interface to the Serving Gateway Control (SGWC). The design allows maximum utilization of the transaction rate allowed by the S1-MME/Non-Access Stratum (NAS) messages over SCTP, S6a DIAMETER Attribute Value Pairs (AVPs) over TCP and S11 GTPV2C messages over UDP protocols.
Update following config files
{install_path}/Nucleus/src/mme-app/conf/mme.json
{install_path}/Nucleus/src/s1ap/conf/s1ap.json
{install_path}/Nucleus/src/s11/conf/s11.json
{install_path}/Nucleus/src/s6a/conf/*.json
update the Diameter Configuration File:
{install_path}/Nucleus/src/s6a/conf/s6a_fd.conf
the following values shall be defined:
Identity:
Realm:
Refer free diameter config link
cd {install_path}/Nucleus
make clean; make; make install
The "Diameter Identity" is a fully qualified domain name that is used to access the the Diameter peer. The "Diameter Host" is everything up to the first period of the "Diameter Identity". The "Diameter Realm" is everything after the first period of the "Diameter Identity".
Execute the following command, using the "Identity" configured in {install_path}/Nucleus/src/s6a/conf/s6a_fd.conf
cd {install_path}/Nucleus/target/conf
./make_certs.sh <diameter_host> <diameter_realm>
For Example: ./make_certs.sh mme localdomain
cd {install_path}/Nucleus/target/
./run.sh
Before starting Nucleus applications respective parameters should be configured in the json files mentioned above. For each of the application individual json file can be created, or a user can create a common json file for entire MME configuration(all interfaces), and copy contents of this file in all other jsons. Nucleus applications are designed modularly so that with extended IPC support user can have an individual application running on separate hosts/VMs, to help in this situation separate configuration files are created for each of the MME application(s1ap-app, s6a-app, s11-app, mme-app)
Config Parameter Name | Reserved/Unused/Mandatory | Comments |
---|---|---|
egtp_default_port | Unused | Default S11 port for MME's S11 end |
ip_addr | Mandatory | MME's own ip address. Reserved for management. |
s1ap_addr | Unused | MME's s1ap interface IP address |
egtp_addr | Unused | MME's s11 interface IP address |
sctp_port | Unused | MME's sctp(s1ap) port number. |
name | Unused | MME's name to use in s1 setup with eNB |
egtp_default_hostname | Optional | |
MCC, MNC | Mandatory | MCC, MNC for the MME |
Config Parameter Name | Reserved/Unused/Mandatory | Comments |
---|---|---|
s1ap_local_addr | Mandatory | MME's s1ap interface source IP address |
sctp_port | Mandatory | MME's s1ap interface source port |
Config Parameter Name | Reserved/Unused/Mandatory | Comments |
---|---|---|
egtp_local_addr | Mandatory | MME's source s11 interface IP address. |
egtp_default_port | Mandatory | MME's source s11 interface port. |
sgw_addr | Mandatory | Destination SGW IP for s11 interface |
pgw_addr | Mandatory | PGW address. This field is not used as of now. Provision made in MME config for PGW information. |
Config Parameter Name | Reserved/Unused/Mandatory | Comments |
---|---|---|
host_type | Mandatory | Two types are supported. "freediameter" - Communicate to HSS host over freediameter interface. "hss_perf" - Use local loopback HSS option. This is only for testing purpose. |
host_name | Mandatory | HSS destination host name. |
realm | Mandatory | Realm for HSS freediameter communication. |