fixeria has uploaded this change for review.

View Change

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

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/75/31275/1
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: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange