Change in osmo-hnodeb[master]: Add example default config file

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Dec 20 13:33:45 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hnodeb/+/26645 )

Change subject: Add example default config file
......................................................................

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
---
M doc/examples/osmo-hnodeb/osmo-hnodeb.cfg
1 file changed, 22 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  osmith: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



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

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-hnodeb/+/26645
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: I02d628f48ca5adbc46e75a015c39a6fb5614a2d6
Gerrit-Change-Number: 26645
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211220/d963aafe/attachment.htm>


More information about the gerrit-log mailing list