Add example default config file

This config file is also installed and used by the systemd service by
default. Local ip address of 127.0.0.3 is used by default to avoid
collisions with default configs of osmo-sgsn and osmo-ggsn.

Related: OS#5360
Change-Id: I02d628f48ca5adbc46e75a015c39a6fb5614a2d6
This commit is contained in:
Pau Espin 2021-12-20 11:57:20 +01:00
parent 272f296cd3
commit 387b892b1d
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
log stderr
logging filter all 1
logging color 1
logging print category 1
logging print category-hex 0
logging timestamp 1
!
line vty
no login
!
hnodeb
cell_identity 1
location_area_code 2
routing_area_code 3
service_area_code 4
iuh
local-ip 127.0.0.1
remote-ip 127.0.0.1
ll-socket
path /tmp/hnb_prim_sock
gtp
local-ip 127.0.0.3