fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmocom-bb/+/28621 )
Change subject: trxcon: make trxcon_gsmtap_send() static
......................................................................
trxcon: make trxcon_gsmtap_send() static
Change-Id: I632077af0d4cd16a9f27d5a6d07a0b12575b4350
---
M src/host/trxcon/src/trxcon.c
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/21/28621/1
diff --git a/src/host/trxcon/src/trxcon.c b/src/host/trxcon/src/trxcon.c
index 08dec84..c31f597 100644
--- a/src/host/trxcon/src/trxcon.c
+++ b/src/host/trxcon/src/trxcon.c
@@ -84,10 +84,10 @@
static void *tall_trxcon_ctx = NULL;
struct osmo_fsm_inst *trxcon_fsm;
-void trxcon_gsmtap_send(const struct l1sched_lchan_desc *lchan_desc,
- uint32_t fn, uint8_t tn, uint16_t band_arfcn,
- int8_t signal_dbm, uint8_t snr,
- const uint8_t *data, size_t data_len)
+static void trxcon_gsmtap_send(const struct l1sched_lchan_desc *lchan_desc,
+ uint32_t fn, uint8_t tn, uint16_t band_arfcn,
+ int8_t signal_dbm, uint8_t snr,
+ const uint8_t *data, size_t data_len)
{
/* GSMTAP logging may be not enabled */
if (app_data.gsmtap == NULL)
--
To view, visit
https://gerrit.osmocom.org/c/osmocom-bb/+/28621
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I632077af0d4cd16a9f27d5a6d07a0b12575b4350
Gerrit-Change-Number: 28621
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange