aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-12-15 19:50:15 +0100
committerHarald Welte <laforge@gnumonks.org>2017-01-26 15:24:07 +0100
commit6c4382b998c1f92b4fabbd52361b7166260c9054 (patch)
treed3b223a8ca71556a4b38fcbdefccd7c59f2c08c9 /openbsc/include/openbsc
parent471ac7d99ce6f4be054a4e3b5a3243b0b804e899 (diff)
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
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/gprs_sgsn.h5
1 files changed, 0 insertions, 5 deletions
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 */