aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/pcu_if.h
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-02-27 14:52:50 +0100
committerHarald Welte <laforge@gnumonks.org>2018-03-02 08:57:37 +0000
commitf03a3a584cf0a54cc7bd2647d3e1e65cfb4a6d91 (patch)
treeebc5209dcf1c50e6786e9910daaf131cf8c9241d /include/osmo-bts/pcu_if.h
parent94a74e1b1c78e6c27b22be5ca675374e8b6a8222 (diff)
pcu_if: move definition PCU_SOCK_DEFAULT into pcuif_proto.h
PCU_SOCK_DEFAULT is defined in the pcu counterpart of the file pcuif_proto.h To be consistent with the pcu move the definition pcuif_proto.h The pcuif_proto.h will be exact the same in the pcu repo and bts repo. Change-Id: I67f8ec036e219994cc296d0ed5409da7f3ec681e
Diffstat (limited to 'include/osmo-bts/pcu_if.h')
-rw-r--r--include/osmo-bts/pcu_if.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmo-bts/pcu_if.h b/include/osmo-bts/pcu_if.h
index 43778336..98efb570 100644
--- a/include/osmo-bts/pcu_if.h
+++ b/include/osmo-bts/pcu_if.h
@@ -1,8 +1,6 @@
#ifndef _PCU_IF_H
#define _PCU_IF_H
-#define PCU_SOCK_DEFAULT "/tmp/pcu_bts"
-
extern int pcu_direct;
int pcu_tx_info_ind(void);