osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-dev/+/27453 )
Change subject: net/templates: use codec fr2 for bts1
......................................................................
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
---
M net/config_2g3g
M net/templates/common_osmo_bsc
2 files changed, 5 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/53/27453/1
diff --git a/net/config_2g3g b/net/config_2g3g
index bd27cf7..379f505 100644
--- a/net/config_2g3g
+++ b/net/config_2g3g
@@ -15,11 +15,12 @@
MNC=01
TCH_TYPE=TCH/H
+TCH_TYPE2=TCH/F
BTS_BAND=GSM-1800
BTS_LAC=23
BTS_MAX_POWER_RED=22
-BTS_CODEC_SUPPORT=fr amr
+BTS_CODEC_SUPPORT=fr amr efr
BTS_200mW=23
BTS0_DESCRIPTION="my test BTS 0"
@@ -104,7 +105,7 @@
# Enabled only when BSC_COUNT=2
BSC1_IP="127.0.0.10"
BSC1_PC="0.23.4"
-BSC1_CODEC_LIST="hr3"
+BSC1_CODEC_LIST="fr2"
HNBGW_PC="0.3.0"
HNBGW_IP="${TO_RAN_IP}"
diff --git a/net/templates/common_osmo_bsc b/net/templates/common_osmo_bsc
index ad229ed..0e88b80 100644
--- a/net/templates/common_osmo_bsc
+++ b/net/templates/common_osmo_bsc
@@ -75,9 +75,9 @@
timeslot 4
phys_chan_config ${TCH_TYPE}
timeslot 5
- phys_chan_config ${TCH_TYPE}
+ phys_chan_config ${TCH_TYPE2}
timeslot 6
- phys_chan_config ${TCH_TYPE}
+ phys_chan_config ${TCH_TYPE2}
timeslot 7
phys_chan_config PDCH
${foreach_end}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-dev/+/27453
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: I6a8706923b651c790798a50aad93492de17dd1a5
Gerrit-Change-Number: 27453
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange