pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-mgw/+/39204?usp=email )
Change subject: cosmetic: mgw: iuup: Update comment ......................................................................
cosmetic: mgw: iuup: Update comment
Change-Id: I6e1448bf7e3bb7454754147e2b2e01844c157500 --- M src/libosmo-mgcp/mgcp_iuup.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved daniel: Looks good to me, but someone else must approve
diff --git a/src/libosmo-mgcp/mgcp_iuup.c b/src/libosmo-mgcp/mgcp_iuup.c index 4832ddc..a284070 100644 --- a/src/libosmo-mgcp/mgcp_iuup.c +++ b/src/libosmo-mgcp/mgcp_iuup.c @@ -544,7 +544,7 @@
msgb_pull_to_l2(msg); rtph = (struct rtp_hdr *)msgb_push(msg, sizeof(*rtph)); - /* TODO: fill rtph properly: */ + /* rtph is further filled in mgcp_send_iuup() below. */ *rtph = (struct rtp_hdr){ .csrc_count = 0, .extension = 0,