aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bts.h')
-rw-r--r--src/bts.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bts.h b/src/bts.h
index 51760e24..578ceceb 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -159,6 +159,9 @@ struct gprs_rlcmac_bts {
/* Path to be used for the pcu-bts socket */
char *pcu_sock_path;
+
+ /* Are we talking Gb with IP-SNS (true) or classic Gb? */
+ bool gb_dialect_sns;
};
#ifdef __cplusplus