diff --git a/recipes-sysmobts/osmo-bts/files/gcc6-linking-fix.patch b/recipes-sysmobts/osmo-bts/files/gcc6-linking-fix.patch deleted file mode 100644 index c97839f..0000000 --- a/recipes-sysmobts/osmo-bts/files/gcc6-linking-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: git/src/osmo-bts-sysmo/l1_if.h -=================================================================== ---- git.orig/src/osmo-bts-sysmo/l1_if.h -+++ git/src/osmo-bts-sysmo/l1_if.h -@@ -132,6 +132,6 @@ int bts_check_for_ciph_cmd(struct femtol - void bts_check_for_first_ciphrd(struct femtol1_hdl *fl1h, - GsmL1_MsgUnitParam_t *msgUnitParam, - struct gsm_lchan *lchan); --inline int l1if_ms_pwr_ctrl(struct gsm_lchan *lchan, const int uplink_target, -+int l1if_ms_pwr_ctrl(struct gsm_lchan *lchan, const int uplink_target, - const uint8_t ms_power, const float rxLevel); - #endif /* _FEMTO_L1_H */