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 25193f97..cff0020a 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -233,6 +233,9 @@ struct gprs_rlcmac_bts {
* period.
*/
struct BTS *bts;
+
+ /* Path to be used for the pcu-bts socket */
+ char *pcu_sock_path;
};
#ifdef __cplusplus