mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
fixup: Hexdump for incoming unit data was missing
Change-Id: Ie867455f12eba5b5091424796a9dbf5140890e41
This commit is contained in:
committed by
Neels Hofmeyr
parent
d69cdf75e0
commit
c7aa82b109
@@ -192,6 +192,7 @@ static int sccp_sap_up(struct osmo_prim_hdr *oph, void *_scu)
|
||||
/* Handle inbound UNITDATA */
|
||||
a_conn_info.called_addr = &scu_prim->u.unitdata.called_addr;
|
||||
a_conn_info.calling_addr = &scu_prim->u.unitdata.calling_addr;
|
||||
DEBUGP(DMSC, "N-UNITDATA.ind(%s)\n", osmo_hexdump(msgb_l2(oph->msg), msgb_l2len(oph->msg)));
|
||||
msc_handle_udt(scu, &a_conn_info, oph->msg);
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user