diff --git a/lib/include/srslte/asn1/gtpc.h b/lib/include/srslte/asn1/gtpc.h index e73231d73..26a50478e 100644 --- a/lib/include/srslte/asn1/gtpc.h +++ b/lib/include/srslte/asn1/gtpc.h @@ -88,8 +88,6 @@ typedef union gtpc_msg_choice { typedef struct gtpc_pdu { struct gtpc_header header; union gtpc_msg_choice choice; - size_t union_field_size; - size_t get_length() const { return sizeof(gtpc_header) + union_field_size; } } gtpc_pdu_t; } // namespace srslte #endif // SRSLTE_GTPC_H