mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 13:03:33 +00:00
mgcp: log payload type change
Change-Id: Iee5fa667dece12174b1933345c1ed640a264ed97
This commit is contained in:
@@ -537,6 +537,8 @@ void mgcp_patch_and_count(struct mgcp_endpoint *endp, struct mgcp_rtp_state *sta
|
||||
if (payload < 0)
|
||||
return;
|
||||
|
||||
DEBUGP(DMGCP, "Payload hdr payload %u -> endp payload %u\n",
|
||||
rtp_hdr->payload_type, payload);
|
||||
rtp_hdr->payload_type = payload;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user