Attention is currently required from: pespin.
msuraev has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/31664 )
Change subject: layer23: get rid of lapdm_channel_init() warning ......................................................................
Patch Set 4:
(1 comment)
File src/host/layer23/src/common/ms.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/31664/comment/ea6343f7_803ed68c PS2, Line 50: lapdm_channel_init3(&ms->lapdm_channel, LAPDM_MODE_MS, t200_ms_dcch, t200_ms_acch, chan_t, name);
if these are to be set to some other value then they will most probably be set by the VTY after the […]
I don't see a point in adding API which we're not going to use right away. If/when we actually need to set those parameters from vty - than we could add it. Until then it looks like adding some code for the sake of it - looks pointless to me.