aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-03-10 16:10:11 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-03-10 16:10:11 +0100
commit2278fdc580c9c095bffe539b95b0bf77b32de83e (patch)
tree013c91a698b9f4407b68f177bfb8ba6ac11f849f
parentcb20c83323da485ff392ccffa7ec75de8e2ffede (diff)
pcuif: Do not bump the PCU_IF version
I had accidently bumped the version as I thought that osmo_ph_pres_info_type was part of the ABI. It is not an only internal to the BTS. Revert this part of the change.
-rw-r--r--include/osmo-bts/pcuif_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmo-bts/pcuif_proto.h b/include/osmo-bts/pcuif_proto.h
index f4bda36f..9d740ac1 100644
--- a/include/osmo-bts/pcuif_proto.h
+++ b/include/osmo-bts/pcuif_proto.h
@@ -1,7 +1,7 @@
#ifndef _PCUIF_PROTO_H
#define _PCUIF_PROTO_H
-#define PCU_IF_VERSION 0x06
+#define PCU_IF_VERSION 0x05
/* msg_type */
#define PCU_IF_MSG_DATA_REQ 0x00 /* send data to given channel */