From 387b892b1d179d37b4f231fcb7ea83aff0ef45f8 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 20 Dec 2021 11:57:20 +0100 Subject: [PATCH] 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 --- doc/examples/osmo-hnodeb/osmo-hnodeb.cfg | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/doc/examples/osmo-hnodeb/osmo-hnodeb.cfg b/doc/examples/osmo-hnodeb/osmo-hnodeb.cfg index e69de29..89b4799 100644 --- a/doc/examples/osmo-hnodeb/osmo-hnodeb.cfg +++ b/doc/examples/osmo-hnodeb/osmo-hnodeb.cfg @@ -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