Change in osmo-mgw[master]: mgcp_protocol: refactor function create_response_with_sdp

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/.

dexter gerrit-no-reply at lists.osmocom.org
Wed Jul 21 08:31:48 UTC 2021


dexter has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-mgw/+/24972 )

Change subject: mgcp_protocol: refactor function create_response_with_sdp
......................................................................


Patch Set 1:

(4 comments)

https://gerrit.osmocom.org/c/osmo-mgw/+/24972/1//COMMIT_MSG 
Commit Message:

https://gerrit.osmocom.org/c/osmo-mgw/+/24972/1//COMMIT_MSG@7 
PS1, Line 7: mgcp_protocol: rafctor function create_response_with_sdp
> refactor?
Done


https://gerrit.osmocom.org/c/osmo-mgw/+/24972/1//COMMIT_MSG@9 
PS1, Line 9: The function create_response_calls add_params, which is rather short.
> I think you got the underscores incorrectly.
Done


https://gerrit.osmocom.org/c/osmo-mgw/+/24972/1/src/libosmo-mgcp/mgcp_protocol.c 
File src/libosmo-mgcp/mgcp_protocol.c:

https://gerrit.osmocom.org/c/osmo-mgw/+/24972/1/src/libosmo-mgcp/mgcp_protocol.c@1083 
PS1, Line 1083: 	bool add_epname = rq->wildcarded && endp->trunk->trunk_type == MGCP_TRUNK_VIRTUAL;
> IIUC if wildcarded then endp should be null? so simply check for null endp in create_response_with_s […]
This is not the case for CRCX. endp can never be NULL here but we can access the trunk pointer directly. This would be better anyway.


https://gerrit.osmocom.org/c/osmo-mgw/+/24972/1/src/libosmo-mgcp/mgcp_protocol.c@1332 
PS1, Line 1332: 	return create_response_with_sdp(endp, conn, "MDCX", pdata->trans, false, false);
> why not adding the conn here?
I think this is because the conn id is already known. A MDCX always addresses a specific connection, so it is not necessary to have the conn id in the response as well. I don't know if the spec explicitly forbids this, but it would be odd.



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

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: I7e29c513f4386832646e96194ed6c2397405ed3b
Gerrit-Change-Number: 24972
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin <pespin at sysmocom.de>
Gerrit-Comment-Date: Wed, 21 Jul 2021 08:31:48 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin at sysmocom.de>
Gerrit-MessageType: comment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210721/e02b89f7/attachment.htm>


More information about the gerrit-log mailing list