osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc-nat/+/27705 )
Change subject: README: osmo-dev: add BSC{0,1}_CODEC_LIST="fr2" ......................................................................
README: osmo-dev: add BSC{0,1}_CODEC_LIST="fr2"
In the test setup, let the real BSC and virtual BSC use the same codec. With this the voice frames are successfully sent back by the virtual MS. When using a different codec, since transcoding is not implemented in OsmoMGW, the stream becomes invalid in MGW-MSC and gets dropped by BTS1, never reaching the virtual MS.
Related: SYS#5560 Change-Id: I78d666ad77c03459f5369b64e651e47ce1d4f12c --- M README.md 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve fixeria: Looks good to me, approved laforge: Looks good to me, approved
diff --git a/README.md b/README.md index ca367a2..7c66e35 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@
``` BSC_COUNT=2 +BSC0_CODEC_LIST="fr2" +BSC1_CODEC_LIST="fr2" BTS1_RUN_IN_OSMO_DEV=1 STP_RAN_IP="127.0.0.2" MS_RUN_IN_OSMO_DEV=1