Bug #1938
lapd_core human readable connection IDs in debug log
Start date:
02/03/2017
Due date:
% Done:
100%
Spec Reference:
Description
At the moment we print the pointer address to identify the log lines belonging to a specific connection. Since pointer addresses are difficult to work with, a human readable ID should be printed instead.
e.g. "This is LAPD instance for SAPI3 on bts0/trx1/ts5/lchan3"
This can be implemented by adding a string member to the lapd_datalink struct. The user would set the string to a human readable identifier when the link is created. (See also osmo_fsm).
See also: https://gerrit.osmocom.org/#/c/1724/
History
#1 Updated by laforge over 2 years ago
- Priority changed from Normal to Low
#2 Updated by laforge about 1 year ago
- Assignee deleted (
dexter)
#5 Updated by laforge 9 months ago
- % Done changed from 0 to 80
- libosmocore: https://gerrit.osmocom.org/c/libosmocore/+/18002
- libosmo-abis: https://gerrit.osmocom.org/c/libosmo-abis/+/18003
- osmo-bts: https://gerrit.osmocom.org/c/osmo-bts/+/18004