<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/24720">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">PCUIF protocol: add message definition for interference report<br><br>Change-Id: I4b5a4c25e984f9262f0afd30f9671f150edee20f<br>Related: SYS#5313, OS#1569<br>---<br>M include/osmocom/pcu/pcuif_proto.h<br>1 file changed, 10 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/20/24720/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/pcu/pcuif_proto.h b/include/osmocom/pcu/pcuif_proto.h</span><br><span>index cdd73d9..0c46c52 100644</span><br><span>--- a/include/osmocom/pcu/pcuif_proto.h</span><br><span>+++ b/include/osmocom/pcu/pcuif_proto.h</span><br><span>@@ -21,6 +21,7 @@</span><br><span> #define PCU_IF_MSG_INFO_IND   0x32    /* retrieve BTS info */</span><br><span> #define PCU_IF_MSG_ACT_REQ   0x40    /* activate/deactivate PDCH */</span><br><span> #define PCU_IF_MSG_TIME_IND   0x52    /* GSM time indication */</span><br><span style="color: hsl(120, 100%, 40%);">+#define PCU_IF_MSG_INTERF_IND        0x53    /* interference report */</span><br><span> #define PCU_IF_MSG_PAG_REQ 0x60    /* paging request */</span><br><span> #define PCU_IF_MSG_TXT_IND      0x70    /* Text indication for BTS */</span><br><span> </span><br><span>@@ -210,6 +211,14 @@</span><br><span>     uint8_t         cause;</span><br><span> } __attribute__ ((packed));</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+/* Interference measurements on PDCH timeslots */</span><br><span style="color: hsl(120, 100%, 40%);">+struct gsm_pcu_if_interf_ind {</span><br><span style="color: hsl(120, 100%, 40%);">+  uint8_t         trx_nr;</span><br><span style="color: hsl(120, 100%, 40%);">+       uint8_t         spare[3];</span><br><span style="color: hsl(120, 100%, 40%);">+     uint32_t        fn;</span><br><span style="color: hsl(120, 100%, 40%);">+   uint8_t         interf[8];</span><br><span style="color: hsl(120, 100%, 40%);">+} __attribute__ ((packed));</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> struct gsm_pcu_if {</span><br><span>     /* context based information */</span><br><span>      uint8_t         msg_type;       /* message type */</span><br><span>@@ -230,6 +239,7 @@</span><br><span>             struct gsm_pcu_if_time_ind      time_ind;</span><br><span>            struct gsm_pcu_if_pag_req       pag_req;</span><br><span>             struct gsm_pcu_if_app_info_req  app_info_req;</span><br><span style="color: hsl(120, 100%, 40%);">+         struct gsm_pcu_if_interf_ind    interf_ind;</span><br><span>  } u;</span><br><span> } __attribute__ ((packed));</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/24720">change 24720</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-pcu/+/24720"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-pcu </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I4b5a4c25e984f9262f0afd30f9671f150edee20f </div>
<div style="display:none"> Gerrit-Change-Number: 24720 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>