aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/pcu/pcuif_proto.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 /include/osmocom/pcu/pcuif_proto.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 'include/osmocom/pcu/pcuif_proto.h')
-rw-r--r--include/osmocom/pcu/pcuif_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/pcu/pcuif_proto.h b/include/osmocom/pcu/pcuif_proto.h
index 88dc09ec..39103ee2 100644
--- a/include/osmocom/pcu/pcuif_proto.h
+++ b/include/osmocom/pcu/pcuif_proto.h
@@ -3,6 +3,8 @@
#include <osmocom/gsm/l1sap.h>
+#define PCU_SOCK_DEFAULT "/tmp/pcu_bts"
+
#define PCU_IF_VERSION 0x07
#define TXT_MAX_LEN 128