From 2278fdc580c9c095bffe539b95b0bf77b32de83e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 10 Mar 2016 16:10:11 +0100 Subject: 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. --- include/osmo-bts/pcuif_proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 */ -- cgit v1.2.3