dexter has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/13327 )

Change subject: lchan_fsm: add missing header file.
......................................................................

lchan_fsm: add missing header file.

The symbol GSM0808_SC_CFG_AMR_4_75_5_90_7_40_12_20 is used in
lchan_fsm.c, but gsm_08_08.h, where the symbol is declared is not
included.

Change-Id: I46f910b3e0f2c7d8c78c1681acef30b9419e39f0
---
M src/osmo-bsc/lchan_fsm.c
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Max: Looks good to me, but someone else must approve
  Daniel Willmann: Looks good to me, approved



diff --git a/src/osmo-bsc/lchan_fsm.c b/src/osmo-bsc/lchan_fsm.c
index 7cbba44..2b7dc97 100644
--- a/src/osmo-bsc/lchan_fsm.c
+++ b/src/osmo-bsc/lchan_fsm.c
@@ -22,6 +22,7 @@

 #include <osmocom/gsm/rsl.h>
 #include <osmocom/core/byteswap.h>
+#include <osmocom/gsm/protocol/gsm_08_08.h>

 #include <osmocom/bsc/debug.h>
 #include <osmocom/bsc/lchan_fsm.h>

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I46f910b3e0f2c7d8c78c1681acef30b9419e39f0
Gerrit-Change-Number: 13327
Gerrit-PatchSet: 2
Gerrit-Owner: dexter <[email protected]>
Gerrit-Assignee: Daniel Willmann <[email protected]>
Gerrit-Reviewer: Daniel Willmann <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <[email protected]>
Gerrit-Reviewer: dexter <[email protected]>

Reply via email to