mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr.git
synced 2025-11-02 13:13:29 +00:00
With this patch the address osmo-hlr binds to can be changed to something else than 0.0.0.0 Change-Id: I79f7a300480f308b21116dd14d1698be38725afd
20 lines
305 B
INI
20 lines
305 B
INI
!
|
|
! OsmoHLR example configuration
|
|
!
|
|
log stderr
|
|
logging filter all 1
|
|
logging color 1
|
|
logging print category 1
|
|
logging timestamp 1
|
|
logging print extended-timestamp 1
|
|
logging level all debug
|
|
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
|