arehbein has uploaded this change for review.
PCU interface: Log version when starting listener
Since the PCU interface version is determined by including a define statement, the PCU version depends on the include configuration. This will make it easier to immediately see what version is run.
Change-Id: Ieba46cc7eee7758033815014ee38bf4751a0f26f
---
M src/common/pcu_sock.c
1 file changed, 12 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/64/32064/1
diff --git a/src/common/pcu_sock.c b/src/common/pcu_sock.c
index 5e4b06b..018e3c7 100644
--- a/src/common/pcu_sock.c
+++ b/src/common/pcu_sock.c
@@ -1213,7 +1213,7 @@
bts_gsmnet.pcu_state = state;
- LOGP(DPCU, LOGL_INFO, "Started listening on PCU socket: %s\n", path);
+ LOGP(DPCU, LOGL_INFO, "Started listening on PCU socket (PCU IF v%u): %s\n", PCU_IF_VERSION, path);
return 0;
}
To view, visit change 32064. To unsubscribe, or for help writing mail filters, visit settings.