Attention is currently required from: lynxis lazus.
pespin has posted comments on this change by lynxis lazus. ( https://gerrit.osmocom.org/c/osmo-msc/+/43511?usp=email )
Change subject: libvlr: lu_fsm: split off creation and start of the LU FSM
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/43511?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Iafce776bf1755951e525b6f7f2ef929dd31c7c9d
Gerrit-Change-Number: 43511
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Comment-Date: Wed, 02 Sep 2026 14:06:54 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: lynxis lazus, neels.
pespin has posted comments on this change by lynxis lazus. ( https://gerrit.osmocom.org/c/osmo-msc/+/43510?usp=email )
Change subject: libvlr: auth_fsm: split off fsm creation and start of it
......................................................................
Patch Set 1:
(1 comment)
File src/libvlr/vlr_lu_fsm.c:
https://gerrit.osmocom.org/c/osmo-msc/+/43510/comment/78ab8a3b_c0a645b9?usp… :
PS1, Line 1003: * auth_fsm is assigned an already free'ed fsm */
I think the important thing to state here is (which is not clear in your text): vsub->auth_fsm may be NULL (freed) after the auth_fsm_start() call.
--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/43510?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ibad920676d9d4a8b7de4a820196385738764ffe9
Gerrit-Change-Number: 43510
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Attention: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Comment-Date: Wed, 02 Sep 2026 14:06:13 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: lynxis lazus, neels.
pespin has posted comments on this change by lynxis lazus. ( https://gerrit.osmocom.org/c/osmo-msc/+/43480?usp=email )
Change subject: libvlr: allow to use the same key slot for multiple ciphering commands
......................................................................
Patch Set 2:
(7 comments)
File src/libmsc/msc_vty.c:
https://gerrit.osmocom.org/c/osmo-msc/+/43480/comment/8c76bbf5_04928671?usp… :
PS2, Line 536: gsmnet->vlr->cfg.ciph_sec_ctx_max_reuse = atoi(argv[0]);
This double assignment with on top super long lines and indentation looks confusing.
File src/libvlr/vlr_access_req_fsm.c:
https://gerrit.osmocom.org/c/osmo-msc/+/43480/comment/e1b015eb_a03619de?usp… :
PS2, Line 466: par->key_seq = par->vsub->last_tuple->key_seq;
lots of indirection here, may make sense to add some intermediate ASSERT?
File src/libvlr/vlr_auth_fsm.h:
https://gerrit.osmocom.org/c/osmo-msc/+/43480/comment/7f61975e_727bcead?usp… :
PS2, Line 43: bool auth_ciph_sec_ctx_is_usable(struct vlr_subscr *vsub, uint8_t key_seq);
const
File src/libvlr/vlr_auth_fsm.c:
https://gerrit.osmocom.org/c/osmo-msc/+/43480/comment/332d795f_51a81b62?usp… :
PS2, Line 697: bool auth_ciph_sec_ctx_is_usable(struct vlr_subscr *vsub, uint8_t key_seq)
const vsub.
Also order of functions in header is reversed as in here afaict?
https://gerrit.osmocom.org/c/osmo-msc/+/43480/comment/d05ca17c_5671a7b3?usp… :
PS2, Line 702: if (!at || key_seq == 0x7)
so "at && key_seq == 0x7" is actually fine then? Or do you better need to split these cases?
File tests/msc_vlr/msc_vlr_test_authen_reuse.c:
https://gerrit.osmocom.org/c/osmo-msc/+/43480/comment/986d8141_67a236fd?usp… :
PS2, Line 40: net->vlr->cfg.auth_tuple_max_reuse_count = net->vlr->cfg.ciph_sec_ctx_max_reuse = set_max_reuse_count;
let's please have these in separate lines!
File tests/msc_vlr/msc_vlr_tests.c:
https://gerrit.osmocom.org/c/osmo-msc/+/43480/comment/91419aaa_b6a7dcb7?usp… :
PS2, Line 681: net->vlr->cfg.auth_tuple_max_reuse_count = net->vlr->cfg.ciph_sec_ctx_max_reuse = 0;
separate lines!
--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/43480?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I5c628ef4b43f7c22f62d1405cbe1f717a7918548
Gerrit-Change-Number: 43480
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Attention: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Comment-Date: Wed, 02 Sep 2026 14:03:05 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: neels.
laforge has posted comments on this change by neels. ( https://gerrit.osmocom.org/c/pysim/+/42155?usp=email )
Change subject: esim/http_json_api.py: support text/plain response Content-Type
......................................................................
Patch Set 4: Code-Review+1
(1 comment)
Patchset:
PS2:
> When the content-type is not JSON, but exactly plain UTF-8 text, the caller will receive a result di […]
Acknowledged
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/42155?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Iba6e4cef1048b376050a435a900c0f395655a790
Gerrit-Change-Number: 42155
Gerrit-PatchSet: 4
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 02 Sep 2026 13:31:06 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: neels <nhofmeyr(a)sysmocom.de>
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>