From c4178e55ea5a0ac480f11e3352a3579cdb78025a Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 8 Aug 2017 15:03:50 +0200 Subject: Add pcu-socket vty config osmo-bts already supports configuring a different path for the bts<->pcu socket by using the 'pcu-socket' config field. Change-Id: I9b3e1171da467519750b201849ec892a1e318129 --- 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 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 -- cgit v1.2.3