fixeria has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31275
)
Change subject: pcu/osmo-pcu.cfg: use the PCUIF for neighbor resolution
......................................................................
pcu/osmo-pcu.cfg: use the PCUIF for neighbor resolution
This config is out of sync with the one in docker-playground.git.
The 'neighbor resolution' param makes osmo-pcu use the CTRL interface.
Change-Id: I8d59096644afd5a5278bc7bb1335670edad72576
Related: OS#5901
---
M pcu/osmo-pcu.cfg
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
dexter: Looks good to me, but someone else must approve
pespin: Looks good to me, approved
osmith: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/pcu/osmo-pcu.cfg b/pcu/osmo-pcu.cfg
index f33dfd8..68ea521 100644
--- a/pcu/osmo-pcu.cfg
+++ b/pcu/osmo-pcu.cfg
@@ -31,6 +31,7 @@
alloc-algorithm dynamic
gamma 0
pcu-socket /tmp/pcu_bts
- neighbor resolution 127.0.0.1
+! By default, use the PCUIF for neighbor resolution
+! neighbor resolution 127.0.0.1
gsmtap-remote-host 127.0.0.1
gsmtap-category enable-all
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31275
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I8d59096644afd5a5278bc7bb1335670edad72576
Gerrit-Change-Number: 31275
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged