aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-01-14 13:36:02 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-01-18 11:54:57 +0100
commit113fb419eca550a187253ac346bf20538bab4b25 (patch)
tree29874a7cc079b38798f4b72897e0a2b42b05c6ab /src/bts.h
parent54b159aab91ac0c02c6680f34b1d27688d2f5ca5 (diff)
Move ns_dialect field from BTS to PCU
Diffstat (limited to 'src/bts.h')
-rw-r--r--src/bts.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bts.h b/src/bts.h
index 040386eb..29020746 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -120,9 +120,6 @@ struct gprs_rlcmac_bts {
*/
struct BTS *bts;
- /* Are we talking Gb with IP-SNS (true) or classic Gb? */
- enum gprs_ns2_dialect ns_dialect;
-
/* Packet Application Information (3GPP TS 44.060 11.2.47, usually ETWS primary message). We don't need to store
* more than one message, because they get sent so rarely. */
struct msgb *app_info;