blob: f88795b908111734ae7e3477239f6e13b02ac4f2 [file] [log] [blame]
Andy Bavier9a3aed12018-01-16 15:37:08 -07001{#
2Copyright 2017-present Open Networking Foundation
3
4Licensed under the Apache License, Version 2.0 (the "License");
5you may not use this file except in compliance with the License.
6You may obtain a copy of the License at
7
8http://www.apache.org/licenses/LICENSE-2.0
9
10Unless required by applicable law or agreed to in writing, software
11distributed under the License is distributed on an "AS IS" BASIS,
12WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13See the License for the specific language governing permissions and
14limitations under the License.
15#}
16# Configuration file for MME
17
18##### NOTE: Please Do NOT change the order of the parameters #####
19
20# EGTP related
21VBSM_EG_DFLT_PORT 2123 # EGTP Default port
22VBSM_EG_NONDFLT_PORT 2124 # EGTP Non Default port
23VBSM_EG_S10_NONDFLT_PORT 2125 # EGTP Non Default
24VBSM_EG_S3_NONDFLT_PORT 2126 # EGTP Non Default port for S3 interface towards SGSN
25 # port for S10
26VBSM_EG_DFLT_HOST_NAME "sutlej.ccin.ccpu.com" # EGTP host name
27
28
29# E-NodeB related
30VBSM_ENB_ADDR_1 "{{ s1mme_enb_ip }}" # IP address of eNodeB
Woojoong Kimce931a42018-03-15 14:36:19 -070031VBSM_ENB_PORT_1 36412 # eNodeB port
Andy Bavier9a3aed12018-01-16 15:37:08 -070032#VBSM_ENB_ADDR_2 "172.26.20.180" # IP address of eNodeB
33#VBSM_ENB_PORT_2 36422 # eNodeB port
34
35# MME related
36VBSM_MME_IPADDR "{{ s1mme_mme_ip }}" # MME IP address
37VBSM_MME_S1AP_IPADDR "{{ s1mme_mme_ip }}" # MME IP address associated with the S1AP interface
38VBSM_MME_EGTP_IPADDR "{{ s11_mme_ip }}" # MME IP address associated with the EGTP interface
39VBSM_MME_SCTP_PORT 36412 # MME SCTP port
40
41VBSM_SGW_IPADDR "{{ s11_sgw_ip }}" # SGW IP address
42VBSM_PGW_IPADDR "192.168.1.105" # PDN-GW IP address
43
44VBSM_UE_NUM 32 # DEC_14_FIX: Changes to support 35 UE's
45VBSM_SCTP_UDP_SERV_TYPE 0 #service type,default 0 SCTP
46
47# Debug mask to be set; each represent
48#different debug masks to be set (1 and 0 to unset)
49#in the form |LVB_DBGMASK_INFO|LVB_DBGMASK_ERROR|LVB_DBGMASK_TRC|LVB_DBGMASK_MEM
50
51VBSM_MME_DBG_MASK 1111
52VBSM_DBG_MASK 1111
53VBSM_NW_INIATED_DETACH_TIMER 1000
54
Woojoong Kimce931a42018-03-15 14:36:19 -070055VBSM_MCC_DIG1 3
Andy Bavier9a3aed12018-01-16 15:37:08 -070056VBSM_MCC_DIG2 0
Woojoong Kimce931a42018-03-15 14:36:19 -070057VBSM_MCC_DIG3 2
Andy Bavier9a3aed12018-01-16 15:37:08 -070058
Woojoong Kimce931a42018-03-15 14:36:19 -070059VBSM_MNC_DIG1 7
60VBSM_MNC_DIG2 2
61VBSM_MNC_DIG3 0
Andy Bavier9a3aed12018-01-16 15:37:08 -070062
63# Target PLMN ID format [ MCC + MNC], + is concatination operator
64# If MNC has two digits, the last charater shall be 'f'
65# Valid Configurations: 11223f, 112345.
Woojoong Kimce931a42018-03-15 14:36:19 -070066VBSM_TARGET_MME_PLMN_ID 302720
Andy Bavier9a3aed12018-01-16 15:37:08 -070067VBSM_TARGET_MME_IP_ADDR "192.25.1.100"
68
69VBSM_T3412 32
70
71VBSM_SGSN_IP_ADDR "192.25.1.195"
72
73
74VBSM_SGSN_PLMN_ID 31311f
75
76VBSM_FD_CFG "vbfd.conf"
77VBSM_HSS_HOST "hss.openair4G.eur"
78VBSM_HSS_REALM "openair4G.eur"
79
80# set VBSM_DISABLE_EPC_DNS 0 - enable DNS, 1 - disable DNS
81VBSM_DISABLE_EPC_DNS 1
Woojoong Kimd8e242d2018-01-26 11:47:32 -080082VBSM_DISABLE_EIA0 1
Andy Bavier9a3aed12018-01-16 15:37:08 -070083VBSM_REL_CAP 1
Woojoong Kimce931a42018-03-15 14:36:19 -070084VBSM_MME_NAME "vmmestandalone"
Andy Bavier9a3aed12018-01-16 15:37:08 -070085VBSM_S1C_SCTP_INSTREAMS 10
86VBSM_S1C_SCTP_OUTSTREAMS 10
87VBSM_MAX_ENB 2
88VBSM_NO_OFGUMMEIS 1
89VBSM_MMECODE 1
90VBSM_MMEGRPID 1
91VBSM_NO_OF_TAI 1
Woojoong Kimce931a42018-03-15 14:36:19 -070092VBSM_TAI_LIST (1, 2, 0, 8, 0, 1, 1)