aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/osmo-hlr.cfg
blob: dc683d9f29a1a1fd7f232fc36095ff40b59c8d24 (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
!
! OsmoHLR example configuration
!
log stderr
 logging filter all 1
 logging color 1
 logging print category 1
 logging print category-hex 0
 logging print level 1
 logging print file basename last
 logging print extended-timestamp 1
 logging level main notice
 logging level db notice
 logging level auc notice
 logging level ss info
 logging level linp error
!
line vty
 bind 127.0.0.1
ctrl
 bind 127.0.0.1
hlr
 gsup
  bind ip 127.0.0.1
 ussd route prefix *#100# internal own-msisdn
 ussd route prefix *#101# internal own-imsi
 ussd route prefix *#102# internal get-ran
 ussd route prefix *#200# internal gsm-off
 ussd route prefix *#201# internal gsm-on
 ussd route prefix *#300# internal umts-off
 ussd route prefix *#301# internal umts-on