From 5cbc7e91676a70bce1855ef2613c227baca8ef4f Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 17 Mar 2013 16:33:11 +0100 Subject: Get RSSI from received uplink data and send to PCU This bumps the PCU API version and thus requires a new version of the code on the sysmoBTS side! --- include/osmo-bts/pcuif_proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/osmo-bts/pcuif_proto.h') diff --git a/include/osmo-bts/pcuif_proto.h b/include/osmo-bts/pcuif_proto.h index c27bb7dc..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 0x04 +#define PCU_IF_VERSION 0x05 /* msg_type */ #define PCU_IF_MSG_DATA_REQ 0x00 /* send data to given channel */ @@ -49,6 +49,7 @@ struct gsm_pcu_if_data { uint8_t trx_nr; uint8_t ts_nr; uint8_t block_nr; + int8_t rssi; } __attribute__ ((packed)); struct gsm_pcu_if_rts_req { -- cgit v1.2.3