Attention is currently required from: pespin.
5 comments:
File src/common/bts.c:
Patch Set #4, Line 406: g_bts_sm->num_bts++;
I find this weird that a BTS is added to `&g_bts_sm->bts_list` in `gsm_bts_alloc()`, but `g_bts_sm->num_bts` is incremented here. Any reason why not doing both in a single place?
File src/common/bts_sm.c:
Patch Set #4, Line 37: talloc_free
talloc does free() all its children anyway, do we really need to do this manually?
File src/common/oml.c:
Patch Set #4, Line 154: if (!bts) {
`OSMO_UNLIKELY`?
File src/common/pcu_sock.c:
Patch Set #4, Line 897: struct gsm_bts_sm *bts_sm
Can we remove this argument since `g_bts_sm` is available globally?
Patch Set #4, Line 957: struct gsm_bts_sm *bts_sm
Can we remove this argument since `g_bts_sm` is available globally?
To view, visit change 32236. To unsubscribe, or for help writing mail filters, visit settings.