Attention is currently required from: osmith. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-msc/+/33369 )
Change subject: Add initial CSD support with external MNCC ...................................................................... Patch Set 1: (3 comments) File include/osmocom/msc/transaction.h: https://gerrit.osmocom.org/c/osmo-msc/+/33369/comment/bbb3a0dd_84809fc6 PS1, Line 113: struct csd_filter csd; union between codecs and csd makes sense? File src/libmsc/csd_filter.c: https://gerrit.osmocom.org/c/osmo-msc/+/33369/comment/497366ae_e4edebfe PS1, Line 53: csd_bs_list_add_bs(list, bs_geran[i]); I see no benefit and several drawbacks in they way you are doing this, instead of calling the function once for each type: csd_bs_list_add_bs(list, CSD_BS_24_T_V110_2k4); csd_bs_list_add_bs(list, CSD_BS_25_T_V110_4k8); .... https://gerrit.osmocom.org/c/osmo-msc/+/33369/comment/c14eb799_e3534326 PS1, Line 70: csd_bs_list_add_bs(list, bs_utran[i]); same -- To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/33369 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-msc Gerrit-Branch: master Gerrit-Change-Id: Ide8b8321e0401dcbe35da2ec9cee0abca821d99a Gerrit-Change-Number: 33369 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-CC: pespin <[email protected]> Gerrit-Attention: osmith <[email protected]> Gerrit-Comment-Date: Mon, 19 Jun 2023 17:18:02 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No Gerrit-MessageType: comment
