aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/pcu/pcuif_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/pcu/pcuif_proto.h')
-rw-r--r--include/osmocom/pcu/pcuif_proto.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/include/osmocom/pcu/pcuif_proto.h b/include/osmocom/pcu/pcuif_proto.h
index 20162952..693a1d53 100644
--- a/include/osmocom/pcu/pcuif_proto.h
+++ b/include/osmocom/pcu/pcuif_proto.h
@@ -187,6 +187,17 @@ struct gsm_pcu_if_info_ind {
} 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 @@ struct gsm_pcu_if_neigh_addr_cnf {
} 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 */