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/OpenBSC@lists.osmocom.org/.
jolly andreas at eversberg.euHolger Hans Peter Freyther wrote:
> * callref_keep.. maybe callref_orig or callref_kept
> * the printf for 32 vs. 33 can be fixed right now
> * msg_type == GSM_TCHF_FRAME || msg_type == GSM_TCHF_FRAME_EFR...
> maybe introduce a helper function is_audio_type(msg_type)
>
> + if (!trans->conn) {
> + LOGP(DMNCC, LOGL_NOTICE, "TCH frame for trans without conn\n");
> + return 0;
> + }
> + if (trans->conn->lchan->type != GSM_LCHAN_TCH_F) {
>
> At least with the BSC part it is possible to have subscriber connection
> with no lchan associated. You might want to add another null check for
> the lchan here.
>
hi holger,
just pushed two patches to jolly/testing branch.
regards,
andreas