aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bscnat-test/osmo-bsc-nat.cfg
blob: 80d7095f333dcf01d67d6b7b2f10d8e792fef27e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
!
! OsmoBSCNAT (0.12.0.266-2daa9) configuration saved from vty
!!
!
log file /data/osmo-bsc_nat.log
  logging filter all 1
  logging color 0
  logging print category 1
  logging timestamp 1
  logging print extended-timestamp 1
  logging level force-all debug
!
line vty
 no login
 bind 0.0.0.0
!
ctrl
 bind 0.0.0.0
!
mgcp
  bind ip 172.18.15.20
  bind port 2427
  rtp bts-base 4000
  rtp net-base 16000
  rtp ip-dscp 0
  no rtcp-omit
  sdp audio-payload number 126
  sdp audio-payload name AMR/8000
  loop 0
  number endpoints 32
  call-agent ip 172.18.15.203
  rtp transcoder-base 0
  transcoder-remote-base 4000
nat
 msc ip 172.18.15.203
 msc port 5100
 token foo
 timeout auth 2
 timeout ping 20
 timeout pong 5
 ip-dscp 0
 bscs-config-file bscs.config
 access-list msceven imsi-allow ^[0-9]*[24680]$
 access-list mscodd imsi-allow ^[0-9]*[13579]$