osmo-dev/net/templates/osmo-msc2.cfg

51 lines
1.1 KiB
INI

${include(common_template_warning)}
cs7 instance 0
point-code ${MSC2_PC}
network
network country code ${MCC2}
mobile network code ${MNC2}
authentication ${AUTH}
encryption a5 ${ENCR_A5}
short name ${MSC2_IPA_NAME}
long name ${MSC2_IPA_NAME}
mm info 1
msc
mncc ${MSC2_MNCC}
mgw remote-ip ${MGW4MSC_IP}
mgw remote-port ${MGW4MSC_PORT}
mgw endpoint-domain msc
check-imei-rqd 1
# For nano3G:
iu rab-assign-addr-enc x213
neighbor a cgi ${MCC} ${MNC} ${BTS0_LAC} ${BTS0_CI} msc-ipa-name ${MSC_IPA_NAME}
neighbor a cgi ${MCC2} ${MNC2} ${BTS1_LAC} ${BTS1_CI} ran-pc ${BSC2_PC}
mncc-int
default-codec tch-f fr
default-codec tch-h amr
smpp
local-tcp-ip ${MSC2_SMPP_IP} 2775
system-id test-msc
policy closed
no smpp-first
hlr
remote-ip ${HLR_IP}
ipa-name ${MSC2_IPA_NAME}
line vty
bind ${MSC2_VTY_CTRL_IP}
ctrl
bind ${MSC2_VTY_CTRL_IP}
sgs
local-ip ${MSC2_SGS_IP}
${foreach(LOG_OUTPUT)}
log ${LOG_OUTPUTn_TYPE}
${include(common_logging)}
logging level linp notice
logging level lss7 notice
logging level lsccp notice
logging level lsua notice
logging level lm3ua notice
${foreach_end}