aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-08-08 15:03:50 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2017-08-09 12:17:39 +0200
commitc4178e55ea5a0ac480f11e3352a3579cdb78025a (patch)
treeee80ac629621f921ce2363396bb0be36a96640d5 /src/bts.h
parent0cd8e4eadea3fc4ec709b102e428f7a47836a7e3 (diff)
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
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