aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/tbf.h b/src/tbf.h
index 9dbbe51d..0820065f 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -223,9 +223,6 @@ struct gprs_rlcmac_tbf {
uint8_t m_tfi;
time_t m_created_ts;
- /* store IMSI for look-up and PCH retransmission */
- char m_imsi[16];
-
protected:
gprs_rlcmac_bts *bts_data() const;
@@ -300,11 +297,6 @@ inline uint8_t gprs_rlcmac_tbf::tfi() const
return m_tfi;
}
-inline const char *gprs_rlcmac_tbf::imsi() const
-{
- return m_imsi;
-}
-
inline gprs_rlcmac_tbf *gprs_rlcmac_tbf::new_tbf() const
{
return m_new_tbf;