net/templates: use codec fr2 for bts1

Fix establishing a call to virtual mobile, which wouldn't work for me if
using anything but FR2 (EFR) as codec.

Change-Id: I6a8706923b651c790798a50aad93492de17dd1a5
This commit is contained in:
Oliver Smith 2022-02-24 14:03:21 +01:00
parent cef58b3d09
commit c819ea7458
2 changed files with 5 additions and 4 deletions

View File

@ -15,11 +15,12 @@ MCC=001
MNC=01 MNC=01
TCH_TYPE=TCH/H TCH_TYPE=TCH/H
TCH_TYPE2=TCH/F
BTS_BAND=GSM-1800 BTS_BAND=GSM-1800
BTS_LAC=23 BTS_LAC=23
BTS_MAX_POWER_RED=22 BTS_MAX_POWER_RED=22
BTS_CODEC_SUPPORT=fr amr BTS_CODEC_SUPPORT=fr amr efr
BTS_200mW=23 BTS_200mW=23
BTS0_DESCRIPTION="my test BTS 0" BTS0_DESCRIPTION="my test BTS 0"
@ -104,7 +105,7 @@ BSC0_CODEC_LIST="hr3"
# Enabled only when BSC_COUNT=2 # Enabled only when BSC_COUNT=2
BSC1_IP="127.0.0.10" BSC1_IP="127.0.0.10"
BSC1_PC="0.23.4" BSC1_PC="0.23.4"
BSC1_CODEC_LIST="hr3" BSC1_CODEC_LIST="fr2"
HNBGW_PC="0.3.0" HNBGW_PC="0.3.0"
HNBGW_IP="${TO_RAN_IP}" HNBGW_IP="${TO_RAN_IP}"

View File

@ -75,9 +75,9 @@ ${foreach(BTS)}
timeslot 4 timeslot 4
phys_chan_config ${TCH_TYPE} phys_chan_config ${TCH_TYPE}
timeslot 5 timeslot 5
phys_chan_config ${TCH_TYPE} phys_chan_config ${TCH_TYPE2}
timeslot 6 timeslot 6
phys_chan_config ${TCH_TYPE} phys_chan_config ${TCH_TYPE2}
timeslot 7 timeslot 7
phys_chan_config PDCH phys_chan_config PDCH
${foreach_end} ${foreach_end}