From 6c4382b998c1f92b4fabbd52361b7166260c9054 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 15 Dec 2016 19:50:15 +0100 Subject: remove unused struct members of 'struct sgsn_pdp_ctx' There were some members that we neither set nor read, so let's shrink the struct size and remove those unused members. Change-Id: I02136e3aa91e58b2afc923c09c8693095497fdd7 --- openbsc/include/openbsc/gprs_sgsn.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'openbsc/include/openbsc/gprs_sgsn.h') diff --git a/openbsc/include/openbsc/gprs_sgsn.h b/openbsc/include/openbsc/gprs_sgsn.h index 24e286c70..dc165d30e 100644 --- a/openbsc/include/openbsc/gprs_sgsn.h +++ b/openbsc/include/openbsc/gprs_sgsn.h @@ -295,12 +295,7 @@ struct sgsn_pdp_ctx { //uint32_t qos_profile_req; //uint32_t qos_profile_neg; uint8_t radio_prio; - uint32_t tx_npdu_nr; - uint32_t rx_npdu_nr; - uint32_t tx_gtp_snd; - uint32_t rx_gtp_snu; //uint32_t charging_id; - int reordering_reqd; struct osmo_timer_list timer; unsigned int T; /* Txxxx number */ -- cgit v1.2.3