aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-07-05 03:11:17 +0200
committerHarald Welte <laforge@gnumonks.org>2019-02-26 13:23:24 +0100
commit57d3515abd319e0f8cd2dde0b82e9833a2cf6acc (patch)
tree6a94a0df04ddcc582bd41dc64a68c3b53aa1eaed /src/bts.h
parent2a47c732175b8f15d31155e9b44a0878f16c18c6 (diff)
Optionally Use the NS Sub-Network-Service (SNS) on Gb
This change add support for the recently-introduced GPRS Gb interface auto-configuration using the NS IP Sub-Network Service (SNS) procedures. It requires a Change-Id I84786c3b43a8ae34ef3b3ba84b33c90042d234ea of libosmocore. Related: OS#3372 Depends: I84786c3b43a8ae34ef3b3ba84b33c90042d234ea (libosmcore) Change-Id: I256b40ac592d3b6e75dd581bf7b9512f69b11e83
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