Attention is currently required from: fixeria, pespin.
2 comments:
Patchset:
Just an idea:
Would it make sense to not apply this delay on periodic LU,
i.e. delay only on IMSI-attach LU?
Or maybe separate timers for periodic LU and IMSI-attach LU?
We have these types of LU:
osmo-msc/include/osmocom/msc/vlr.h
<pre>
enum vlr_lu_type {
VLR_LU_TYPE_PERIODIC,
VLR_LU_TYPE_IMSI_ATTACH,
VLR_LU_TYPE_REGULAR,
};
</pre>
A periodic LU happens every 15 minutes for each active subscriber, so it could be significant.
File src/libmsc/ran_infra.c:
Patch Set #4, Line 47: { .T = -5, .default_val = 0, .unit = OSMO_TDEF_MS, .desc = "Additional delay for LU connections" }, \
you need to add a new timer entry to the list in the wiki: […]
(may I suggest the doc string:
"Delay connection release after LU. Useful to optimize an SMSC to dispatch pending messages within the initial connection."
To view, visit change 36760. To unsubscribe, or for help writing mail filters, visit settings.