osmo-bts/src/osmo-bts-trx
Harald Welte 5d9cb9f555 osmo-bts-trx/loops.c: Use lchan name based logging
The loops.c code dates back to ancient times when we printed the TRX
number and the raw channel number to identify a logical channel.  We
meanwhile have gsm_lchan_name() and should use it to log messages
related to this lchan in a common format.

This commit introduces the LOGPLCHAN() helper macro [similar to
osmo-bsc], and uses it from loops.c.

As a result, some functions don't need a chan_nr argument anymore,
while some need to add a new lchan argument.

Change-Id: I6976dd7444c26b1f52741bc367b0311ebbef1718
Related: OS#1622, OS#1851
2018-12-23 10:38:23 +00:00
..
Makefile.am Remove unneeded direct libortp dependency 2018-07-02 16:36:14 +02:00
l1_if.c bts-trx: (n)ack PDCH DEACT only after TRX answered SETSLOT 2018-12-04 16:57:52 +00:00
l1_if.h bts-trx: setup timer once at creation time 2018-11-20 10:37:58 +01:00
loops.c osmo-bts-trx/loops.c: Use lchan name based logging 2018-12-23 10:38:23 +00:00
loops.h osmo-bts-trx/loops.[ch]: Make functions "void" if they always return 0 2018-12-23 10:38:23 +00:00
main.c bts-trx: setup timer once at creation time 2018-11-20 10:37:58 +01:00
scheduler_trx.c scheduler_trx.c: Switch to osmo_timerfd() of libosmocore >= 0.12.0 2018-10-21 13:05:53 +02:00
trx_if.c bts-trx: (n)ack PDCH DEACT only after TRX answered SETSLOT 2018-12-04 16:57:52 +00:00
trx_if.h bts-trx: (n)ack PDCH DEACT only after TRX answered SETSLOT 2018-12-04 16:57:52 +00:00
trx_vty.c osmo-bts-trx: print TRX socket addresses in 'show transceiver' 2018-11-19 05:44:36 +00:00