From a5621dd430ee1433da82ab9a49749e334e801040 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 10 Oct 2017 11:51:49 +0100 Subject: [PATCH] Start of skeleton of MME config file --- srsepc/conf/epc.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srsepc/conf/epc.conf diff --git a/srsepc/conf/epc.conf b/srsepc/conf/epc.conf new file mode 100644 index 000000000..1bc5d7648 --- /dev/null +++ b/srsepc/conf/epc.conf @@ -0,0 +1,23 @@ +##################################################################### +# srsEPC configuration file +##################################################################### + +##################################################################### +# MME configuration +# +# mme_code: 8-bit MME code identifies the MME within a group. +# mme_group: 16-bit MME group identifier. +# tac: 16-bit Tracking Area Code. +# mcc: Mobile Country Code +# mnc: Mobile Network Code +# mme_bindx_addr: IP subnet to listen for eNB S1 connnections +# +##################################################################### +[mme] +mme_code = 0x19 +mme_group = 0x0001 +phy_cell_id = 1 +tac = 0x0001 +mcc = 208 +mnc = 93 +mme_bindx_addr = 127.0.0.0/24