Attention is currently required from: falconia, dexter.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/32685 )
Change subject: codec: replace GSM-FR ECU with new implementation
......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2:
I think review of this patch is slightly more difficult than it should be due to mixing a file rename with introducing new code. Maybe first have a commit doing the rename (purely cosmetic, non-functional) and then a commit that adds the new implementation?
Also, I'm not sure if we actually still need to support the direct API that doesn't go through osmo_ecu_ops_fr. osmo-bts >= 1.2.0 already uses the the ecu_ops architecture. But unfortunately 0.8.0 - 1.1.0 use the old API, so it was in use longer than I thought :/
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/32685
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I0200e423ca6165c1313ec9a4effc3f3047f5f032
Gerrit-Change-Number: 32685
Gerrit-PatchSet: 2
Gerrit-Owner: falconia <falcon(a)freecalypso.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-Attention: falconia <falcon(a)freecalypso.org>
Gerrit-Attention: dexter <pmaier(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 12 May 2023 15:18:49 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: merlinchlosta.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/pysim/+/32688 )
Change subject: docs: add SUPI/SUCI usage example
......................................................................
Patch Set 1:
(6 comments)
Patchset:
PS1:
> Harald suggested including the "SUCI tutorial"[1] into the official documentation, so I thought a pu […]
thanks for submitting it. I'll put on my todo list to remove the whitespaces which the linter complains about.
side note: ISIM-SJA2 is going EOL soon (we still have ~ 11,000 in stock for the next few months) and I'm currently working on the successor product which will (at least in one variant with a more beefy processor in the card for the EC crypto) also support the "SUCI calculation on SIM".
File docs/suci-tutorial.rst:
https://gerrit.osmocom.org/c/pysim/+/32688/comment/53adbb55_ce145e10
PS1, Line 6: . pySIM
probably makes sense to mention the two different fundamental ways of SUCI calculation (on card / on UE) and mention that this is only about the "on UE" variant?
https://gerrit.osmocom.org/c/pysim/+/32688/comment/5901d94a_7b4b6403
PS1, Line 33: If you bought
: the SIM card from your network
maybe make it more explicit that this only works with a programmable card where you as the pySim user are functioning as the card issuer/operator?
https://gerrit.osmocom.org/c/pysim/+/32688/comment/003cba4f_46f45733
PS1, Line 103: file is **invalid**:
does the file contain invalid data, or do you mean it is invalidated (other term for deactivated)?
https://gerrit.osmocom.org/c/pysim/+/32688/comment/fe40ee9c_7bb0fda7
PS1, Line 120: pySIM-shell (MF/ADF
misc comment: this probably means we should add a decoder/encoder for this file, so people don't have to go through hex strings.
https://gerrit.osmocom.org/c/pysim/+/32688/comment/4c4dad8e_cb38832d
PS1, Line 168: sysmocom ISIM does
best to always say "sysmoISIM-SJA2" as other products in the future may also be a "sysmocom ISIM" but have different feature sets. Same applies below in the next few lines until EOF.
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/32688
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I2908ea9df7e78c596554731085902e2ab7278328
Gerrit-Change-Number: 32688
Gerrit-PatchSet: 1
Gerrit-Owner: merlinchlosta <merlin.chlosta(a)rub.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-Attention: merlinchlosta <merlin.chlosta(a)rub.de>
Gerrit-Comment-Date: Fri, 12 May 2023 15:10:34 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: merlinchlosta <merlin.chlosta(a)rub.de>
Gerrit-MessageType: comment
Attention is currently required from: laforge.
matanp has posted comments on this change. ( https://gerrit.osmocom.org/c/pysim/+/32686 )
Change subject: cards: Add support for Gialer SIM cards
......................................................................
Patch Set 4:
(2 comments)
File pySim/cards.py:
https://gerrit.osmocom.org/c/pysim/+/32686/comment/ab910fa8_c7a48886
PS1, Line 1668: def autodetect(kls, scc):
> maybe add the ATR as comment, or simply assume they all have the same ATR?
Seems like it has a unique https://pcsc-tools.apdu.fr/smartcard_list.txt - I will check it and update, thanks a lot!
File pySim/cards.py:
https://gerrit.osmocom.org/c/pysim/+/32686/comment/d798324a_3ff4236f
PS4, Line 1713: why the '01' is required
> this might specify whether it's OP or OPc? Or it might specify the algorithm?
From their programming software, programming OP calculate and burns OPc. I will check the algorithm idea, thanks!
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/32686
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Icd2021aec630ac018f66ab565e03112047389e17
Gerrit-Change-Number: 32686
Gerrit-PatchSet: 4
Gerrit-Owner: matanp <matan1008(a)gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Fri, 12 May 2023 15:06:06 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Comment-In-Reply-To: matanp <matan1008(a)gmail.com>
Gerrit-MessageType: comment
Attention is currently required from: jolly, fixeria, msuraev, dexter.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/32687 )
Change subject: paging: rename all IMM.ASS references to MACBLOCK
......................................................................
Patch Set 1: Code-Review+1
(1 comment)
Patchset:
PS1:
it looks like this is a purely cosmetic rename. If it is, it woudl be useful to have "[cosmetic]" or "cosmetic:" in the commit log subject line
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/32687
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ifab37fdedaba98b160718113767e4ef6ee7d16ad
Gerrit-Change-Number: 32687
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: msuraev <msuraev(a)sysmocom.de>
Gerrit-Attention: jolly <andreas(a)eversberg.eu>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: msuraev <msuraev(a)sysmocom.de>
Gerrit-Attention: dexter <pmaier(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 12 May 2023 14:45:10 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: matanp.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/pysim/+/32686 )
Change subject: cards: Add support for Gialer SIM cards
......................................................................
Patch Set 4: Code-Review+1
(2 comments)
File pySim/cards.py:
https://gerrit.osmocom.org/c/pysim/+/32686/comment/3e230f31_80afd147
PS1, Line 1668: def autodetect(kls, scc):
> Unfortunately I don't have other sims to check for false positives (and I couldn't find any document […]
maybe add the ATR as comment, or simply assume they all have the same ATR?
File pySim/cards.py:
https://gerrit.osmocom.org/c/pysim/+/32686/comment/b6894548_00d3c0a7
PS4, Line 1713: why the '01' is required
this might specify whether it's OP or OPc? Or it might specify the algorithm?
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/32686
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Icd2021aec630ac018f66ab565e03112047389e17
Gerrit-Change-Number: 32686
Gerrit-PatchSet: 4
Gerrit-Owner: matanp <matan1008(a)gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: matanp <matan1008(a)gmail.com>
Gerrit-Comment-Date: Fri, 12 May 2023 14:42:30 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Comment-In-Reply-To: matanp <matan1008(a)gmail.com>
Gerrit-MessageType: comment
Attention is currently required from: osmith.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/32689 )
Change subject: VTY references: set git version and date
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/32689
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Change-Id: I68a8c3893d3c3a3b1bc1aee442a17635b60ac531
Gerrit-Change-Number: 32689
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 12 May 2023 14:40:24 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment