From 57d3515abd319e0f8cd2dde0b82e9833a2cf6acc Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 5 Jul 2018 03:11:17 +0200 Subject: 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 --- src/bts.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/bts.h') 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 -- cgit v1.2.3