libmsc/gsm_04_08: make use of msc_a in gsm48_rx_rr_app_info()

Change-Id: I2a0991c9bbf86b7eb248d74334f9472c56a3c964
This commit is contained in:
Vadim Yanitskiy 2020-01-25 06:53:50 +07:00 committed by fixeria
parent 9b56cd893b
commit 6a9a3a779f
1 changed files with 3 additions and 2 deletions

View File

@ -1237,8 +1237,9 @@ static int gsm48_rx_rr_app_info(struct msc_a *msc_a, struct msgb *msg)
apdu_len = gh->data[1];
apdu_data = gh->data+2;
DEBUGP(DRR, "RX APPLICATION INFO id/flags=0x%02x apdu_len=%u apdu=%s\n",
apdu_id_flags, apdu_len, osmo_hexdump(apdu_data, apdu_len));
LOG_MSC_A_CAT(msc_a, DRR, LOGL_DEBUG, "Rx RR APPLICATION INFO "
"(id/flags=0x%02x apdu_len=%u apdu=%s)\n",
apdu_id_flags, apdu_len, osmo_hexdump(apdu_data, apdu_len));
/* we're not using the app info blob anywhere, so ignore. */
#if 0