dexter has uploaded this change for review.

View Change

pcuif_proto: move gsm_pcu_if_e1_ccu_ind into right place

The struct gsm_pcu_if_e1_ccu_ind is a bit misplaced. Lets move it next
to the info indication strucht, to have it in the same order is it used
in gsm_pcu_if

Change-Id: I4afafd8e94dc0083974ff2f5b6d6be0f5574d0bf
Related: OS#5198
---
M include/osmocom/pcu/pcuif_proto.h
1 file changed, 11 insertions(+), 11 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/94/31194/1
diff --git a/include/osmocom/pcu/pcuif_proto.h b/include/osmocom/pcu/pcuif_proto.h
index 720723e..bf05b01 100644
--- a/include/osmocom/pcu/pcuif_proto.h
+++ b/include/osmocom/pcu/pcuif_proto.h
@@ -187,6 +187,17 @@
} remote_ip[PCU_IF_NUM_NSVC];
} __attribute__ ((packed));

+/* E1 CCU connection parameters */
+struct gsm_pcu_if_e1_ccu_ind {
+ /* GSM/GPRS air interface */
+ uint8_t trx_nr;
+ uint8_t ts_nr;
+ /* E1 line interface */
+ uint8_t e1_nr;
+ uint8_t e1_ts;
+ uint8_t e1_ts_ss;
+} __attribute__ ((packed));
+
struct gsm_pcu_if_act_req {
uint8_t activate;
uint8_t trx_nr;
@@ -258,17 +269,6 @@
} cgi_ps;
} __attribute__ ((packed));

-/* E1 CCU connection parameters */
-struct gsm_pcu_if_e1_ccu_ind {
- /* GSM/GPRS air interface */
- uint8_t trx_nr;
- uint8_t ts_nr;
- /* E1 line interface */
- uint8_t e1_nr;
- uint8_t e1_ts;
- uint8_t e1_ts_ss;
-} __attribute__ ((packed));
-
struct gsm_pcu_if {
/* context based information */
uint8_t msg_type; /* message type */

To view, visit change 31194. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I4afafd8e94dc0083974ff2f5b6d6be0f5574d0bf
Gerrit-Change-Number: 31194
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier@sysmocom.de>
Gerrit-MessageType: newchange