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
This commit is contained in:
Harald Welte 2016-12-15 19:50:15 +01:00
parent 471ac7d99c
commit 6c4382b998
1 changed files with 0 additions and 5 deletions

View File

@ -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 */