Change in osmo-msc[master]: libmsc/gsm_04_08: make use of msc_a in gsm48_rx_rr_app_info()

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Sat Jan 25 00:28:30 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-msc/+/17015 )


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

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

Change-Id: I2a0991c9bbf86b7eb248d74334f9472c56a3c964
---
M src/libmsc/gsm_04_08.c
1 file changed, 3 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/15/17015/1

diff --git a/src/libmsc/gsm_04_08.c b/src/libmsc/gsm_04_08.c
index b284ccd..df48bcb 100644
--- a/src/libmsc/gsm_04_08.c
+++ b/src/libmsc/gsm_04_08.c
@@ -1237,8 +1237,9 @@
 	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

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/17015
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I2a0991c9bbf86b7eb248d74334f9472c56a3c964
Gerrit-Change-Number: 17015
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200125/b81b33a3/attachment.htm>


More information about the gerrit-log mailing list