Attention is currently required from: neels. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-msc/+/31698 )
Change subject: [codecs filter] send + receive SDP via MNCC ...................................................................... Patch Set 3: (4 comments) File src/libmsc/gsm_04_08_cc.c: https://gerrit.osmocom.org/c/osmo-msc/+/31698/comment/fa703bdc_dcd929f3 PS3, Line 633: codec_filter_run(&trans->cc.codecs); You are already calling codec_filter_run in line 621, why calling this again here? https://gerrit.osmocom.org/c/osmo-msc/+/31698/comment/0691b10a_6c2749c3 PS3, Line 935: codec_filter_run(&trans->cc.codecs); as usual, why is filter_run called here? is new_cc_state() changing it? https://gerrit.osmocom.org/c/osmo-msc/+/31698/comment/f0c76022_3b15e188 PS3, Line 973: codec_filter_run(&trans->cc.codecs); in here it makes sense to call _run() because you are calling set_remote() before? Or actually it has nothing to do with filtering codecs here. https://gerrit.osmocom.org/c/osmo-msc/+/31698/comment/57c0c86e_ef938ba3 PS3, Line 1084: codec_filter_run(&trans->cc.codecs); same ehre, why is all full of codec_filter_run? -- To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/31698 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-msc Gerrit-Branch: master Gerrit-Change-Id: Ie0668c0e079ec69da1532b52d00621efe114fc2c Gerrit-Change-Number: 31698 Gerrit-PatchSet: 3 Gerrit-Owner: neels <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-CC: pespin <[email protected]> Gerrit-Attention: neels <[email protected]> Gerrit-Comment-Date: Tue, 07 Mar 2023 11:36:26 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No Gerrit-MessageType: comment
