aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2023-02-28 12:00:11 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2023-03-20 10:44:22 +0100
commita288c9f420d14402e025930d115947c522ece02d (patch)
tree7a8aa3aac123e9a205477ea21749367c9e7742ec
parent0625172265d3cbd40effe64abf630c06a50f6679 (diff)
pcuif_proto: increment version number
The co-located PCU support for Ericsson RBS E1 CCU made it necessary to add new features to the PCU socket interface, so let's increase the version number. Change-Id: I8315bd67c7f3eb0d7ee71b64cd4dff889a84fcf1 Depends: osmo-pcu.git I2a78651593323e8b9627c39918d949a33497b70f Related: OS#5198
-rw-r--r--include/osmocom/bsc/pcuif_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/bsc/pcuif_proto.h b/include/osmocom/bsc/pcuif_proto.h
index e92ed49d5..1dda160d0 100644
--- a/include/osmocom/bsc/pcuif_proto.h
+++ b/include/osmocom/bsc/pcuif_proto.h
@@ -8,7 +8,7 @@
#define PCU_SOCK_DEFAULT "/tmp/pcu_bts"
-#define PCU_IF_VERSION 0x0a
+#define PCU_IF_VERSION 0x0b
#define TXT_MAX_LEN 128
/* msg_type */