Attention is currently required from: pespin.
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/31547 )
Change subject: bssmap_handle_ass_req_ct_data: implement ......................................................................
Patch Set 2:
(1 comment)
File include/osmocom/bsc/codec_pref.h:
https://gerrit.osmocom.org/c/osmo-bsc/+/31547/comment/11f056ba_ca4c80b7 PS1, Line 22: const bool full_rate);
I wonder why is enum rate_pref rate_pref not used here.
Because it is not possible to use RATE_PREF_NONE here, so it's a boolean. Do you think it makes more sense to use enum rate_pref regardless of this?