fixeria has submitted this change. (
https://gerrit.osmocom.org/c/osmocom-bb/+/28661 )
Change subject: trxcon: add missing #include for enum gsm_phys_chan_config
......................................................................
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(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
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
https://gerrit.osmocom.org/c/osmocom-bb/+/28661
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I850b9a5c34fc39829c464b563f1a78ef4e8a1dd5
Gerrit-Change-Number: 28661
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged