From 9302abe0547e6f6172416b1d07182916b628e480 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 13 Jun 2016 11:43:43 +0200 Subject: Fix debug output Previously frame number was not saved in case of PRIM_TCH rendering many debug statements with g_time useless. Copy-paste from ef30f50d5d6d5f863fc147d05ccdceb89284934e. Change-Id: I952b39458d921622d5964cbdcc2f4e45ff9ea951 --- src/osmo-bts-litecell15/tch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/osmo-bts-litecell15/tch.c') diff --git a/src/osmo-bts-litecell15/tch.c b/src/osmo-bts-litecell15/tch.c index 15ad4566..245c19a3 100644 --- a/src/osmo-bts-litecell15/tch.c +++ b/src/osmo-bts-litecell15/tch.c @@ -467,6 +467,7 @@ int l1if_tch_rx(struct gsm_bts_trx *trx, uint8_t chan_nr, struct msgb *l1p_msg) l1sap = msgb_l1sap_prim(rmsg); osmo_prim_init(&l1sap->oph, SAP_GSM_PH, PRIM_TCH, PRIM_OP_INDICATION, rmsg); l1sap->u.tch.chan_nr = chan_nr; + l1sap->u.tch.fn = data_ind->u32Fn; return l1sap_up(trx, l1sap); } -- cgit v1.2.3