fixeria has uploaded this change for review.

View Change

trxcon: add missing #include for enum gsm_phys_chan_config

Change-Id: I850b9a5c34fc39829c464b563f1a78ef4e8a1dd5
---
M src/host/trxcon/include/osmocom/bb/trxcon/trx_if.h
1 file changed, 2 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/61/28661/1
diff --git a/src/host/trxcon/include/osmocom/bb/trxcon/trx_if.h b/src/host/trxcon/include/osmocom/bb/trxcon/trx_if.h
index e336225..4a59d67 100644
--- a/src/host/trxcon/include/osmocom/bb/trxcon/trx_if.h
+++ b/src/host/trxcon/include/osmocom/bb/trxcon/trx_if.h
@@ -5,6 +5,8 @@
#include <osmocom/core/timer.h>
#include <osmocom/core/fsm.h>

+#include <osmocom/gsm/gsm_utils.h>
+
#define TRXC_BUF_SIZE 1024
#define TRXD_BUF_SIZE 512


To view, visit change 28661. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I850b9a5c34fc39829c464b563f1a78ef4e8a1dd5
Gerrit-Change-Number: 28661
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange