From 725f9243162e075dcd1bdc68c44436006b7a5cc3 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 8 Sep 2017 03:29:17 +0200 Subject: [PATCH] doc/examples: fix mgcp.cfg indenting, tweak Use one space to indent mgcp.cfg, like all the other osmo*.cfg examples. Tweak the header comment. Remove the password and line vty commands. Change-Id: I52e481dbf4778dd187ce6b67d879a04ef61e8b47 --- doc/examples/osmo-bsc_mgcp/mgcp.cfg | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/doc/examples/osmo-bsc_mgcp/mgcp.cfg b/doc/examples/osmo-bsc_mgcp/mgcp.cfg index 3c43f1feb..442162f94 100644 --- a/doc/examples/osmo-bsc_mgcp/mgcp.cfg +++ b/doc/examples/osmo-bsc_mgcp/mgcp.cfg @@ -1,19 +1,14 @@ ! -! MGCP configuration hand edited -! ! -password foo -! -line vty - no login +! MGCP configuration example ! mgcp - !local ip 10.23.24.2 - !bts ip 10.24.24.1 - !bind ip 10.23.24.1 - bind port 2427 - rtp base 4000 - rtp force-ptime 20 - sdp audio payload number 98 - sdp audio payload name AMR/8000 - number endpoints 31 - no rtcp-omit + !local ip 10.23.24.2 + !bts ip 10.24.24.1 + !bind ip 10.23.24.1 + bind port 2427 + rtp base 4000 + rtp force-ptime 20 + sdp audio payload number 98 + sdp audio payload name AMR/8000 + number endpoints 31 + no rtcp-omit