osmo-msc/tests/msc_vlr
Neels Hofmeyr 46c06e28c1 add LOG_RAN_CONN() to use the conn->fi->id for context
For each conn, set a default logging category, to distinguish categories for
BSSMAP and RANAP based conns.

LOG_RAN_CONN(): log with the conn's default category,

LOG_RAN_CONN_CAT(): log with a manually set category (mostly for keeping
previous DMM logging on the same category).

In some places, replace LOGP() using manual context with LOG_RAN_CONN(), and
remove the manual context info, now provided by the conn->fi->id.

This is loosely related to inter-BSC and inter-MSC handover: to speed up
refactoring, I want to avoid the need for manual logging context and just use
this LOG_RAN_CONN().

Change-Id: I0a7809840428b1e028df6eb683bc5ffcc8df474a
2019-01-12 09:51:22 +00:00
..
Makefile.am remove code dup: add msc_mgcp_try_call_assignment() 2019-01-04 16:24:59 +00:00
msc_vlr_test_authen_reuse.c use osmo_rat_type from libosmocore 2019-01-04 17:26:14 +00:00
msc_vlr_test_authen_reuse.err add LOG_RAN_CONN() to use the conn->fi->id for context 2019-01-12 09:51:22 +00:00
msc_vlr_test_authen_reuse.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_call.c use osmo_rat_type from libosmocore 2019-01-04 17:26:14 +00:00
msc_vlr_test_call.err add LOG_RAN_CONN() to use the conn->fi->id for context 2019-01-12 09:51:22 +00:00
msc_vlr_test_call.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_gsm_authen.c use osmo_rat_type from libosmocore 2019-01-04 17:26:14 +00:00
msc_vlr_test_gsm_authen.err add LOG_RAN_CONN() to use the conn->fi->id for context 2019-01-12 09:51:22 +00:00
msc_vlr_test_gsm_authen.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_gsm_ciph.c use osmo_rat_type from libosmocore 2019-01-04 17:26:14 +00:00
msc_vlr_test_gsm_ciph.err add LOG_RAN_CONN() to use the conn->fi->id for context 2019-01-12 09:51:22 +00:00
msc_vlr_test_gsm_ciph.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_hlr_reject.c GSUP client: send CN domain IE on LU request 2018-09-30 23:55:25 +02:00
msc_vlr_test_hlr_reject.err add LOG_RAN_CONN() to use the conn->fi->id for context 2019-01-12 09:51:22 +00:00
msc_vlr_test_hlr_reject.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_hlr_timeout.c rename gsm_subscriber_connection to ran_conn 2018-11-30 22:45:42 +01:00
msc_vlr_test_hlr_timeout.err add LOG_RAN_CONN() to use the conn->fi->id for context 2019-01-12 09:51:22 +00:00
msc_vlr_test_hlr_timeout.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_ms_timeout.c use osmo_rat_type from libosmocore 2019-01-04 17:26:14 +00:00
msc_vlr_test_ms_timeout.err add LOG_RAN_CONN() to use the conn->fi->id for context 2019-01-12 09:51:22 +00:00
msc_vlr_test_ms_timeout.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_no_authen.c use osmo_rat_type from libosmocore 2019-01-04 17:26:14 +00:00
msc_vlr_test_no_authen.err add LOG_RAN_CONN() to use the conn->fi->id for context 2019-01-12 09:51:22 +00:00
msc_vlr_test_no_authen.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_reject_concurrency.c use osmo_rat_type from libosmocore 2019-01-04 17:26:14 +00:00
msc_vlr_test_reject_concurrency.err add LOG_RAN_CONN() to use the conn->fi->id for context 2019-01-12 09:51:22 +00:00
msc_vlr_test_reject_concurrency.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_rest.c use osmo_rat_type from libosmocore 2019-01-04 17:26:14 +00:00
msc_vlr_test_rest.err add LOG_RAN_CONN() to use the conn->fi->id for context 2019-01-12 09:51:22 +00:00
msc_vlr_test_rest.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_ss.c use osmo_rat_type from libosmocore 2019-01-04 17:26:14 +00:00
msc_vlr_test_ss.err add LOG_RAN_CONN() to use the conn->fi->id for context 2019-01-12 09:51:22 +00:00
msc_vlr_test_ss.ok msc_vlr_tests: don't abuse USSD-request to conclude connections 2018-07-29 16:22:06 +02:00
msc_vlr_test_umts_authen.c use osmo_rat_type from libosmocore 2019-01-04 17:26:14 +00:00
msc_vlr_test_umts_authen.err add LOG_RAN_CONN() to use the conn->fi->id for context 2019-01-12 09:51:22 +00:00
msc_vlr_test_umts_authen.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_tests.c add LOG_RAN_CONN() to use the conn->fi->id for context 2019-01-12 09:51:22 +00:00
msc_vlr_tests.h use osmo_rat_type from libosmocore 2019-01-04 17:26:14 +00:00