fixeria submitted this change.

View Change

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
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(-)

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 change 31275. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I8d59096644afd5a5278bc7bb1335670edad72576
Gerrit-Change-Number: 31275
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier@sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged