dexter has uploaded this change for review. ( https://gerrit.osmocom.org/13273


Change subject: l1_if: add include for missing header file
......................................................................

l1_if: add include for missing header file

the function bts_cbch_get() is used in l1_if.c. The function is
decleared in cbch.h. Lets include this header file in order to be
complete.

Change-Id: I95d7e89eed969dd5b3ccff0eebcc6c568196a97d
---
M src/osmo-bts-oc2g/l1_if.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/73/13273/1

diff --git a/src/osmo-bts-oc2g/l1_if.c b/src/osmo-bts-oc2g/l1_if.c
index 52ec3e7..53b3eba 100644
--- a/src/osmo-bts-oc2g/l1_if.c
+++ b/src/osmo-bts-oc2g/l1_if.c
@@ -54,6 +54,7 @@
 #include <osmo-bts/l1sap.h>
 #include <osmo-bts/msg_utils.h>
 #include <osmo-bts/dtx_dl_amr_fsm.h>
+#include <osmo-bts/cbch.h>

 #include <nrw/oc2g/oc2g.h>
 #include <nrw/oc2g/gsml1prim.h>

--
To view, visit https://gerrit.osmocom.org/13273
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I95d7e89eed969dd5b3ccff0eebcc6c568196a97d
Gerrit-Change-Number: 13273
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>

Reply via email to