Change in docker-playground[master]: osmo-mgw.cfg: fix config file + add E1 trunk

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Aug 19 07:13:54 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/19712 )

Change subject: osmo-mgw.cfg: fix config file + add E1 trunk
......................................................................

osmo-mgw.cfg: fix config file + add E1 trunk

The config file of osmo-mgw has an incorrect indentation. Also no E1
trunk is configured, so that the E1 related tests fail. Lets fix this.

Change-Id: I3b19afc0809bd56e9fe0f5e968e1c000d29f4abd
---
M ttcn3-mgw-test/osmo-mgw.cfg
1 file changed, 26 insertions(+), 14 deletions(-)

Approvals:
  laforge: Looks good to me, approved; Verified



diff --git a/ttcn3-mgw-test/osmo-mgw.cfg b/ttcn3-mgw-test/osmo-mgw.cfg
index c97f08a..8036058 100644
--- a/ttcn3-mgw-test/osmo-mgw.cfg
+++ b/ttcn3-mgw-test/osmo-mgw.cfg
@@ -23,22 +23,34 @@
  no login
  bind 0.0.0.0
 !
+e1_input
+ e1_line 0 driver ipa
+!
 mgcp
-  bind ip 172.18.4.180
-  bind port 2427
-  rtp port-range 4002 16000
-  rtp bind-ip 172.18.4.180
-  rtp ip-probing
-  rtp ip-dscp 184
-  no rtp keep-alive
-  no rtcp-omit
-  no rtp-patch
-  sdp audio-payload number 98
-  sdp audio-payload name GSM
+ bind ip 172.18.4.180
+ bind port 2427
+ rtp port-range 4002 16000
+ rtp bind-ip 172.18.4.180
+ rtp ip-probing
+ rtp ip-dscp 184
+ no rtp keep-alive
+ no rtcp-omit
+ no rtp-patch
+ sdp audio-payload number 98
+ sdp audio-payload name GSM
+ sdp audio-payload send-ptime
+ sdp audio-payload send-name
+ conn-timeout 0
+ loop 0
+ number endpoints 31
+ allow-transcoding
+ osmux off
+ trunk 1
   sdp audio-payload send-ptime
   sdp audio-payload send-name
-  conn-timeout 0
+  no rtp keep-alive
   loop 0
-  number endpoints 31
+  no rtcp-omit
+  no rtp-patch
   allow-transcoding
-  osmux off
+  line 0

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/19712
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I3b19afc0809bd56e9fe0f5e968e1c000d29f4abd
Gerrit-Change-Number: 19712
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200819/79c711b5/attachment.htm>


More information about the gerrit-log mailing list