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/.
Holger Freyther zecke at selfish.orgOn Monday 16 November 2009 18:52:32 Andreas.Eversberg wrote:
> diff --git a/openbsc/src/bsc_init.c b/openbsc/src/bsc_init.c
> index 815fe2b..3b451b1 100644
> --- a/openbsc/src/bsc_init.c
> +++ b/openbsc/src/bsc_init.c
> @@ -433,8 +433,8 @@ int nm_state_event(enum nm_evt evt, u_int8_t
> obj_class, void *obj,
> static int sw_activ_rep(struct msgb *mb)
> {
> struct abis_om_fom_hdr *foh = msgb_l3(mb);
> - struct gsm_bts *bts = mb->trx->bts;
> - struct gsm_bts_trx *trx = gsm_bts_trx_num(bts,
> foh->obj_inst.trx_nr);
> +// struct gsm_bts *bts = mb->trx->bts;
> +// struct gsm_bts_trx *trx = gsm_bts_trx_num(bts,
> foh->obj_inst.trx_nr);
was this intentional? Is the warning that these are unused? In this case we
will just nuke the variable declaration.