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
This commit is contained in:
Neels Hofmeyr 2017-09-08 03:29:17 +02:00 committed by Neels Hofmeyr
parent 3a8e723a0d
commit 725f924316
1 changed files with 11 additions and 16 deletions

View File

@ -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