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/baseband-devel@lists.osmocom.org/.
Sylvain Munaut 246tnt at gmail.com> But maybe somebody (maybe you :)) is deep enough in the code, to easily find
> the place to put that in?
This is more Andreas' area of expertise.
However a quick grep on "key_seq" would get your started.
I guess you'd need:
- Add a vty option for it
- Add a 'subscr_get_key_seq' helper that either returns the real one
or force 7 if the privacy option is set
- Replace direct subscr->key_seq access by this helper in each of the
3 possible initial messages :
gsm48_mm_tx_loc_upd_req, gsm48_mm_tx_cm_serv_req, gsm48_rr_dl_est
(in the paging response creation)
Cheers,
Sylvain